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<CadStringParameter> |
getAttribute330List()
Gets or sets the attribute330 list.
|
CadIntParameter |
getAttribute90()
Gets or sets the attribute90 list.
|
void |
setAttribute330List(List<CadStringParameter> value)
Gets or sets the attribute330 list.
|
void |
setAttribute90(CadIntParameter value)
Gets or sets the attribute90 list.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadFieldList()
Initializes a new instance of the CadFieldList
class.
public List<CadStringParameter> getAttribute330List()
Gets or sets the attribute330 list.
public void setAttribute330List(List<CadStringParameter> value)
Gets or sets the attribute330 list.
value
- The attribute330 list.public CadIntParameter getAttribute90()
Gets or sets the attribute90 list.
public void setAttribute90(CadIntParameter value)
Gets or sets the attribute90 list.
value
- The attribute90 list.