public class CadXdataContainer extends Object
The Xdata Container
Constructor and Description |
---|
CadXdataContainer() |
Modifier and Type | Method and Description |
---|---|
CadXdata |
getAcadData()
Gets the ACAD data.
|
CadXdata |
getData(String applicationName)
Gets the data.
|
String |
getHyperlink()
Gets or sets the hyperlink.
|
List<CadXdata> |
getXdatas()
Gets or sets the xdatas.
|
void |
setHyperlink(String value)
Gets or sets the hyperlink.
|
void |
setXdatas(List<CadXdata> value)
Gets or sets the xdatas.
|
public final void setXdatas(List<CadXdata> value)
Gets or sets the xdatas.
value
- The xdatas.public final String getHyperlink()
Gets or sets the hyperlink.
public final void setHyperlink(String value)
Gets or sets the hyperlink.
value
- The hyperlink.public final CadXdata getData(String applicationName)
Gets the data.
applicationName
- Name of the application.public final CadXdata getAcadData()
Gets the ACAD data.