public interface ConfigurationProperty
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the configuration property.
|
java.util.List<java.lang.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.
|
java.lang.String getName()
java.util.List<java.lang.String> getValues()
boolean hasMultipleValues()