Uses of Class
com.luciad.format.gml32.model.TLcdGML32NilReasonEnumeration
Package
Description
This package provides the classes that correspond to AIXM 5.1 data types.
This package provides the classes that correspond to AIXM 5.1 data types.
This package provides the classes that correspond to AIXM 5.1 types that are used in the domain model
to represent a number of generic object categories.
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32NilReasonEnumeration in com.luciad.format.aixm51.model.abstractfeature
Modifier and TypeMethodDescriptionTLcdAIXM51AbstractAIXMProperty.getNilReason()
Returns the value of the property that maps to thenilReason
attribute.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51AbstractAIXMProperty.setNilReason
(TLcdGML32NilReasonEnumeration aValue) Sets the value of the property that maps to thenilReason
attribute. -
Uses of TLcdGML32NilReasonEnumeration in com.luciad.format.aixm51.model.datatypes
Modifier and TypeMethodDescriptionTLcdAIXM51TextNote.getNilReason()
Returns the value of the property that maps to thenilReason
attribute.TLcdAIXM51XHTML.getNilReason()
Returns the value of the property that maps to thenilReason
attribute.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51TextNote.setNilReason
(TLcdGML32NilReasonEnumeration aValue) Sets the value of the property that maps to thenilReason
attribute.void
TLcdAIXM51XHTML.setNilReason
(TLcdGML32NilReasonEnumeration aValue) Sets the value of the property that maps to thenilReason
attribute. -
Uses of TLcdGML32NilReasonEnumeration in com.luciad.format.aixm51.model.util
Modifier and TypeMethodDescriptionTLcdAIXM51Optional.getNilReason()
Returns the nilReason attribute of this value.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51Optional.setNilReason
(TLcdGML32NilReasonEnumeration aReason) Sets the nilReason attribute of the value. -
Uses of TLcdGML32NilReasonEnumeration in com.luciad.format.gml32.model
Modifier and TypeFieldDescriptionstatic final TLcdGML32NilReasonEnumeration
TLcdGML32NilReasonEnumeration.INAPPLICABLE
static final TLcdGML32NilReasonEnumeration
TLcdGML32NilReasonEnumeration.MISSING
static final TLcdGML32NilReasonEnumeration
TLcdGML32NilReasonEnumeration.TEMPLATE
static final TLcdGML32NilReasonEnumeration
TLcdGML32NilReasonEnumeration.UNKNOWN
static final TLcdGML32NilReasonEnumeration
TLcdGML32NilReasonEnumeration.WITHHELD
Modifier and TypeMethodDescriptionstatic Map
<String, TLcdGML32NilReasonEnumeration> TLcdGML32NilReasonEnumeration.getWellKnownValues()
Returns a map containing all well known values of this class.