Uses of Class
net.sf.okapi.proto.Note.Priority
-
Packages that use Note.Priority Package Description net.sf.okapi.proto -
-
Uses of Note.Priority in net.sf.okapi.proto
Methods in net.sf.okapi.proto that return Note.Priority Modifier and Type Method Description static Note.PriorityNote.Priority. forNumber(int value)Note.PriorityNote.Builder. getPriority()optional .Note.Priority priority = 4;Note.PriorityNote. getPriority()optional .Note.Priority priority = 4;Note.PriorityNoteOrBuilder. getPriority()optional .Note.Priority priority = 4;static Note.PriorityNote.Priority. valueOf(int value)Deprecated.static Note.PriorityNote.Priority. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.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.proto that return types with arguments of type Note.Priority Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Note.Priority>Note.Priority. internalGetValueMap()Methods in net.sf.okapi.proto with parameters of type Note.Priority Modifier and Type Method Description Note.BuilderNote.Builder. setPriority(Note.Priority value)optional .Note.Priority priority = 4;
-