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, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadDictionaryVar()
Initializes a new instance of the CadDictionaryVar
class.
public final short getObjectSchemaNumber()
Gets or sets the object schema number.
public final void setObjectSchemaNumber(short value)
Gets or sets the object schema number.
value
- The object schema number.public final String getValue()
Gets or sets value of variable.
public final void setValue(String value)
Gets or sets value of variable.