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.attributesAll attributes.private final EnumMap<DictionaryAttribute, String> DictionaryMetadataBuilder.attrsprivate static final Map<String, DictionaryAttribute> DictionaryAttribute.attrsByPropertyNameprivate final EnumMap<DictionaryAttribute, Boolean> DictionaryMetadata.boolAttributesAll "enabled" boolean attributes.private static Map<DictionaryAttribute, String> DictionaryMetadata.DEFAULT_ATTRIBUTESDefault attribute values.private static EnumSet<DictionaryAttribute> DictionaryMetadata.REQUIRED_ATTRIBUTESRequired attributes.Methods in morfologik.stemming that return DictionaryAttributeModifier and TypeMethodDescriptionstatic DictionaryAttributeDictionaryAttribute.fromPropertyName(String propertyName) static DictionaryAttributeReturns 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.