com.polarion.alm.tracker.model.parameters.IParameterStruct


FIELDS
Modifiers and TypeNameDescription
String STRUCTURE_ID
String KEY_NAME
String KEY_RAW_VALUE
METHODS
Modifiers and TypeNameDescription
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