Uses of Class
de.julielab.jules.ae.genemapping.MentionMappingResult.MatchType
-
Packages that use MentionMappingResult.MatchType Package Description de.julielab.jules.ae.genemapping -
-
Uses of MentionMappingResult.MatchType in de.julielab.jules.ae.genemapping
Fields in de.julielab.jules.ae.genemapping declared as MentionMappingResult.MatchType Modifier and Type Field Description MentionMappingResult.MatchTypeMentionMappingResult. matchTypeMethods in de.julielab.jules.ae.genemapping that return MentionMappingResult.MatchType Modifier and Type Method Description static MentionMappingResult.MatchTypeMentionMappingResult.MatchType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MentionMappingResult.MatchType[]MentionMappingResult.MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-