public abstract class CadAcDbAssocAction extends CadBaseObject
Class describing Assoc Action
| Constructor and Description |
|---|
CadAcDbAssocAction()
Initializes a new instance of the
CadAcDbAssocAction class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionBody()
Gets or sets action dody.
|
int |
getActionIndex()
Gets or sets action index.
|
int |
getClassVersion()
Gets or sets class version.
|
List<AssocActionDependency> |
getDependencies()
Gets or sets dependencies.
|
int |
getGeometryStatus()
Gets or sets geometry status.
|
int |
getMaxAssocDependencyIndex()
Gets or sets action dependency index.
|
List<String> |
getOwnedParams()
Gets or sets owned params.
|
String |
getOwningNetwork()
Gets or sets owning network.
|
void |
setActionBody(String value)
Gets or sets action dody.
|
void |
setActionIndex(int value)
Gets or sets action index.
|
void |
setClassVersion(int value)
Gets or sets class version.
|
void |
setDependencies(List<AssocActionDependency> value)
Gets or sets dependencies.
|
void |
setGeometryStatus(int value)
Gets or sets geometry status.
|
void |
setMaxAssocDependencyIndex(int value)
Gets or sets action dependency index.
|
void |
setOwnedParams(List<String> value)
Gets or sets owned params.
|
void |
setOwningNetwork(String value)
Gets or sets owning network.
|
getChildObjects, 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 CadAcDbAssocAction()
Initializes a new instance of the CadAcDbAssocAction class.
public final int getClassVersion()
Gets or sets class version.
Value: The class version.public final void setClassVersion(int value)
Gets or sets class version.
Value: The class version.public final int getGeometryStatus()
Gets or sets geometry status.
Value: The geometry status.public final void setGeometryStatus(int value)
Gets or sets geometry status.
Value: The geometry status.public final String getOwningNetwork()
Gets or sets owning network.
Value: The owning AssocNetwork.public final void setOwningNetwork(String value)
Gets or sets owning network.
Value: The owning AssocNetwork.public final String getActionBody()
Gets or sets action dody.
Value: The action dody.public final void setActionBody(String value)
Gets or sets action dody.
Value: The action dody.public final int getActionIndex()
Gets or sets action index.
Value: The action index.public final void setActionIndex(int value)
Gets or sets action index.
Value: The action index.public final int getMaxAssocDependencyIndex()
Gets or sets action dependency index.
Value: The action dependency index.public final void setMaxAssocDependencyIndex(int value)
Gets or sets action dependency index.
Value: The action dependency index.public final List<AssocActionDependency> getDependencies()
Gets or sets dependencies.
Value: The dependencies.public final void setDependencies(List<AssocActionDependency> value)
Gets or sets dependencies.
Value: The dependencies.public final List<String> getOwnedParams()
Gets or sets owned params.
Value: The owned params.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.