Uses of Class
net.sf.okapi.common.annotation.Note.Priority
-
Packages that use Note.Priority Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.lib.serialization.textunitflat -
-
Uses of Note.Priority in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation that return Note.Priority Modifier and Type Method Description static Note.PriorityNote.Priority. fromInt(int value)Note.PriorityNote. getPriority()static Note.PriorityNote.Priority. valueOf(String name)Returns the enum constant of this type with the specified name.static Note.Priority[]Note.Priority. 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.Priority Modifier and Type Method Description voidNote. setPriority(Note.Priority priority) -
Uses of Note.Priority in net.sf.okapi.lib.serialization.textunitflat
Methods in net.sf.okapi.lib.serialization.textunitflat that return Note.Priority Modifier and Type Method Description static Note.PriorityProto2TextUnitFlat. toPriority(Note.Priority priority)Methods in net.sf.okapi.lib.serialization.textunitflat with parameters of type Note.Priority Modifier and Type Method Description static Note.PriorityTextUnitFlat2Proto. toPriority(Note.Priority priority)
-