Enum Class NoStrImpl

java.lang.Object
java.lang.Enum<NoStrImpl>
love.distributedrebirth.nx01.no2all.nostr.nip.NoStrImpl
All Implemented Interfaces:
Serializable, Comparable<NoStrImpl>, Constable, NoStrImplPossibility, NoStrImplQFlag

public enum NoStrImpl extends Enum<NoStrImpl> implements NoStrImplPossibility
Version:
©Δ∞ 仙上主天
Author:
للَّٰهِilLצسُو
  • Enum Constant Details

    • NIP_0_UNKNOWN

      public static final NoStrImpl NIP_0_UNKNOWN
    • NIP_1_BASE_PROTOCOL

      public static final NoStrImpl NIP_1_BASE_PROTOCOL
    • NIP_2_CONTACTS

      public static final NoStrImpl NIP_2_CONTACTS
    • NIP_3_OPEN_TIMESTAMPS

      public static final NoStrImpl NIP_3_OPEN_TIMESTAMPS
    • NIP_4_CRYTE_DIRECT_MSG

      public static final NoStrImpl NIP_4_CRYTE_DIRECT_MSG
    • NIP_5_NOSTR_TO_DNS

      public static final NoStrImpl NIP_5_NOSTR_TO_DNS
    • NIP_6_KEY_FROM_MNEMONIC_SEED

      public static final NoStrImpl NIP_6_KEY_FROM_MNEMONIC_SEED
    • NIP_7_BROWSER_WINDOW_NOSTR

      public static final NoStrImpl NIP_7_BROWSER_WINDOW_NOSTR
    • NIP_9_EVENT_DELETION

      public static final NoStrImpl NIP_9_EVENT_DELETION
    • NIP_10_CORRECT_BASE_TAGS

      public static final NoStrImpl NIP_10_CORRECT_BASE_TAGS
    • NIP_11_RELAY_INFO_DOC

      public static final NoStrImpl NIP_11_RELAY_INFO_DOC
    • NIP_12_GENERIC_TAG_QUERY

      public static final NoStrImpl NIP_12_GENERIC_TAG_QUERY
    • NIP_13_PROOF_OF_WORK

      public static final NoStrImpl NIP_13_PROOF_OF_WORK
    • NIP_14_TEXT_SUBJECT

      public static final NoStrImpl NIP_14_TEXT_SUBJECT
    • NIP_15_MARKETPLACE

      public static final NoStrImpl NIP_15_MARKETPLACE
    • NIP_16_EVENT_TREATMENT

      public static final NoStrImpl NIP_16_EVENT_TREATMENT
    • NIP_18_REPOSTS

      public static final NoStrImpl NIP_18_REPOSTS
    • NIP_19_BECH32_ENCODED

      public static final NoStrImpl NIP_19_BECH32_ENCODED
    • NIP_20_COMMAND_RESULT

      public static final NoStrImpl NIP_20_COMMAND_RESULT
    • NIP_21_NOSTR_URL_SCHEMA

      public static final NoStrImpl NIP_21_NOSTR_URL_SCHEMA
    • NIP_22_EVENT_AT_LIMITS

      public static final NoStrImpl NIP_22_EVENT_AT_LIMITS
    • NIP_23_LONG_FORM_CONTENT

      public static final NoStrImpl NIP_23_LONG_FORM_CONTENT
    • NIP_25_REACTIONS

      public static final NoStrImpl NIP_25_REACTIONS
    • NIP_26_DELEGATED_EVENT_SIGN

      public static final NoStrImpl NIP_26_DELEGATED_EVENT_SIGN
    • NIP_27_TEXT_NOTE_REFERENCE

      public static final NoStrImpl NIP_27_TEXT_NOTE_REFERENCE
    • NIP_28_PUBLIC_CHAT

      public static final NoStrImpl NIP_28_PUBLIC_CHAT
    • NIP_30_CUSTOM_EMOJI

      public static final NoStrImpl NIP_30_CUSTOM_EMOJI
    • NIP_31_ALT_FOR_UNKNOWN

      public static final NoStrImpl NIP_31_ALT_FOR_UNKNOWN
    • NIP_33_PARA_REPLACEABLE_EVENTS

      public static final NoStrImpl NIP_33_PARA_REPLACEABLE_EVENTS
    • NIP_36_SENSITIVE_CONTENT

      public static final NoStrImpl NIP_36_SENSITIVE_CONTENT
    • NIP_39_EXT_INDENTITIES_IN_PROFILE

      public static final NoStrImpl NIP_39_EXT_INDENTITIES_IN_PROFILE
    • NIP_40_EXPIRATION_TIMESTAMP

      public static final NoStrImpl NIP_40_EXPIRATION_TIMESTAMP
    • NIP_42_AUTH_RELAY

      public static final NoStrImpl NIP_42_AUTH_RELAY
    • NIP_45_COUNTING_RESULTS

      public static final NoStrImpl NIP_45_COUNTING_RESULTS
    • NIP_46_NOSTR_CONNECT

      public static final NoStrImpl NIP_46_NOSTR_CONNECT
    • NIP_47_WALLET_CONNECT

      public static final NoStrImpl NIP_47_WALLET_CONNECT
    • NIP_50_KEYWORD_FILTER

      public static final NoStrImpl NIP_50_KEYWORD_FILTER
    • NIP_51_LISTS

      public static final NoStrImpl NIP_51_LISTS
    • NIP_56_REPORTING

      public static final NoStrImpl NIP_56_REPORTING
    • NIP_57_LIGHTING_ZAPS

      public static final NoStrImpl NIP_57_LIGHTING_ZAPS
    • NIP_58_BADGES

      public static final NoStrImpl NIP_58_BADGES
    • NIP_65_RELAY_LIST_METADATA

      public static final NoStrImpl NIP_65_RELAY_LIST_METADATA
    • NIP_78_APP_CUSTOM_DATA

      public static final NoStrImpl NIP_78_APP_CUSTOM_DATA
    • NIP_94_FILE_METADATA

      public static final NoStrImpl NIP_94_FILE_METADATA
  • Method Details

    • values

      public static NoStrImpl[] 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

      public static NoStrImpl valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public int getNumber()
      Specified by:
      getNumber in interface NoStrImplPossibility
    • getQFlag

      public String getQFlag()
      Specified by:
      getQFlag in interface NoStrImplQFlag
    • valueOfNIPValid

      public static boolean valueOfNIPValid(int nip)
    • valueOfNIP

      public static NoStrImpl valueOfNIP(int nip)