public class CadObjectAttribute extends CadBase
CadObjectAttribute
Constructor and Description |
---|
CadObjectAttribute()
Initializes a new instance of the
CadObjectAttribute class. |
Modifier and Type | Method and Description |
---|---|
List<CadCodeValue> |
getAttributeValues()
Gets or sets the attribute values.
|
String |
getName()
Gets or sets the name.
|
void |
setAttributeValues(List<CadCodeValue> value)
Gets or sets the attribute values.
|
void |
setName(String value)
Gets or sets the name.
|
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadObjectAttribute()
Initializes a new instance of the CadObjectAttribute
class.
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
value
- The name.public List<CadCodeValue> getAttributeValues()
Gets or sets the attribute values.
public void setAttributeValues(List<CadCodeValue> value)
Gets or sets the attribute values.
value
- The attribute values.