Uses of Interface
net.sf.okapi.proto.NoteOrBuilder
-
Packages that use NoteOrBuilder Package Description net.sf.okapi.proto -
-
Uses of NoteOrBuilder in net.sf.okapi.proto
Classes in net.sf.okapi.proto that implement NoteOrBuilder Modifier and Type Class Description classNoteProtobuf typeNotestatic classNote.BuilderProtobuf typeNoteMethods in net.sf.okapi.proto that return NoteOrBuilder Modifier and Type Method Description NoteOrBuilderTextContainer.Builder. getNotesOrBuilder(int index)repeated .Note notes = 6;NoteOrBuilderTextContainer. getNotesOrBuilder(int index)repeated .Note notes = 6;NoteOrBuilderTextContainerOrBuilder. getNotesOrBuilder(int index)repeated .Note notes = 6;NoteOrBuilderTextUnit.Builder. getNotesOrBuilder(int index)repeated .Note notes = 6;NoteOrBuilderTextUnit. getNotesOrBuilder(int index)repeated .Note notes = 6;NoteOrBuilderTextUnitOrBuilder. getNotesOrBuilder(int index)repeated .Note notes = 6;Methods in net.sf.okapi.proto that return types with arguments of type NoteOrBuilder Modifier and Type Method Description List<? extends NoteOrBuilder>TextContainer.Builder. getNotesOrBuilderList()repeated .Note notes = 6;List<? extends NoteOrBuilder>TextContainer. getNotesOrBuilderList()repeated .Note notes = 6;List<? extends NoteOrBuilder>TextContainerOrBuilder. getNotesOrBuilderList()repeated .Note notes = 6;List<? extends NoteOrBuilder>TextUnit.Builder. getNotesOrBuilderList()repeated .Note notes = 6;List<? extends NoteOrBuilder>TextUnit. getNotesOrBuilderList()repeated .Note notes = 6;List<? extends NoteOrBuilder>TextUnitOrBuilder. getNotesOrBuilderList()repeated .Note notes = 6;
-