CadObjectAttribute

Inheritance: java.lang.Object, CadBase

CadObjectAttribute

Constructors

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

Methods

MethodDescription
getName()Gets or sets the name.
setName(String value)Gets or sets the name.
getAttributeValues()Gets or sets the attribute values.
setAttributeValues(List value)Gets or sets the attribute values.

CadObjectAttribute()

public CadObjectAttribute()

Initializes a new instance of the CadObjectAttribute class.

getName()

public String getName()

Gets or sets the name.

Returns: String - The String result. The name.

setName(String value)

public void setName(String value)

Gets or sets the name.

Parameters:

ParameterTypeDescription
valueStringThe name.

getAttributeValues()

public List<CadCodeValue> getAttributeValues()

Gets or sets the attribute values.

Returns: List - The attribute values.

setAttributeValues(List value)

public void setAttributeValues(List<CadCodeValue> value)

Gets or sets the attribute values.

Parameters:

ParameterTypeDescription
valueListThe attribute values.