public class CadLongParameter extends CadParameter
The Cad long parameter.
Constructor and Description |
---|
CadLongParameter(int cadEntityAttribute)
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.
|
getDefaultValue, getIntegralParameterType, getOptional, getSubClassName, getType, init, init, isSet, prepare, setDefaultValue, setIntegralParameterType, setOptional, setSet, setSubClassName
public CadLongParameter(int cadEntityAttribute)
Initializes a new instance of the CadLongParameter
class.
cadEntityAttribute
- 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.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 CadParameter
value
- The value of the parameter.