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