Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadClassEntity



  • public class CadClassEntity
    extends Object

    The Cad class entity.

    • Constructor Detail

      • CadClassEntity

        public CadClassEntity()
    • Method Detail

      • getType

        public final int getType()

        Gets the class type.

        Returns:
        The class type.
      • getName

        public final String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public final void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getCppName

        public final String getCppName()

        Gets or sets the name of the CPP.

        Returns:
        The name of the CPP.
      • setCppName

        public final void setCppName(String value)

        Gets or sets the name of the CPP.

        Parameters:
        value - The name of the CPP.
      • getApplicationName

        public final String getApplicationName()

        Gets or sets the name of the application.

        Returns:
        The name of the application.
      • setApplicationName

        public final void setApplicationName(String value)

        Gets or sets the name of the application.

        Parameters:
        value - The name of the application.
      • getProxyCapabilitiesFlag

        public final int getProxyCapabilitiesFlag()

        Gets or sets the proxy capabilities flag.

        Returns:
        The proxy capabilities flag.
      • setProxyCapabilitiesFlag

        public final void setProxyCapabilitiesFlag(int value)

        Gets or sets the proxy capabilities flag.

        Parameters:
        value - The proxy capabilities flag.
      • getCountForCustomClass

        public final int getCountForCustomClass()

        Gets or sets the count for custom class.

        Returns:
        The count for custom class.
      • setCountForCustomClass

        public final void setCountForCustomClass(int value)

        Gets or sets the count for custom class.

        Parameters:
        value - The count for custom class.
      • getWasProxy

        public final boolean getWasProxy()

        Was-a-proxy flag

      • setWasProxy

        public final void setWasProxy(boolean value)

        Was-a-proxy flag

      • isEntity

        public final boolean isEntity()

        Is-an-entity flag.

      • setEntity

        public final void setEntity(boolean value)

        Is-an-entity flag.

      • getClassnum

        public final short getClassnum()

        Gets or sets the class number.

      • setClassnum

        public final void setClassnum(short value)

        Gets or sets the class number.

      • getDwgVer

        public final short getDwgVer()

        Gets or sets the DWG ver.

      • setDwgVer

        public final void setDwgVer(short value)

        Gets or sets the DWG ver.

      • getItemClassId

        public final short getItemClassId()

        Gets or sets the item class identifier.

      • setItemClassId

        public final void setItemClassId(short value)

        Gets or sets the item class identifier.

      • getMaintenanceRelease

        public final short getMaintenanceRelease()

        Gets or sets the maintenance release.

      • setMaintenanceRelease

        public final void setMaintenanceRelease(short value)

        Gets or sets the maintenance release.