public class StandardSelectionProperty extends Object implements SelectionProperty
| Constructor and Description |
|---|
StandardSelectionProperty(String name,
String activeValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentValue()
The value for the permutation currently being considered.
|
String |
getName()
The name of the property.
|
SortedSet<String> |
getPossibleValues()
Returns the possible values for the property in sorted order.
|
public String getName()
SelectionPropertygetName in interface SelectionPropertypublic String getCurrentValue()
SelectionPropertygetCurrentValue in interface SelectionPropertypublic SortedSet<String> getPossibleValues()
SelectionPropertygetPossibleValues in interface SelectionPropertyCopyright © 2018–2020. All rights reserved.