Packages

 

com.aspose.cad.fileformats.cad.cadparameters

Class CadBoolParameter

    • Constructor Detail

      • CadBoolParameter

        public CadBoolParameter(int type)

        Initializes a new instance of the CadBoolParameter class.

        Parameters:
        type - The type of the parameter.
      • CadBoolParameter

        public CadBoolParameter()

        Initializes a new instance of the CadBoolParameter class.

    • Method Detail

      • getValue

        public boolean getValue()

        Gets or sets the value.

        Returns:
        The value of the parameter.
      • setValue

        public void setValue(boolean value)

        Gets or sets the value.

        Parameters:
        value - The value of the parameter.
      • init

        public void init(CadCodeValue value)

        Initialize the specified value.

        Specified by:
        init in class CadParameter
        Parameters:
        value - The value of the parameter.