public class TLcdAIXMTACANModelDescriptor extends TLcdTACANModelDescriptor
ILcdTACAN
objects.
The type name (getTypeName()
) and the display name (getDisplayName()
)
are respectively set to "AIXM" and
TLcdAIXMTACANModelDescriptor.DISPLAY_NAME
.
TLcdTACANModelDescriptor
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
DISPLAY_NAME
The display name associated with this model descriptor.
|
Constructor and Description |
---|
TLcdAIXMTACANModelDescriptor(java.lang.String aSourceName)
Constructs a new
TLcdAIXMTACANModelDescriptor object with
TLcdAIXMDataTypes.TACAN as model element type. |
TLcdAIXMTACANModelDescriptor(java.lang.String aSourceName,
java.lang.String[] aFeatureNames,
java.lang.Class[] aFeatureClasses)
Deprecated.
|
TLcdAIXMTACANModelDescriptor(java.lang.String aSourceName,
TLcdDataType aDataType)
Constructs a new
TLcdAIXMTACANModelDescriptor object. |
getDataModel, getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getModelElementTypes, getModelTypes
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFeatureUnitOfMeasure
getDisplayName, getSourceName, getTypeName
public static final java.lang.String DISPLAY_NAME
@Deprecated public TLcdAIXMTACANModelDescriptor(java.lang.String aSourceName, java.lang.String[] aFeatureNames, java.lang.Class[] aFeatureClasses)
TLcdAIXMTACANModelDescriptor
object.aSourceName
- the name of the data sourceaFeatureNames
- the feature namesaFeatureClasses
- the feature classespublic TLcdAIXMTACANModelDescriptor(java.lang.String aSourceName, TLcdDataType aDataType)
TLcdAIXMTACANModelDescriptor
object.aSourceName
- the name of the data sourceaDataType
- the type of the elements of this descriptor's modelpublic TLcdAIXMTACANModelDescriptor(java.lang.String aSourceName)
TLcdAIXMTACANModelDescriptor
object with
TLcdAIXMDataTypes.TACAN
as model element type.