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, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public 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.