Uses of Enum Class
org.languagetool.tools.Cache.ProtoResultCache.CachedRule.Tag
Packages that use ProtoResultCache.CachedRule.Tag
-
Uses of ProtoResultCache.CachedRule.Tag in org.languagetool.tools.Cache
Fields in org.languagetool.tools.Cache declared as ProtoResultCache.CachedRule.TagModifier and TypeFieldDescriptionprivate static final ProtoResultCache.CachedRule.Tag[]ProtoResultCache.CachedRule.Tag.VALUESFields in org.languagetool.tools.Cache with type parameters of type ProtoResultCache.CachedRule.TagModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<ProtoResultCache.CachedRule.Tag> ProtoResultCache.CachedRule.Tag.internalValueMapprivate static final com.google.protobuf.Internal.ListAdapter.Converter<Integer, ProtoResultCache.CachedRule.Tag> ProtoResultCache.CachedRule.tags_converter_Methods in org.languagetool.tools.Cache that return ProtoResultCache.CachedRule.TagModifier and TypeMethodDescriptionProtoResultCache.CachedRule.Tag.forNumber(int value) ProtoResultCache.CachedRule.Builder.getTags(int index) repeated .lt_ml_server.CachedRule.Tag tags = 10;ProtoResultCache.CachedRule.getTags(int index) repeated .lt_ml_server.CachedRule.Tag tags = 10;ProtoResultCache.CachedRuleOrBuilder.getTags(int index) repeated .lt_ml_server.CachedRule.Tag tags = 10;ProtoResultCache.CachedRule.Tag.valueOf(int value) Deprecated.ProtoResultCache.CachedRule.Tag.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static ProtoResultCache.CachedRule.Tag[]ProtoResultCache.CachedRule.Tag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.languagetool.tools.Cache that return types with arguments of type ProtoResultCache.CachedRule.TagModifier and TypeMethodDescriptionProtoResultCache.CachedRule.Builder.getTagsList()repeated .lt_ml_server.CachedRule.Tag tags = 10;ProtoResultCache.CachedRule.getTagsList()repeated .lt_ml_server.CachedRule.Tag tags = 10;ProtoResultCache.CachedRuleOrBuilder.getTagsList()repeated .lt_ml_server.CachedRule.Tag tags = 10;static com.google.protobuf.Internal.EnumLiteMap<ProtoResultCache.CachedRule.Tag> ProtoResultCache.CachedRule.Tag.internalGetValueMap()Methods in org.languagetool.tools.Cache with parameters of type ProtoResultCache.CachedRule.TagModifier and TypeMethodDescriptionProtoResultCache.CachedRule.Builder.addTags(ProtoResultCache.CachedRule.Tag value) repeated .lt_ml_server.CachedRule.Tag tags = 10;ProtoResultCache.CachedRule.Builder.setTags(int index, ProtoResultCache.CachedRule.Tag value) repeated .lt_ml_server.CachedRule.Tag tags = 10;Method parameters in org.languagetool.tools.Cache with type arguments of type ProtoResultCache.CachedRule.TagModifier and TypeMethodDescriptionProtoResultCache.CachedRule.Builder.addAllTags(Iterable<? extends ProtoResultCache.CachedRule.Tag> values) repeated .lt_ml_server.CachedRule.Tag tags = 10;