public class CadFieldList extends CadBaseObject
Class describing CadFieldList object.
Constructor and Description |
---|
CadFieldList()
Initializes a new instance of the
CadFieldList class. |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAttribute330List()
Gets or sets the attribute330 list.
|
Integer |
getAttribute90()
Gets or sets the attribute90 list.
|
void |
setAttribute330List(List<String> value)
Gets or sets the attribute330 list.
|
void |
setAttribute90(Integer value)
Gets or sets the attribute90 list.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadFieldList()
Initializes a new instance of the CadFieldList
class.
public final List<String> getAttribute330List()
Gets or sets the attribute330 list.
public final void setAttribute330List(List<String> value)
Gets or sets the attribute330 list.
value
- The attribute330 list.public final Integer getAttribute90()
Gets or sets the attribute90 list.
public final void setAttribute90(Integer value)
Gets or sets the attribute90 list.
value
- The attribute90 list.