public class CadDictionaryVar extends CadBaseObject
Class describing DICTIONARYVAR object.
Constructor and Description |
---|
CadDictionaryVar()
Initializes a new instance of the
CadDictionaryVar class. |
Modifier and Type | Method and Description |
---|---|
short |
getObjectSchemaNumber()
Gets or sets the object schema number.
|
String |
getValue()
Gets or sets value of variable.
|
void |
setObjectSchemaNumber(short value)
Gets or sets the object schema number.
|
void |
setValue(String value)
Gets or sets value of variable.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadDictionaryVar()
Initializes a new instance of the CadDictionaryVar
class.
public short getObjectSchemaNumber()
Gets or sets the object schema number.
public void setObjectSchemaNumber(short value)
Gets or sets the object schema number.
value
- The object schema number.public String getValue()
Gets or sets value of variable.
public void setValue(String value)
Gets or sets value of variable.