Packages

 

com.aspose.cad.fileformats.cad.cadparameters

Class CadParameterT<T>

    • Constructor Detail

      • CadParameterT

        public CadParameterT(int type)

        Initializes a new instance of the CadParameterltTgt class.

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

        public CadParameterT()

        Initializes a new instance of the CadParameterltTgt class.

    • Method Detail

      • getObjectValue

        public final T getObjectValue()

        Gets or sets the value.

        Returns:
        The value of the parameter.
      • setObjectValue

        public final void setObjectValue(T value)

        Gets or sets the value.

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

        public void init(Object value)

        Initialize the specified value.

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