Packages

 

com.aspose.cad.fileformats.cad.cadparameters

Class CadLongParameter

    • Constructor Detail

      • CadLongParameter

        public CadLongParameter(int attr)

        Initializes a new instance of the CadLongParameter class.

        Parameters:
        attr - The Cad entity attribute.
    • Method Detail

      • getValue

        public long getValue()

        Gets or sets the value.

        Returns:
        The value of the parameter.
      • setValue

        public void setValue(long 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 oft he parameter.
      • init

        public void init(Object value)

        Initialize the specified value.

        Overrides:
        init in class CadParameterT<Long>
        Parameters:
        value - The value of the parameter.