public class CadEmbeddedObject extends Object
The Cad embedded object.
| Constructor and Description | 
|---|
| CadEmbeddedObject()
 Initializes a new instance of the  CadEmbeddedObjectclass. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CadCodeValue> | getDataList()
 Gets or sets the data list. | 
| CadCodeValue | getFirstValue(int attribute)
 Get first occurrence of an attribute from object. | 
| void | setDataList(List<CadCodeValue> value)
 Gets or sets the data list. | 
public CadEmbeddedObject()
 Initializes a new instance of the CadEmbeddedObject class.
 
public final List<CadCodeValue> getDataList()
Gets or sets the data list.
public final void setDataList(List<CadCodeValue> value)
Gets or sets the data list.
public final CadCodeValue getFirstValue(int attribute)
Get first occurrence of an attribute from object.
attribute - Attribute codeCadCodeValue Representation of a value