public class CadBoolParameter extends CadParameterT<Boolean>
The Cad boolean parameter.
Constructor and Description |
---|
CadBoolParameter()
Initializes a new instance of the
CadBoolParameter class. |
CadBoolParameter(int type)
Initializes a new instance of the
CadBoolParameter class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getValue()
Gets or sets the value.
|
void |
init(CadCodeValue value)
Initialize the specified value.
|
void |
setValue(boolean value)
Gets or sets the value.
|
getObjectValue, init, setObjectValue
getType, init, init
public CadBoolParameter(int type)
Initializes a new instance of the CadBoolParameter
class.
type
- The type of the parameter.public CadBoolParameter()
Initializes a new instance of the CadBoolParameter
class.
public boolean getValue()
Gets or sets the value.
public void setValue(boolean 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 of the parameter.