|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.lang.Enum
ca.infoway.messagebuilder.lang.EnumPattern
ca.infoway.messagebuilder.domainvalue.nullflavor.NullFlavor
public class NullFlavor
The Enum NullFlavor. Indicates why a value is not present
Field Summary | |
---|---|
static NullFlavor |
ASKED_BUT_UNKNOWN
|
static NullFlavor |
MASKED
|
static NullFlavor |
NEGATIVE_INFINITY
|
static NullFlavor |
NO_INFORMATION
|
static NullFlavor |
NOT_APPLICABLE
|
static NullFlavor |
NOT_ASKED
|
static NullFlavor |
OTHER
|
static NullFlavor |
POSITIVE_INFINITY
|
static NullFlavor |
SUFFICIENT_QUANTITY
|
static NullFlavor |
TEMPORARILY_UNAVAILABLE
|
static NullFlavor |
TRACE
|
static NullFlavor |
UN_ENCODED
|
static NullFlavor |
UNKNOWN
|
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeSystem()
Gets the code system. |
String |
getCodeValue()
Gets the code value. |
static NullFlavor |
lookup(String codeValue)
* fast Code lookup **. |
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern |
---|
getEnumConstants, isEnum, name, toString, valueOf, values |
Methods inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NullFlavor NO_INFORMATION
public static final NullFlavor OTHER
public static final NullFlavor NEGATIVE_INFINITY
public static final NullFlavor POSITIVE_INFINITY
public static final NullFlavor UNKNOWN
public static final NullFlavor ASKED_BUT_UNKNOWN
public static final NullFlavor TEMPORARILY_UNAVAILABLE
public static final NullFlavor SUFFICIENT_QUANTITY
public static final NullFlavor NOT_ASKED
public static final NullFlavor TRACE
public static final NullFlavor MASKED
public static final NullFlavor NOT_APPLICABLE
public static final NullFlavor UN_ENCODED
Method Detail |
---|
public String getCodeValue()
Gets the code value.
getCodeValue
in interface Code
public String getCodeSystem()
Gets the code system.
getCodeSystem
in interface Code
public static final NullFlavor lookup(String codeValue)
codeValue
- the code value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |