public interface ConfigurationProperty
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the configuration property.
|
String |
getValue()
Deprecated.
|
List<String> |
getValues()
Returns the defined values for the configuration property as a List
of Strings.
|
boolean |
hasMultipleValues()
Returns true if this property has more than one value.
|
String getName()
@Deprecated String getValue()
List<String> getValues()
boolean hasMultipleValues()
Copyright © 2018. All rights reserved.