public class CadAcDbAssocVariable extends CadBaseObject
Class describing Ac Db Assoc Network.
CadBaseObject| Constructor and Description |
|---|
CadAcDbAssocVariable()
Initializes a new instance of the
CadAcDbAssocNetwork class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getVariableName()
Gets or sets name.
|
String |
getVariableValue()
Gets or sets the value.
|
void |
setVariableName(String value)
Gets or sets name.
|
void |
setVariableValue(String value)
Gets or sets the value.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadAcDbAssocVariable()
Initializes a new instance of the CadAcDbAssocNetwork class.
public final String getVariableName()
Gets or sets name.
Value: The name.public final void setVariableName(String value)
Gets or sets name.
Value: The name.public final String getVariableValue()
Gets or sets the value.
Value: The value.public final void setVariableValue(String value)
Gets or sets the value.
Value: The value.