|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NullFlavorType>
org.tolven.trim.NullFlavorType
public enum NullFlavorType
Java class for NullFlavorType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NullFlavorType">
<restriction base="{urn:tolven-org:trim:4.0}cs">
<enumeration value="OTH"/>
<enumeration value="NINF"/>
<enumeration value="PINF"/>
<enumeration value="ASKU"/>
<enumeration value="NAV"/>
<enumeration value="UNK"/>
<enumeration value="QS"/>
<enumeration value="NASK"/>
<enumeration value="TRC"/>
<enumeration value="NI"/>
<enumeration value="MSK"/>
<enumeration value="NA"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ASKU
|
|
MSK
|
|
NA
|
|
NASK
|
|
NAV
|
|
NI
|
|
NINF
|
|
OTH
|
|
PINF
|
|
QS
|
|
TRC
|
|
UNK
|
|
| Method Summary | |
|---|---|
static NullFlavorType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static NullFlavorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NullFlavorType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NullFlavorType OTH
public static final NullFlavorType NINF
public static final NullFlavorType PINF
public static final NullFlavorType ASKU
public static final NullFlavorType NAV
public static final NullFlavorType UNK
public static final NullFlavorType QS
public static final NullFlavorType NASK
public static final NullFlavorType TRC
public static final NullFlavorType NI
public static final NullFlavorType MSK
public static final NullFlavorType NA
| Method Detail |
|---|
public static NullFlavorType[] values()
for (NullFlavorType c : NullFlavorType.values()) System.out.println(c);
public static NullFlavorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static NullFlavorType fromValue(java.lang.String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||