|
GWT 0.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectionProperty
A named deferred binding (property, value) pair for use in generators.
A similarly-named
analog for linkers.
Method Summary | |
---|---|
java.lang.String |
getCurrentValue()
The value for the permutation currently being considered. |
java.lang.String |
getFallbackValue()
Gets the fallback value for the property. |
java.lang.String |
getName()
The name of the property. |
java.util.SortedSet<java.lang.String> |
getPossibleValues()
Returns the possible values for the property in sorted order. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getCurrentValue()
java.lang.String getFallbackValue()
java.util.SortedSet<java.lang.String> getPossibleValues()
|
GWT 0.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |