Package com.luciad.format.dgn
Class TLcdDGNIntegerTagAttribute
java.lang.Object
com.luciad.format.dgn.ALcdDGNAttributes
com.luciad.format.dgn.TLcdDGNIntegerTagAttribute
- All Implemented Interfaces:
ILcdDGNAttributes
,ILcdDGNTagAttribute
,ILcdDGNUserAttribute
,Serializable
This class represents a DGN character tag attribute.
Its corresponding
DGNTag
is a TLcdDGNIntegerTag
.- See Also:
-
Field Summary
Fields inherited from interface com.luciad.format.dgn.ILcdDGNUserAttribute
ATTRIBUTE_ASSOCIATED_HATCH, ATTRIBUTE_DBASE_LINKAGE, ATTRIBUTE_ELEMENT_TAG, ATTRIBUTE_FILL_COLOR, ATTRIBUTE_IGDS, ATTRIBUTE_INFORMIX_LINKAGE, ATTRIBUTE_INGRES_LINKAGE, ATTRIBUTE_ODBC_LINKAGE, ATTRIBUTE_ORACLE_LINKAGE, ATTRIBUTE_RIS_LINKAGE, ATTRIBUTE_SYBASE_LINKAGE, ATTRIBUTE_TEXT_ENHANCEMENTS, ATTRIBUTE_USER_DATA_LINKAGE, ATTRIBUTE_USER_LINE_STYLE
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdDGNIntegerTagAttribute
(ILcdDGNTag aDGNTag, int aIntegerValue, ILcdDGNAttributes aNextAttribute) -
Method Summary
Methods inherited from class com.luciad.format.dgn.ALcdDGNAttributes
getNextAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.format.dgn.ILcdDGNAttributes
getNextAttribute
Methods inherited from interface com.luciad.format.dgn.ILcdDGNTagAttribute
getDGNTag
Methods inherited from interface com.luciad.format.dgn.ILcdDGNUserAttribute
getType
-
Constructor Details
-
TLcdDGNIntegerTagAttribute
public TLcdDGNIntegerTagAttribute(ILcdDGNTag aDGNTag, int aIntegerValue, ILcdDGNAttributes aNextAttribute)
-
-
Method Details
-
getIntegerValue
public int getIntegerValue() -
getValueAsString
- Specified by:
getValueAsString
in interfaceILcdDGNTagAttribute
-
getDGNTag
- Specified by:
getDGNTag
in interfaceILcdDGNTagAttribute
-
getType
public int getType()- Specified by:
getType
in interfaceILcdDGNUserAttribute
- Returns:
- the attribute type:
ATTRIBUTE_USER_DATA_LINKAGE
,ATTRIBUTE_IGDS
, ...
-