Packages

 

com.aspose.cad.fileformats.cad.cadparameters

Class CadLongParameter



  • public class CadLongParameter
    extends CadParameter

    The Cad long parameter.

    • Constructor Detail

      • CadLongParameter

        public CadLongParameter(int cadEntityAttribute)

        Initializes a new instance of the CadLongParameter class.

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

      • getValue

        public long getValue()

        Gets or sets the value.

        Returns:
        The value.
      • setValue

        public void setValue(long value)

        Gets or sets the value.

        Parameters:
        value - The value.
      • 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.

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