Uses of Interface
net.sf.okapi.proto.GenericAnnotationOrBuilder
-
Packages that use GenericAnnotationOrBuilder Package Description net.sf.okapi.proto -
-
Uses of GenericAnnotationOrBuilder in net.sf.okapi.proto
Classes in net.sf.okapi.proto that implement GenericAnnotationOrBuilder Modifier and Type Class Description class
GenericAnnotation
Protobuf typeGenericAnnotation
static class
GenericAnnotation.Builder
Protobuf typeGenericAnnotation
Methods in net.sf.okapi.proto that return GenericAnnotationOrBuilder Modifier and Type Method Description GenericAnnotationOrBuilder
GenericAnnotations.Builder. getGenericAnnotationsOrBuilder(int index)
repeated .GenericAnnotation genericAnnotations = 2;
GenericAnnotationOrBuilder
GenericAnnotations. getGenericAnnotationsOrBuilder(int index)
repeated .GenericAnnotation genericAnnotations = 2;
GenericAnnotationOrBuilder
GenericAnnotationsOrBuilder. getGenericAnnotationsOrBuilder(int index)
repeated .GenericAnnotation genericAnnotations = 2;
Methods in net.sf.okapi.proto that return types with arguments of type GenericAnnotationOrBuilder Modifier and Type Method Description List<? extends GenericAnnotationOrBuilder>
GenericAnnotations.Builder. getGenericAnnotationsOrBuilderList()
repeated .GenericAnnotation genericAnnotations = 2;
List<? extends GenericAnnotationOrBuilder>
GenericAnnotations. getGenericAnnotationsOrBuilderList()
repeated .GenericAnnotation genericAnnotations = 2;
List<? extends GenericAnnotationOrBuilder>
GenericAnnotationsOrBuilder. getGenericAnnotationsOrBuilderList()
repeated .GenericAnnotation genericAnnotations = 2;
-