Packages

 

com.aspose.cad.fileformats.cad.cadtables

Class CadSymbolTableGroupCodes

  • All Implemented Interfaces:
    com.aspose.ms.System.ICloneable


    public class CadSymbolTableGroupCodes
    extends CadBaseOwned
    implements com.aspose.ms.System.ICloneable

    Group codes that apply to all symbol tables.

    See Also:
    CadBaseOwned
    • Constructor Detail

      • CadSymbolTableGroupCodes

        public CadSymbolTableGroupCodes()

        Initializes a new instance of the CadSymbolTableGroupCodes class.

    • Method Detail

      • isInit

        public final boolean isInit()

        Gets or sets a value indicating whether this instance is initialize.

        Returns:
        true if this instance is initialize; otherwise, false.
      • getMaxTableEntriesCount

        public final Short getMaxTableEntriesCount()

        Gets or sets the maximum table entries count.

        Returns:
        The maximum table entries count.
      • setMaxTableEntriesCount

        public final void setMaxTableEntriesCount(Short value)

        Gets or sets the maximum table entries count.

        Parameters:
        value - The maximum table entries count.
      • getSymbolTableParameters

        public final List<CadCodeValue> getSymbolTableParameters()

        Gets or sets the symbol table parameters.

        Returns:
        The symbol table parameters.
      • setSymbolTableParameters

        public final void setSymbolTableParameters(List<CadCodeValue> value)

        Gets or sets the symbol table parameters.

        Parameters:
        value - The symbol table parameters.
      • getSubClass

        public final String getSubClass()

        Gets or sets the sub class parameter.

        Returns:
        The sub class parameter.
      • setSubClass

        public final void setSubClass(String value)

        Gets or sets the sub class parameter.

        Parameters:
        value - The sub class parameter.
      • init

        public final void init()

        Initializes this instance.

      • deepClone

        public final Object deepClone()

        Creates a new object that is a copy of the current instance.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        A new object that is a copy of this instance.