public class CadApplicationCodes extends Object
The Cad Application Defined Codes
| Constructor and Description |
|---|
CadApplicationCodes(String applicationName)
Initializes a new instance of the
CadApplicationCodes class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadCodeValue> |
getCodesList()
Gets or sets the data list.
|
String |
getName()
Gets the name.
|
void |
setCodesList(List<CadCodeValue> value)
Gets or sets the data list.
|
public CadApplicationCodes(String applicationName)
Initializes a new instance of the CadApplicationCodes class.
Initializes a new instance of the class.
applicationName - Name of the application.public List<CadCodeValue> getCodesList()
Gets or sets the data list.
public void setCodesList(List<CadCodeValue> value)
Gets or sets the data list.
value - The data list.public String getName()
Gets the name.