Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadClassEntity



  • public class CadClassEntity
    extends Object

    The Cad block entity.

    • Constructor Detail

      • CadClassEntity

        public CadClassEntity()

        Initializes a new instance of the CadClassEntity class.

    • Method Detail

      • getName

        public String getName()

        Gets or sets the name.

        Returns:
        The name.
      • setName

        public void setName(String value)

        Gets or sets the name.

        Parameters:
        value - The name.
      • getCppName

        public String getCppName()

        Gets or sets the name of the CPP.

        Returns:
        The name of the CPP.
      • setCppName

        public void setCppName(String value)

        Gets or sets the name of the CPP.

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

        public String getApplicationName()

        Gets or sets the name of the application.

        Returns:
        The name of the application.
      • setApplicationName

        public void setApplicationName(String value)

        Gets or sets the name of the application.

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

        public int getProxyCapabilitiesFlag()

        Gets or sets the proxy capabilities flag.

        Returns:
        The proxy capabilities flag.
      • setProxyCapabilitiesFlag

        public void setProxyCapabilitiesFlag(int value)

        Gets or sets the proxy capabilities flag.

        Parameters:
        value - The proxy capabilities flag.
      • getCountForCustomClass

        public CadIntParameter getCountForCustomClass()

        Gets or sets the count for custom class.

        Returns:
        The count for custom class.
      • setCountForCustomClass

        public void setCountForCustomClass(CadIntParameter value)

        Gets or sets the count for custom class.

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

        public boolean getWasProxy()

        Was-a-proxy flag

      • setWasProxy

        public void setWasProxy(boolean value)

        Was-a-proxy flag

      • isEntity

        public boolean isEntity()

        Is-an-entity flag.

      • setEntity

        public void setEntity(boolean value)

        Is-an-entity flag.