public class CadGroup extends CadBaseObject
Class describing CadGroup object.
Constructor and Description |
---|
CadGroup()
Initializes a new instance of the
CadGroup class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets or sets the description.
|
List<String> |
getHardPointerHandles()
Gets or sets the hard pointer handles.
|
short |
getSelectabilityFlag()
Gets or sets the selectability flag.
|
short |
getUnnamedFlag()
Gets or sets the unnamed flag.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setHardPointerHandles(List<String> value)
Gets or sets the hard pointer handles.
|
void |
setSelectabilityFlag(short value)
Gets or sets the selectability flag.
|
void |
setUnnamedFlag(short value)
Gets or sets the unnamed flag.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadGroup()
Initializes a new instance of the CadGroup
class.
public final String getDescription()
Gets or sets the description.
public final void setDescription(String value)
Gets or sets the description.
value
- The description.public final short getUnnamedFlag()
Gets or sets the unnamed flag.
public final void setUnnamedFlag(short value)
Gets or sets the unnamed flag.
value
- The unnamed flag.public final short getSelectabilityFlag()
Gets or sets the selectability flag.
public final void setSelectabilityFlag(short value)
Gets or sets the selectability flag.
value
- The selectability flag.public final List<String> getHardPointerHandles()
Gets or sets the hard pointer handles.