public abstract class CadParameterT<T> extends CadParameter
Parameter generic base class
Constructor and Description |
---|
CadParameterT()
Initializes a new instance of the
CadParameterltTgt class. |
CadParameterT(int type)
Initializes a new instance of the
CadParameterltTgt class. |
Modifier and Type | Method and Description |
---|---|
T |
getObjectValue()
Gets or sets the value.
|
void |
init(Object value)
Initialize the specified value.
|
void |
setObjectValue(T value)
Gets or sets the value.
|
getType, init, init, init
public CadParameterT(int type)
Initializes a new instance of the CadParameterltTgt
class.
type
- The type of the parameter.public CadParameterT()
Initializes a new instance of the CadParameterltTgt
class.
public final T getObjectValue()
Gets or sets the value.
public final void setObjectValue(T value)
Gets or sets the value.
value
- The value of the parameter.public void init(Object value)
Initialize the specified value.
init
in class CadParameter
value
- The value of the parameter.