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