CadFieldList

Inheritance: java.lang.Object, CadBaseObject

Class describing CadFieldList object.

Constructors

ConstructorDescription
CadFieldList()Initializes a new instance of the CadFieldList class.

Methods

MethodDescription
getAttribute330List()Gets or sets the attribute330 list.
setAttribute330List(List value)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 - The attribute330 list.

setAttribute330List(List value)

public final void setAttribute330List(List<String> value)

Gets or sets the attribute330 list.

Parameters:

ParameterTypeDescription
valueListThe 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:

ParameterTypeDescription
valueIntegerThe attribute90 list.