CadStringParameter
Contents
[
Hide
]Inheritance: java.lang.Object, CadParameterT
The Cad string parameter.
Constructors
| Constructor | Description |
|---|---|
| CadStringParameter(int type) | Initializes a new instance of the CadStringParameter class. |
| CadStringParameter() | Initializes a new instance of the CadStringParameter class. |
Methods
| Method | Description |
|---|---|
| getValue() | Gets or sets the value. |
| setValue(String value) | Gets or sets the value. |
| init(CadCodeValue value) | Initialize the specified value. |
| init(Object value) | Initialize the specified value. |
CadStringParameter(int type)
public CadStringParameter(int type)
Initializes a new instance of the CadStringParameter class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| type | int | The type of the parameter. |
CadStringParameter()
public CadStringParameter()
Initializes a new instance of the CadStringParameter class.
getValue()
public String getValue()
Gets or sets the value.
Returns: String - The value of the parameter.
setValue(String value)
public void setValue(String value)
Gets or sets the value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The value of the parameter. |
init(CadCodeValue value)
public void init(CadCodeValue value)
Initialize the specified value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | CadCodeValue | The value of the parameter. |
init(Object value)
public void init(Object value)
Initialize the specified value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Object | The value of the parameter. |