Uses of Class
net.sf.okapi.common.annotation.Note.Annotates
-
Packages that use Note.Annotates Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.lib.serialization.textunitflat -
-
Uses of Note.Annotates in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation that return Note.Annotates Modifier and Type Method Description static Note.AnnotatesNote.Annotates. fromString(String value)Note.AnnotatesNote. getAnnotates()static Note.AnnotatesNote.Annotates. valueOf(String name)Returns the enum constant of this type with the specified name.static Note.Annotates[]Note.Annotates. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.common.annotation with parameters of type Note.Annotates Modifier and Type Method Description voidNote. setAnnotates(Note.Annotates annotates) -
Uses of Note.Annotates in net.sf.okapi.lib.serialization.textunitflat
Methods in net.sf.okapi.lib.serialization.textunitflat that return Note.Annotates Modifier and Type Method Description static Note.AnnotatesProto2TextUnitFlat. toAnnotates(Note.Annotates annotates)Methods in net.sf.okapi.lib.serialization.textunitflat with parameters of type Note.Annotates Modifier and Type Method Description static Note.AnnotatesTextUnitFlat2Proto. toAnnotates(Note.Annotates annotates)
-