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