| Modifier and Type | Method and Description |
|---|---|
static DictionaryAttribute |
DictionaryAttribute.fromPropertyName(java.lang.String propertyName)
Return an
DictionaryAttribute by its propertyName. |
static DictionaryAttribute |
DictionaryAttribute.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryAttribute[] |
DictionaryAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<DictionaryAttribute,java.lang.String> |
DictionaryMetadata.getAttributes()
Return all attributes.
|
java.util.EnumMap<DictionaryAttribute,java.lang.String> |
DictionaryMetadataBuilder.toMap() |
| Constructor and Description |
|---|
DictionaryMetadata(java.util.Map<DictionaryAttribute,java.lang.String> userAttrs)
Create an instance from an attribute map.
|
Copyright © 2015. All Rights Reserved.