CadFieldList
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseObject
Class describing CadFieldList object.
Constructors
| Constructor | Description |
|---|---|
| CadFieldList() | Initializes a new instance of the CadFieldList class. |
Methods
| Method | Description |
|---|---|
| getAttribute330List() | Gets or sets the attribute330 list. |
| setAttribute330List(List | Gets or sets the attribute330 list. |
| getAttribute90() | Gets or sets the attribute90 list. |
| setAttribute90(Integer value) | Gets or sets the attribute90 list. |
CadFieldList()
public CadFieldList()
Initializes a new instance of the CadFieldList class.
getAttribute330List()
public final List<String> getAttribute330List()
Gets or sets the attribute330 list.
Returns: List
setAttribute330List(List value)
public final void setAttribute330List(List<String> value)
Gets or sets the attribute330 list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The attribute330 list. |
getAttribute90()
public final Integer getAttribute90()
Gets or sets the attribute90 list.
Returns: Integer - The attribute90 list.
setAttribute90(Integer value)
public final void setAttribute90(Integer value)
Gets or sets the attribute90 list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Integer | The attribute90 list. |