Uses of Class
net.sf.okapi.proto.textunitflat.AltTranslation.MatchType
-
Packages that use AltTranslation.MatchType Package Description net.sf.okapi.lib.serialization.textunitflat net.sf.okapi.proto.textunitflat -
-
Uses of AltTranslation.MatchType in net.sf.okapi.lib.serialization.textunitflat
Methods in net.sf.okapi.lib.serialization.textunitflat that return AltTranslation.MatchType Modifier and Type Method Description static AltTranslation.MatchTypeTextUnitFlat2Proto. toMatchType(MatchType matchType)Methods in net.sf.okapi.lib.serialization.textunitflat with parameters of type AltTranslation.MatchType Modifier and Type Method Description static MatchTypeProto2TextUnitFlat. toMatchType(AltTranslation.MatchType matchType) -
Uses of AltTranslation.MatchType in net.sf.okapi.proto.textunitflat
Methods in net.sf.okapi.proto.textunitflat that return AltTranslation.MatchType Modifier and Type Method Description static AltTranslation.MatchTypeAltTranslation.MatchType. forNumber(int value)AltTranslation.MatchTypeAltTranslation.Builder. getType().AltTranslation.MatchType type = 12;AltTranslation.MatchTypeAltTranslation. getType().AltTranslation.MatchType type = 12;AltTranslation.MatchTypeAltTranslationOrBuilder. getType().AltTranslation.MatchType type = 12;static AltTranslation.MatchTypeAltTranslation.MatchType. valueOf(int value)Deprecated.static AltTranslation.MatchTypeAltTranslation.MatchType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AltTranslation.MatchTypeAltTranslation.MatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static AltTranslation.MatchType[]AltTranslation.MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.proto.textunitflat that return types with arguments of type AltTranslation.MatchType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AltTranslation.MatchType>AltTranslation.MatchType. internalGetValueMap()Methods in net.sf.okapi.proto.textunitflat with parameters of type AltTranslation.MatchType Modifier and Type Method Description AltTranslation.BuilderAltTranslation.Builder. setType(AltTranslation.MatchType value).AltTranslation.MatchType type = 12;
-