Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadApplicationCodes

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


  • public class CadApplicationCodes
    extends Object

    The Cad Application Defined Codes

    • Constructor Detail

      • CadApplicationCodes

        public CadApplicationCodes(String applicationName)

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

        Parameters:
        applicationName - Name of the application.
    • Method Detail

      • getCodesList

        public List<CadCodeValue> getCodesList()

        Gets or sets the data list.

        Returns:
        The data list.
      • setCodesList

        public void setCodesList(List<CadCodeValue> value)

        Gets or sets the data list.

        Parameters:
        value - The data list.
      • getName

        public String getName()

        Gets the name.

        Returns:
        The name.