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