public class VerbalProperty extends SettableProperty<VerbalChoice>
SettableProperty.Diff<T>DictionaryProperty.DiffType| Modifier and Type | Method and Description |
|---|---|
java.util.List<VerbalChoice> |
getChoices(java.lang.String pattern)
Returns an immutable list of the most relevant valid choices for the VerbalProperty.
|
java.util.List<VerbalChoice> |
getChoices(VerbalChoice pc) |
java.util.List<VerbalChoice> |
getPagedChoices(java.lang.String pattern)
Returns an immutable list of the most relevant valid choices for the VerbalProperty.
|
VerbalChoice |
getValue()
Get property value.
|
boolean |
hasDiff()
Does this property have diffs?
|
boolean |
hasMoreChoices(java.lang.String pattern) |
void |
setValue(VerbalChoice value)
Set the value of the property
|
getDiffValue, getDiffValuegetContainedDiffs, getDiff, getDiffs, getName, getName, getTranslatedName, removeDiffpublic java.util.List<VerbalChoice> getChoices(java.lang.String pattern)
pattern - the pattern to look for in the choicespublic java.util.List<VerbalChoice> getPagedChoices(java.lang.String pattern)
pattern - the pattern to look for in the choicespublic java.util.List<VerbalChoice> getChoices(VerbalChoice pc)
public VerbalChoice getValue()
DictionaryPropertygetValue in class DictionaryProperty<VerbalChoice>public void setValue(VerbalChoice value)
SettablePropertysetValue in class SettableProperty<VerbalChoice>public boolean hasMoreChoices(java.lang.String pattern)
public boolean hasDiff()
DictionaryPropertyhasDiff in class DictionaryProperty<VerbalChoice>