public class CadLongParameter extends CadParameterT<Long>
The Cad long parameter.
Constructor and Description |
---|
CadLongParameter(int attr)
Initializes a new instance of the
CadLongParameter class. |
Modifier and Type | Method and Description |
---|---|
long |
getValue()
Gets or sets the value.
|
void |
init(CadCodeValue value)
Initialize the specified value.
|
void |
init(Object value)
Initialize the specified value.
|
void |
setValue(long value)
Gets or sets the value.
|
getObjectValue, setObjectValue
getType, init, init
public CadLongParameter(int attr)
Initializes a new instance of the CadLongParameter
class.
attr
- The Cad entity attribute.public long getValue()
Gets or sets the value.
public void setValue(long value)
Gets or sets the value.
value
- The value of the parameter.public void init(CadCodeValue value)
Initialize the specified value.
init
in class CadParameter
value
- The value oft he parameter.public void init(Object value)
Initialize the specified value.
init
in class CadParameterT<Long>
value
- The value of the parameter.