public class CadApplicationCodesContainer extends Object
The CadApplicationCodes Container
| Constructor and Description |
|---|
CadApplicationCodesContainer()
Initializes a new instance of the
CadApplicationCodesContainer class. |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> |
getCodes()
Gets or sets the codes.
|
CadApplicationCodes |
getCodes(String subClassName,
String applicationName)
Gets the codes.
|
void |
setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> value)
Gets or sets the codes.
|
public CadApplicationCodesContainer()
Initializes a new instance of the CadApplicationCodesContainer class.
public HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> getCodes()
Gets or sets the codes.
public void setCodes(HashMap<String,com.aspose.ms.System.Collections.Generic.List<CadApplicationCodes>> value)
Gets or sets the codes.
value - The codes.public CadApplicationCodes getCodes(String subClassName, String applicationName)
Gets the codes.
subClassName - Name of the sub class.applicationName - Name of the application.