Package usGovIcIsmV2
Class ClassificationType.Enum
- java.lang.Object
-
- org.apache.xmlbeans.StringEnumAbstractBase
-
- usGovIcIsmV2.ClassificationType.Enum
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ClassificationType
public static final class ClassificationType.Enum extends org.apache.xmlbeans.StringEnumAbstractBaseEnumeration value class for usGovIcIsmV2.ClassificationType. These enum values can be used as follows:enum.toString(); // returns the string value of the enum enum.intValue(); // returns an int value, useful for switches // e.g., case Enum.INT_U Enum.forString(s); // returns the enum value for a string Enum.forInt(i); // returns the enum value for an int
Enumeration objects are immutable singleton objects that can be compared using == object equality. They have no public constructor. See the constants defined within this class for all the valid values.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intINT_C(package private) static intINT_CTS(package private) static intINT_CTS_B(package private) static intINT_CTS_BALK(package private) static intINT_CTSA(package private) static intINT_NC(package private) static intINT_NCA(package private) static intINT_NR(package private) static intINT_NS(package private) static intINT_NS_A(package private) static intINT_NS_S(package private) static intINT_NSAT(package private) static intINT_NU(package private) static intINT_R(package private) static intINT_S(package private) static intINT_TS(package private) static intINT_Ustatic org.apache.xmlbeans.StringEnumAbstractBase.Tabletable
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClassificationType.EnumforInt(int i)Returns the enum value corresponding to an int, or null if none.static ClassificationType.EnumforString(String s)Returns the enum value for a string, or null if none.
-
-
-
Field Detail
-
INT_U
static final int INT_U
- See Also:
- Constant Field Values
-
INT_C
static final int INT_C
- See Also:
- Constant Field Values
-
INT_S
static final int INT_S
- See Also:
- Constant Field Values
-
INT_TS
static final int INT_TS
- See Also:
- Constant Field Values
-
INT_R
static final int INT_R
- See Also:
- Constant Field Values
-
INT_CTS
static final int INT_CTS
- See Also:
- Constant Field Values
-
INT_CTS_B
static final int INT_CTS_B
- See Also:
- Constant Field Values
-
INT_CTS_BALK
static final int INT_CTS_BALK
- See Also:
- Constant Field Values
-
INT_NU
static final int INT_NU
- See Also:
- Constant Field Values
-
INT_NR
static final int INT_NR
- See Also:
- Constant Field Values
-
INT_NC
static final int INT_NC
- See Also:
- Constant Field Values
-
INT_NS
static final int INT_NS
- See Also:
- Constant Field Values
-
INT_NS_S
static final int INT_NS_S
- See Also:
- Constant Field Values
-
INT_NS_A
static final int INT_NS_A
- See Also:
- Constant Field Values
-
INT_CTSA
static final int INT_CTSA
- See Also:
- Constant Field Values
-
INT_NSAT
static final int INT_NSAT
- See Also:
- Constant Field Values
-
INT_NCA
static final int INT_NCA
- See Also:
- Constant Field Values
-
table
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table
-
-
Method Detail
-
forString
public static ClassificationType.Enum forString(String s)
Returns the enum value for a string, or null if none.
-
forInt
public static ClassificationType.Enum forInt(int i)
Returns the enum value corresponding to an int, or null if none.
-
-