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() |
String |
getName()
Gets the name.
|
void |
setCodesList(List<CadCodeValue> value) |
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()
public void setCodesList(List<CadCodeValue> value)
public String getName()
Gets the name.
Value: The name.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.