Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadApplicationCodesContainer

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.CadApplicationCodesContainer


  • public class CadApplicationCodesContainer
    extends Object

    The CadApplicationCodes Container

    • Constructor Detail

      • CadApplicationCodesContainer

        public CadApplicationCodesContainer()

        Initializes a new instance of the CadApplicationCodesContainer class.

    • Method Detail

      • setCodes

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

        Gets or sets the codes.

        Parameters:
        value - The codes.
      • getCodes

        public CadApplicationCodes getCodes(String subClassName,
                                            String applicationName)

        Gets the codes.

        Parameters:
        subClassName - Name of the sub class.
        applicationName - Name of the application.
        Returns:
        The Application Codes