| Modifier and Type | Method and Description |
|---|---|
static DictionaryAttribute |
DictionaryAttribute.fromPropertyName(java.lang.String 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() |
java.util.EnumMap<DictionaryAttribute,java.lang.String> |
DictionaryMetadataBuilder.toMap() |
| Constructor and Description |
|---|
DictionaryMetadata(java.util.Map<DictionaryAttribute,java.lang.String> attrs)
Create an instance from an attribute map.
|
Copyright © 2018. All rights reserved.