public class CadAcDbAssocVariable extends CadAcDbAssocAction
Class describing Ac Db Assoc Variable.
CadAcDbAssocAction| Constructor and Description |
|---|
CadAcDbAssocVariable()
Initializes a new instance of the
CadAcDbAssocNetwork class. |
| Modifier and Type | Method and Description |
|---|---|
AssocEvaluatedVariant |
getDependentOnObjectValue()
Gets or sets the value in the dependent-on object
|
String |
getDescription()
Gets or sets the description.
|
String |
getEvaluatorId()
Gets or sets the evaluatorId.
|
String |
getExpression()
Gets or sets the evaluatorId.
|
int |
getVariableClassVersion()
Gets or class version.
|
String |
getVariableName()
Gets or sets name.
|
String |
getVariableValue()
Gets or sets the value.
|
void |
setDependentOnObjectValue(AssocEvaluatedVariant value)
Gets or sets the value in the dependent-on object
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setEvaluatorId(String value)
Gets or sets the evaluatorId.
|
void |
setExpression(String value)
Gets or sets the evaluatorId.
|
void |
setVariableClassVersion(int value)
Gets or class version.
|
void |
setVariableName(String value)
Gets or sets name.
|
void |
setVariableValue(String value)
Gets or sets the value.
|
getActionBody, getActionIndex, getClassVersion, getDependencies, getGeometryStatus, getMaxAssocDependencyIndex, getOwnedParams, getOwningNetwork, setActionBody, setActionIndex, setClassVersion, setDependencies, setGeometryStatus, setMaxAssocDependencyIndex, setOwnedParams, setOwningNetworkgetChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadAcDbAssocVariable()
Initializes a new instance of the CadAcDbAssocNetwork class.
public final int getVariableClassVersion()
Gets or class version.
Value: The class version.public final void setVariableClassVersion(int value)
Gets or class version.
Value: The class version.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.public final String getExpression()
Gets or sets the evaluatorId.
Value: The value.public final void setExpression(String value)
Gets or sets the evaluatorId.
Value: The value.public final String getEvaluatorId()
Gets or sets the evaluatorId.
Value: The value.public final void setEvaluatorId(String value)
Gets or sets the evaluatorId.
Value: The value.public final String getDescription()
Gets or sets the description.
Value: The value.public final void setDescription(String value)
Gets or sets the description.
Value: The value.public final AssocEvaluatedVariant getDependentOnObjectValue()
Gets or sets the value in the dependent-on object
Value: The dependent-on object value.public final void setDependentOnObjectValue(AssocEvaluatedVariant value)
Gets or sets the value in the dependent-on object
Value: The dependent-on object value.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.