CadApplicationCodesContainer

The CadApplicationCodes Container

Constructors

ConstructorDescription
CadApplicationCodesContainer()Initializes a new instance of the CadApplicationCodesContainer class.

Methods

MethodDescription
getCodes()Gets or sets the codes.
setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List> value)Gets or sets the codes.
getCodes(String subClassName, String applicationName)Gets the codes.

CadApplicationCodesContainer()

public CadApplicationCodesContainer()

Initializes a new instance of the CadApplicationCodesContainer class.

getCodes()

public HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> getCodes()

Gets or sets the codes.

Returns: HashMap<String,com.aspose.ms.System.Collections.Generic.List> - The codes.

setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List> value)

public void setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> value)

Gets or sets the codes.

Parameters:

ParameterTypeDescription
valueHashMap<StringThe codes.

getCodes(String subClassName, String applicationName)

public CadApplicationCodes getCodes(String subClassName, String applicationName)

Gets the codes.

Parameters:

ParameterTypeDescription
subClassNameStringName of the sub class.
applicationNameStringName of the application.

Returns: CadApplicationCodes - The Application Codes