public abstract class SelectorValue extends Object
Constructor and Description |
---|
SelectorValue() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableMap<String,Object> |
getDictionary()
Return a map with select choices and appropriate values
|
abstract String |
getNoMatchError()
Provide an error message to show if select choices are not matched
|
static SelectorValue |
of(Map<String,? extends Object> dictionary,
String noMatchError) |
String |
toString() |
public abstract com.google.common.collect.ImmutableMap<String,Object> getDictionary()
public abstract String getNoMatchError()
public static SelectorValue of(Map<String,? extends Object> dictionary, String noMatchError)