CadApplicationCodes

The Cad Application Defined Codes

Constructors

ConstructorDescription
CadApplicationCodes(String applicationName)Initializes a new instance of the CadApplicationCodes class. Initializes a new instance of the class.

Methods

MethodDescription
getCodesList()Gets or sets the data list.
setCodesList(List value)Gets or sets the data list.
getName()Gets the name.

CadApplicationCodes(String applicationName)

public CadApplicationCodes(String applicationName)

Initializes a new instance of the CadApplicationCodes class. Initializes a new instance of the class.

Parameters:

ParameterTypeDescription
applicationNameStringName of the application.

getCodesList()

public List<CadCodeValue> getCodesList()

Gets or sets the data list.

Returns: List - The data list.

setCodesList(List value)

public void setCodesList(List<CadCodeValue> value)

Gets or sets the data list.

Parameters:

ParameterTypeDescription
valueListThe data list.

getName()

public String getName()

Gets the name.

Returns: String - The name.