Package com.luciad.format.gml31.model
Class TLcdGML31NullEnumeration
java.lang.Object
com.luciad.format.gml31.model.TLcdGML31NullEnumeration
Some common reasons for a null value:
innapplicable - the object does not have a value
missing - The correct value is not readily available to the sender of this data.
Furthermore, a correct value may not exist.
template - the value will be available later
unknown - The correct value is not known to, and not computable by, the sender of this data.
However, a correct value probably exists.
withheld - the value is not divulged
other:reason - as indicated by "reason" string
Specific communities may agree to assign more strict semantics when these terms are used in a particular context.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdGML31NullEnumeration
static final TLcdGML31NullEnumeration
static final TLcdGML31NullEnumeration
static final TLcdGML31NullEnumeration
static final TLcdGML31NullEnumeration
-
Constructor Summary
-
Method Summary
-
Field Details
-
INAPPLICABLE
-
MISSING
-
TEMPLATE
-
UNKNOWN
-
WITHHELD
-
-
Constructor Details
-
TLcdGML31NullEnumeration
-
-
Method Details
-
getCode
-
toString
-
hashCode
public int hashCode() -
equals
-
getWellKnownValues
Returns a map containing all well known values of this class. This map contains all public constant instances defined on this class.- Returns:
- A map that maps a well known code to an instance of this class
-