Uses of Enum Class
org.languagetool.rules.ml.MLServerProto.Match.MatchType
Packages that use MLServerProto.Match.MatchType
-
Uses of MLServerProto.Match.MatchType in org.languagetool.rules.ml
Fields in org.languagetool.rules.ml declared as MLServerProto.Match.MatchTypeModifier and TypeFieldDescriptionprivate static final MLServerProto.Match.MatchType[]MLServerProto.Match.MatchType.VALUESFields in org.languagetool.rules.ml with type parameters of type MLServerProto.Match.MatchTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<MLServerProto.Match.MatchType> MLServerProto.Match.MatchType.internalValueMapMethods in org.languagetool.rules.ml that return MLServerProto.Match.MatchTypeModifier and TypeMethodDescriptionMLServerProto.Match.MatchType.forNumber(int value) MLServerProto.Match.Builder.getType().lt_ml_server.Match.MatchType type = 12;MLServerProto.Match.getType().lt_ml_server.Match.MatchType type = 12;MLServerProto.MatchOrBuilder.getType().lt_ml_server.Match.MatchType type = 12;MLServerProto.Match.MatchType.valueOf(int value) Deprecated.MLServerProto.Match.MatchType.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 MLServerProto.Match.MatchType[]MLServerProto.Match.MatchType.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.Match.MatchTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MLServerProto.Match.MatchType> MLServerProto.Match.MatchType.internalGetValueMap()Methods in org.languagetool.rules.ml with parameters of type MLServerProto.Match.MatchTypeModifier and TypeMethodDescriptionMLServerProto.Match.Builder.setType(MLServerProto.Match.MatchType value) .lt_ml_server.Match.MatchType type = 12;