public class TLcdDAFIFTACANModelDescriptor extends TLcdTACANModelDescriptor implements ILcdDAFIFModelDescriptorSupport
ILcdTACAN
objects.
The type name (getTypeName()
) is set to "DAFIF".TLcdTACANModelDescriptor
,
Serialized FormConstructor and Description |
---|
TLcdDAFIFTACANModelDescriptor(java.lang.String aSourceName,
java.lang.String aDisplayName,
ILcdFeaturedDescriptor aFeaturedDescriptor)
Deprecated.
|
TLcdDAFIFTACANModelDescriptor(java.lang.String aSourceName,
java.lang.String aDisplayName,
java.lang.String[] aFeatureNames,
java.lang.Class[] aFeatureClasses)
Deprecated.
|
TLcdDAFIFTACANModelDescriptor(java.lang.String aSourceName,
java.lang.String aDisplayName,
TLcdDataType aDataType)
Constructs a new
TLcdDAFIFTACANModelDescriptor object. |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEffectiveDate()
Returns the effective date for the corresponding DAFIF model or null if no effective date is set.
|
java.util.Date |
getExpirationDate()
Returns the expiration date for the corresponding DAFIF model or null if no effective date is set.
|
void |
setEffectiveDate(java.util.Date aDate)
Set the effective date for the corresponding DAFIF model.
|
void |
setExpirationDate(java.util.Date aDate)
Set the expiration date for the corresponding DAFIF model.
|
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
@Deprecated public TLcdDAFIFTACANModelDescriptor(java.lang.String aSourceName, java.lang.String aDisplayName, java.lang.String[] aFeatureNames, java.lang.Class[] aFeatureClasses)
TLcdDAFIFTACANModelDescriptor
object.aSourceName
- The name of the data source.aDisplayName
- The display name of the data source.aFeatureNames
- The feature names.aFeatureClasses
- The feature classes.@Deprecated public TLcdDAFIFTACANModelDescriptor(java.lang.String aSourceName, java.lang.String aDisplayName, ILcdFeaturedDescriptor aFeaturedDescriptor)
TLcdDAFIFTACANModelDescriptor
object.aSourceName
- The name of the data source.aDisplayName
- The display name of the data source.aFeaturedDescriptor
- The feature descriptor.public TLcdDAFIFTACANModelDescriptor(java.lang.String aSourceName, java.lang.String aDisplayName, TLcdDataType aDataType)
TLcdDAFIFTACANModelDescriptor
object.aSourceName
- the name of the data sourceaDisplayName
- The display name of the data source.aDataType
- the type of the elements of this descriptor's modelTLcdDAFIFDataTypes.TACAN
,
TLcdDAFIFTDataTypes.TACAN
public java.util.Date getEffectiveDate()
ILcdDAFIFModelDescriptorSupport
getEffectiveDate
in interface ILcdDAFIFModelDescriptorSupport
public java.util.Date getExpirationDate()
ILcdDAFIFModelDescriptorSupport
getExpirationDate
in interface ILcdDAFIFModelDescriptorSupport
public void setEffectiveDate(java.util.Date aDate)
ILcdDAFIFModelDescriptorSupport
setEffectiveDate
in interface ILcdDAFIFModelDescriptorSupport
aDate
- the effective date to be setpublic void setExpirationDate(java.util.Date aDate)
ILcdDAFIFModelDescriptorSupport
setExpirationDate
in interface ILcdDAFIFModelDescriptorSupport
aDate
- the expiration date to be set