com.polarion.alm.tracker.model.parameters.IParameterStruct
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | STRUCTURE_ID | |
| String | KEY_NAME | |
| String | KEY_RAW_VALUE |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| void | setValue(T) | Sets the value of this parameter. WARNING: So far only String parameters are supported, so the value must be a String. |
| boolean | isEmpty() | Checks whether the value is empty |
Back to Index