public class AvailableValues extends Object
UnknownValueException to identify what available values
 are present.| Constructor and Description | 
|---|
AvailableValues(String valueType,
               Collection<?> values)  | 
AvailableValues(String valueType,
               Map<?,?> map)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getValues()
The values, as strings, in sorted order. 
 | 
String | 
getValueType()
The type of value, i.e., "component types" or "service ids". 
 | 
String | 
toString()  | 
public AvailableValues(String valueType, Collection<?> values)
valueType - a word or phrase that describes what the values are such as "component types" or "service ids"values - a set of objects defining the values; the values will be converted to strings and sorted into
            ascending orderpublic AvailableValues(String valueType, Map<?,?> map)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.