public class CadBreakData extends CadBaseObject
Class describing CadBreakData object.
Constructor and Description |
---|
CadBreakData()
Initializes a new instance of the
CadBreakData class. |
Modifier and Type | Method and Description |
---|---|
List<List<CadParameter>> |
getBreakPointRefList()
Gets or sets the break point reference list.
|
void |
setBreakPointRefList(List<List<CadParameter>> value)
Gets or sets the break point reference list.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadBreakData()
Initializes a new instance of the CadBreakData
class.
public final List<List<CadParameter>> getBreakPointRefList()
Gets or sets the break point reference list.
public final void setBreakPointRefList(List<List<CadParameter>> value)
Gets or sets the break point reference list.
value
- The break point reference list.