Class TLcdISO19115MediumNameCode
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19115Code
com.luciad.format.metadata.model.distribution.TLcdISO19115MediumNameCode
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Name of the medium.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdISO19115MediumNameCode3480 cartridge tape drive.static final TLcdISO19115MediumNameCode3490 cartridge tape drive.static final TLcdISO19115MediumNameCode3580 cartridge tape drive.static final TLcdISO19115MediumNameCode¼ inch magnetic tape.static final TLcdISO19115MediumNameCode4 millimetre magnetic tape.static final TLcdISO19115MediumNameCode8 millimetre magnetic tape.static final TLcdISO19115MediumNameCodeRead-only optical disk.static final TLcdDataPropertyData property that maps to thecodeListattribute.static final TLcdDataPropertyData property that maps to thecodeListValueattribute.static final TLcdDataPropertyData property that maps to thecodeSpaceattribute.static final TLcdISO19115MediumNameCodeHalf inch cartridge streaming tape drive.static final TLcdISO19115MediumNameCodeDigital versatile disk.static final TLcdISO19115MediumNameCodeDigital versatile disk digital versatile disk, read only.static final TLcdISO19115MediumNameCode3½ inch magnetic disk.static final TLcdISO19115MediumNameCode5¼ inch magnetic disk.static final TLcdISO19115MediumNameCodePamphlet or leaflet giving descriptive information.static final TLcdISO19115MediumNameCodeDirect computer linkage.static final TLcdISO19115MediumNameCodeLinkage through a satellite communication system.static final TLcdISO19115MediumNameCode7 track magnetic tape.static final TLcdISO19115MediumNameCode9 track magnetic tape.static final TLcdISO19115MediumNameCodeCommunication through a telephone network.static final TLcdDataPropertyData property that holds the type of this instance.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecodeListattribute.Returns the value of the property that maps to thecodeListValueattribute.Returns the value of the property that maps to thecodeSpaceattribute.getType()Returns the value of the property that holds the type of this instance.Returns the value of the property that maps to the value defined by the simple content.voidsetCodeList(URI aValue) Sets the value of the property that maps to thecodeListattribute.voidsetCodeListValue(URI aValue) Sets the value of the property that maps to thecodeListValueattribute.voidsetCodeSpace(URI aValue) Sets the value of the property that maps to thecodeSpaceattribute.voidSets the value of the property that holds the type of this instance.voidsetValueObject(String aValue) Sets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19115Code
equals, hashCode
-
Field Details
-
CD_ROM
Read-only optical disk. -
DVD
Digital versatile disk. -
DVD_ROM
Digital versatile disk digital versatile disk, read only. -
FLOPPY_3_HALF_INCH
3½ inch magnetic disk. -
FLOPPY_5_QUARTER_INCH
5¼ inch magnetic disk. -
TAPE_7_TRACK
7 track magnetic tape. -
TAPE_9_TRACK
9 track magnetic tape. -
CARTRIDGE_3480
3480 cartridge tape drive. -
CARTRIDGE_3490
3490 cartridge tape drive. -
CARTRIDGE_3580
3580 cartridge tape drive. -
CARTRIDGE_TAPE_4mm
4 millimetre magnetic tape. -
CARTRIDGE_TAPE_8mm
8 millimetre magnetic tape. -
CARTRIDGE_TAPE_1_QUARTER_INCH
¼ inch magnetic tape. -
DIGITAL_LINEAR_TAPE
Half inch cartridge streaming tape drive. -
ON_LINE
Direct computer linkage. -
SATELLITE
Linkage through a satellite communication system. -
TELEPHONE_LINK
Communication through a telephone network. -
HARDCOPY
Pamphlet or leaflet giving descriptive information. -
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString. -
CODE_LIST_PROPERTY
Data property that maps to thecodeListattribute. The possible values for this property are instances ofURI. -
CODE_LIST_VALUE_PROPERTY
Data property that maps to thecodeListValueattribute. The possible values for this property are instances ofURI. -
CODE_SPACE_PROPERTY
Data property that maps to thecodeSpaceattribute. The possible values for this property are instances ofURI. -
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQNameconstants defined in this class.
-
-
Constructor Details
-
TLcdISO19115MediumNameCode
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getCodeList
Returns the value of the property that maps to thecodeListattribute.- Returns:
- the value of the
CODE_LIST_PROPERTYproperty.
-
setCodeList
Sets the value of the property that maps to thecodeListattribute.- Parameters:
aValue- the value to set for theCODE_LIST_PROPERTYproperty.
-
getCodeListValue
Returns the value of the property that maps to thecodeListValueattribute.- Returns:
- the value of the
CODE_LIST_VALUE_PROPERTYproperty.
-
setCodeListValue
Sets the value of the property that maps to thecodeListValueattribute.- Parameters:
aValue- the value to set for theCODE_LIST_VALUE_PROPERTYproperty.
-
getCodeSpace
Returns the value of the property that maps to thecodeSpaceattribute.- Returns:
- the value of the
CODE_SPACE_PROPERTYproperty.
-
setCodeSpace
Sets the value of the property that maps to thecodeSpaceattribute.- Parameters:
aValue- the value to set for theCODE_SPACE_PROPERTYproperty.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-