T
- The type of datapublic class SimpleField<T> extends AbstractField
String
metadata.AbstractField.MODE
Constructor and Description |
---|
SimpleField(T[] values)
Creates a
String . |
Modifier and Type | Method and Description |
---|---|
T[] |
getValues()
Retrieves the values.
|
String |
toString() |
getMode, setMode, setMode
public SimpleField(T[] values)
String
.values
- the values.