CadObjectAttribute
Contents
[
Hide
]Inheritance: java.lang.Object, CadBase
CadObjectAttribute
Constructors
| Constructor | Description |
|---|---|
| CadObjectAttribute() | Initializes a new instance of the CadObjectAttribute class. |
Methods
| Method | Description |
|---|---|
| getName() | Gets or sets the name. |
| setName(String value) | Gets or sets the name. |
| getAttributeValues() | Gets or sets the attribute values. |
| setAttributeValues(List | 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:
| Parameter | Type | Description |
|---|---|---|
| value | String | The name. |
getAttributeValues()
public List<CadCodeValue> getAttributeValues()
Gets or sets the attribute values.
Returns: List
setAttributeValues(List value)
public void setAttributeValues(List<CadCodeValue> value)
Gets or sets the attribute values.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The attribute values. |