public class ValuePart extends java.lang.Object
Constructor and Description |
---|
ValuePart(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String newValue) |
void |
cleanup()
Does nothing.
|
int |
getCount() |
java.lang.String |
getValue()
Returns the value, or the first value (if multi-valued).
|
java.lang.String[] |
getValues()
Returns the values as an array of strings.
|
public ValuePart(java.lang.String value)
public int getCount()
public java.lang.String getValue()
public java.lang.String[] getValues()
public void add(java.lang.String newValue)
public void cleanup()