Enum Class NoStrImplEventKind
- All Implemented Interfaces:
Serializable, Comparable<NoStrImplEventKind>, Constable, NoStrEventKind, NoStrImplQFlag
Nostr impl event kind.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields inherited from interface NoStrImplQFlag
CUSTOM_INDICATOR -
Method Summary
Modifier and TypeMethodDescriptiongetNip()intgetQFlag()getRange()static NoStrImplEventKindReturns the enum constant of this class with the specified name.static NoStrImplEventKindvalueOfKind(int kind) static booleanvalueOfKindValid(int kind) static NoStrImplEventKind[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
METADATA
-
TEXT_NOTE
-
RECOMMEND_RELAY
-
CONTACTS
-
CRYPT_DIRECT_MSG
-
EVENT_DELETION
-
REPOSTS
-
REACTION
-
BADGE_AWARD
-
CHANNEL_CREATION
-
CHANNEL_METADATA
-
CHANNEL_SEND_MSG
-
CHANNEL_HIDE_MSG
-
CHANNEL_MUTE_USER
-
FILE_METADATA
-
REPORTING
-
ZAP_REQUEST
-
ZAP_TX
-
MUTE_LIST
-
PIN_LIST
-
RELAY_LIST_METADATA
-
WALLET_INFO
-
CLIENT_AUTH
-
WALLET_REQUEST
-
WALLET_RESPONSE
-
NOSTR_CONNECT
-
CAT_PEOPLE_LIST
-
CAT_BOOKMARK_LIST
-
PROFILE_BADGES
-
BADGE_DEFINITION
-
MARKET_STALL
-
MARKET_PRODUCT
-
LONG_FORM_CONTENT
-
APP_CUSTOM_DATA
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public int getNumber()- Specified by:
getNumberin interfaceNoStrEventKind
-
getQFlag
- Specified by:
getQFlagin interfaceNoStrImplQFlag
-
getNip
- Specified by:
getNipin interfaceNoStrEventKind
-
getRange
- Specified by:
getRangein interfaceNoStrEventKind
-
valueOfKindValid
public static boolean valueOfKindValid(int kind) -
valueOfKind
-