public interface SelectionProperty
A similarly-named
analog for linkers.
Modifier and Type | Method and Description |
---|---|
String |
getCurrentValue()
The value for the permutation currently being considered.
|
String |
getFallbackValue()
Gets the fallback value for the property.
|
List<? extends Set<String>> |
getFallbackValues(String value)
Returns the list of fall back values for a given value.
|
String |
getName()
The name of the property.
|
SortedSet<String> |
getPossibleValues()
Returns the possible values for the property in sorted order.
|
String getName()
String getCurrentValue()
String getFallbackValue()
List<? extends Set<String>> getFallbackValues(String value)
value
- the property valueCopyright © 2018. All rights reserved.