public class CadAcDbAssocNetwork extends CadBaseObject
Class describing Ac Db Assoc Network.
CadBaseObject| Constructor and Description |
|---|
CadAcDbAssocNetwork()
Initializes a new instance of the
CadAcDbAssocNetwork class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getAccosActionsList()
Gets or sets the accos actions list.
|
List<CadParameter> |
getAccosNetworkList()
Gets or sets the accos network list.
|
void |
setAccosActionsList(List<CadParameter> value)
Gets or sets the accos actions list.
|
void |
setAccosNetworkList(List<CadParameter> value)
Gets or sets the accos network list.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadAcDbAssocNetwork()
Initializes a new instance of the CadAcDbAssocNetwork class.
public final List<CadParameter> getAccosNetworkList()
Gets or sets the accos network list.
public final void setAccosNetworkList(List<CadParameter> value)
Gets or sets the accos network list.
value - The accos network list.public final List<CadParameter> getAccosActionsList()
Gets or sets the accos actions list.
public final void setAccosActionsList(List<CadParameter> value)
Gets or sets the accos actions list.
value - The accos actions list.