public interface ConfigurationProperty
| Modifier and Type | Method and Description |
|---|---|
Boolean |
asSingleBooleanValue() |
String |
asSingleValue() |
String |
getName()
The name of the property.
|
List<String> |
getValues()
The values for the permutation currently being considered.
|
String getName()
List<String> getValues()
String asSingleValue() throws UnableToCompleteException
UnableToCompleteExceptionBoolean asSingleBooleanValue() throws UnableToCompleteException
UnableToCompleteExceptionCopyright © 2018–2020. All rights reserved.