Enum Class NoStrImplEventKind
- All Implemented Interfaces:
Serializable
,Comparable<NoStrImplEventKind>
,Constable
,NoStrEventKind
,NoStrImplQFlag
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields inherited from interface love.distributedrebirth.nx01.no2all.nostr.nip.NoStrImplQFlag
CUSTOM_INDICATOR
-
Method Summary
Modifier and TypeMethodDescriptiongetNip()
int
getQFlag()
getRange()
static NoStrImplEventKind
Returns the enum constant of this class with the specified name.static NoStrImplEventKind
valueOfKind
(int kind) static boolean
valueOfKindValid
(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:
getNumber
in interfaceNoStrEventKind
-
getQFlag
- Specified by:
getQFlag
in interfaceNoStrImplQFlag
-
getNip
- Specified by:
getNip
in interfaceNoStrEventKind
-
getRange
- Specified by:
getRange
in interfaceNoStrEventKind
-
valueOfKindValid
public static boolean valueOfKindValid(int kind) -
valueOfKind
-