Package examples.mailbox
Enum Mailbox.RuleNames
- java.lang.Object
-
- java.lang.Enum<Mailbox.RuleNames>
-
- examples.mailbox.Mailbox.RuleNames
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<Mailbox.RuleNames>
- Enclosing class:
- Mailbox
public static enum Mailbox.RuleNames extends java.lang.Enum<Mailbox.RuleNames>
This enum provides easy to remember enum constants for locating the rule identifiers and names. The enum constants have the same spelling as the rule names rendered in all caps with underscores replacing hyphens.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADDRESS_LITERAL
id =5
, name ="address-literal"
ALPHA
id =26
, name ="ALPHA"
ATEXT
id =25
, name ="atext"
ATOM
id =8
, name ="Atom"
DCONTENT
id =17
, name ="dcontent"
DIGIT
id =27
, name ="DIGIT"
DOMAIN
id =1
, name ="Domain"
DOT_STRING
id =7
, name ="Dot-string"
DQUOTE
id =28
, name ="DQUOTE"
GENERAL_ADDRESS_LITERAL
id =15
, name ="General-address-literal"
HEXDIG
id =29
, name ="HEXDIG"
IPV4_ADDRESS_LITERAL
id =13
, name ="IPv4-address-literal"
IPV6_ADDR
id =19
, name ="IPv6-addr"
IPV6_ADDRESS_LITERAL
id =14
, name ="IPv6-address-literal"
IPV6_COMP
id =22
, name ="IPv6-comp"
IPV6_FULL
id =21
, name ="IPv6-full"
IPV6_HEX
id =20
, name ="IPv6-hex"
IPV6V4_COMP
id =24
, name ="IPv6v4-comp"
IPV6V4_FULL
id =23
, name ="IPv6v4-full"
LDH_STR
id =4
, name ="Ldh-str"
LET_DIG
id =3
, name ="Let-dig"
LOCAL_PART
id =6
, name ="Local-part"
MAILBOX
id =0
, name ="Mailbox"
QCONTENTSMTP
id =10
, name ="QcontentSMTP"
QTEXTSMTP
id =12
, name ="qtextSMTP"
QUOTED_PAIRSMTP
id =11
, name ="quoted-pairSMTP"
QUOTED_STRING
id =9
, name ="Quoted-string"
SNUM
id =18
, name ="Snum"
STANDARDIZED_TAG
id =16
, name ="Standardized-tag"
SUB_DOMAIN
id =2
, name ="sub-domain"
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
ruleID()
Associates the enum with an identifier for the grammar rule it represents.java.lang.String
ruleName()
Associates the enum with the original grammar name of the rule it represents.static Mailbox.RuleNames
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Mailbox.RuleNames[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ADDRESS_LITERAL
public static final Mailbox.RuleNames ADDRESS_LITERAL
id =5
, name ="address-literal"
-
ALPHA
public static final Mailbox.RuleNames ALPHA
id =26
, name ="ALPHA"
-
ATEXT
public static final Mailbox.RuleNames ATEXT
id =25
, name ="atext"
-
ATOM
public static final Mailbox.RuleNames ATOM
id =8
, name ="Atom"
-
DCONTENT
public static final Mailbox.RuleNames DCONTENT
id =17
, name ="dcontent"
-
DIGIT
public static final Mailbox.RuleNames DIGIT
id =27
, name ="DIGIT"
-
DOMAIN
public static final Mailbox.RuleNames DOMAIN
id =1
, name ="Domain"
-
DOT_STRING
public static final Mailbox.RuleNames DOT_STRING
id =7
, name ="Dot-string"
-
DQUOTE
public static final Mailbox.RuleNames DQUOTE
id =28
, name ="DQUOTE"
-
GENERAL_ADDRESS_LITERAL
public static final Mailbox.RuleNames GENERAL_ADDRESS_LITERAL
id =15
, name ="General-address-literal"
-
HEXDIG
public static final Mailbox.RuleNames HEXDIG
id =29
, name ="HEXDIG"
-
IPV4_ADDRESS_LITERAL
public static final Mailbox.RuleNames IPV4_ADDRESS_LITERAL
id =13
, name ="IPv4-address-literal"
-
IPV6_ADDR
public static final Mailbox.RuleNames IPV6_ADDR
id =19
, name ="IPv6-addr"
-
IPV6_ADDRESS_LITERAL
public static final Mailbox.RuleNames IPV6_ADDRESS_LITERAL
id =14
, name ="IPv6-address-literal"
-
IPV6_COMP
public static final Mailbox.RuleNames IPV6_COMP
id =22
, name ="IPv6-comp"
-
IPV6_FULL
public static final Mailbox.RuleNames IPV6_FULL
id =21
, name ="IPv6-full"
-
IPV6_HEX
public static final Mailbox.RuleNames IPV6_HEX
id =20
, name ="IPv6-hex"
-
IPV6V4_COMP
public static final Mailbox.RuleNames IPV6V4_COMP
id =24
, name ="IPv6v4-comp"
-
IPV6V4_FULL
public static final Mailbox.RuleNames IPV6V4_FULL
id =23
, name ="IPv6v4-full"
-
LDH_STR
public static final Mailbox.RuleNames LDH_STR
id =4
, name ="Ldh-str"
-
LET_DIG
public static final Mailbox.RuleNames LET_DIG
id =3
, name ="Let-dig"
-
LOCAL_PART
public static final Mailbox.RuleNames LOCAL_PART
id =6
, name ="Local-part"
-
MAILBOX
public static final Mailbox.RuleNames MAILBOX
id =0
, name ="Mailbox"
-
QCONTENTSMTP
public static final Mailbox.RuleNames QCONTENTSMTP
id =10
, name ="QcontentSMTP"
-
QTEXTSMTP
public static final Mailbox.RuleNames QTEXTSMTP
id =12
, name ="qtextSMTP"
-
QUOTED_PAIRSMTP
public static final Mailbox.RuleNames QUOTED_PAIRSMTP
id =11
, name ="quoted-pairSMTP"
-
QUOTED_STRING
public static final Mailbox.RuleNames QUOTED_STRING
id =9
, name ="Quoted-string"
-
SNUM
public static final Mailbox.RuleNames SNUM
id =18
, name ="Snum"
-
STANDARDIZED_TAG
public static final Mailbox.RuleNames STANDARDIZED_TAG
id =16
, name ="Standardized-tag"
-
SUB_DOMAIN
public static final Mailbox.RuleNames SUB_DOMAIN
id =2
, name ="sub-domain"
-
-
Method Detail
-
values
public static Mailbox.RuleNames[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Mailbox.RuleNames c : Mailbox.RuleNames.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Mailbox.RuleNames valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
ruleName
public java.lang.String ruleName()
Associates the enum with the original grammar name of the rule it represents.- Returns:
- the original grammar rule name.
-
ruleID
public int ruleID()
Associates the enum with an identifier for the grammar rule it represents.- Returns:
- the rule name identifier.
-
-