public interface SelectionProperty
A similarly-named
analog for linkers.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentValue()
The value for the permutation currently being considered.
|
java.lang.String |
getFallbackValue()
Gets the fallback value for the property.
|
java.util.List<? extends java.util.Set<java.lang.String>> |
getFallbackValues(java.lang.String value)
Returns the list of fall back values for a given value.
|
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.
|
java.lang.String getName()
java.lang.String getCurrentValue()
java.lang.String getFallbackValue()
java.util.List<? extends java.util.Set<java.lang.String>> getFallbackValues(java.lang.String value)
value
- the property valuejava.util.SortedSet<java.lang.String> getPossibleValues()