Package com.luciad.format.dgn
Class TLcdDGNCharacterTag
java.lang.Object
com.luciad.format.dgn.TLcdDGNCharacterTag
- All Implemented Interfaces:
ILcdDGNTag,Serializable
This class represents a DGN character tag.
- See Also:
-
Field Summary
Fields inherited from interface com.luciad.format.dgn.ILcdDGNTag
TAG_CHARACTER, TAG_INTEGER, TAG_REAL -
Constructor Summary
ConstructorsConstructorDescriptionTLcdDGNCharacterTag(TLcdDGNTagSet aDGNTagSet, String aName, int aNumber, String aPrompt, String aDefaultCharacterValue) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.format.dgn.ILcdDGNTag
getDGNTagSet, getName, getNumber, getPrompt
-
Constructor Details
-
TLcdDGNCharacterTag
public TLcdDGNCharacterTag(TLcdDGNTagSet aDGNTagSet, String aName, int aNumber, String aPrompt, String aDefaultCharacterValue)
-
-
Method Details
-
getDefaultCharacterValue
-
getType
public int getType()- Specified by:
getTypein interfaceILcdDGNTag
-
getDGNTagSet
- Specified by:
getDGNTagSetin interfaceILcdDGNTag
-
getName
- Specified by:
getNamein interfaceILcdDGNTag
-
getNumber
public int getNumber()- Specified by:
getNumberin interfaceILcdDGNTag
-
getPrompt
- Specified by:
getPromptin interfaceILcdDGNTag
-