Uses of Enum
morfologik.stemming.DictionaryAttribute
Packages that use DictionaryAttribute
-
Uses of DictionaryAttribute in morfologik.stemming
Fields in morfologik.stemming with type parameters of type DictionaryAttributeModifier and TypeFieldDescriptionprivate final EnumMap
<DictionaryAttribute, String> DictionaryMetadata.attributes
All attributes.private final EnumMap
<DictionaryAttribute, String> DictionaryMetadataBuilder.attrs
private static final Map
<String, DictionaryAttribute> DictionaryAttribute.attrsByPropertyName
private final EnumMap
<DictionaryAttribute, Boolean> DictionaryMetadata.boolAttributes
All "enabled" boolean attributes.private static Map
<DictionaryAttribute, String> DictionaryMetadata.DEFAULT_ATTRIBUTES
Default attribute values.private static EnumSet
<DictionaryAttribute> DictionaryMetadata.REQUIRED_ATTRIBUTES
Required attributes.Methods in morfologik.stemming that return DictionaryAttributeModifier and TypeMethodDescriptionstatic DictionaryAttribute
DictionaryAttribute.fromPropertyName
(String propertyName) static DictionaryAttribute
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.Methods in morfologik.stemming that return types with arguments of type DictionaryAttributeModifier and TypeMethodDescriptionDictionaryMetadata.getAttributes()
DictionaryMetadataBuilder.toMap()
Constructor parameters in morfologik.stemming with type arguments of type DictionaryAttributeModifierConstructorDescriptionCreate an instance from an attribute map.