public interface EnumeratedValuesExtractor extends HasAddableKeys<String>
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getValues(String key)
Returns the values stored at the given key.
|
Enumeration<String> getValues(String key)
key
- The key of the attribute.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.