public class PermittedValues
extends java.lang.Object
Constructor and Description |
---|
PermittedValues()
Empty constructor.
|
PermittedValues(java.lang.String key_)
Constructor that creates an instance of PermittedValues for a key given in the ProLiC configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(java.lang.String value)
Adding a value to the list of permitted values.
|
java.lang.String |
getKey() |
java.util.ArrayList<java.lang.String> |
getPermittedValues() |