Uses of Class
net.sf.okapi.proto.GenericAnnotation
-
Packages that use GenericAnnotation Package Description net.sf.okapi.proto -
-
Uses of GenericAnnotation in net.sf.okapi.proto
Methods in net.sf.okapi.proto that return GenericAnnotation Modifier and Type Method Description GenericAnnotationGenericAnnotation.Builder. build()GenericAnnotationGenericAnnotation.Builder. buildPartial()static GenericAnnotationGenericAnnotation. getDefaultInstance()GenericAnnotationGenericAnnotation.Builder. getDefaultInstanceForType()GenericAnnotationGenericAnnotation. getDefaultInstanceForType()GenericAnnotationGenericAnnotations.Builder. getGenericAnnotations(int index)repeated .GenericAnnotation genericAnnotations = 2;GenericAnnotationGenericAnnotations. getGenericAnnotations(int index)repeated .GenericAnnotation genericAnnotations = 2;GenericAnnotationGenericAnnotationsOrBuilder. getGenericAnnotations(int index)repeated .GenericAnnotation genericAnnotations = 2;static GenericAnnotationGenericAnnotation. parseDelimitedFrom(InputStream input)static GenericAnnotationGenericAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenericAnnotationGenericAnnotation. parseFrom(byte[] data)static GenericAnnotationGenericAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenericAnnotationGenericAnnotation. parseFrom(com.google.protobuf.ByteString data)static GenericAnnotationGenericAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenericAnnotationGenericAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static GenericAnnotationGenericAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenericAnnotationGenericAnnotation. parseFrom(InputStream input)static GenericAnnotationGenericAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GenericAnnotationGenericAnnotation. parseFrom(ByteBuffer data)static GenericAnnotationGenericAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in net.sf.okapi.proto that return types with arguments of type GenericAnnotation Modifier and Type Method Description List<GenericAnnotation>GenericAnnotations.Builder. getGenericAnnotationsList()repeated .GenericAnnotation genericAnnotations = 2;List<GenericAnnotation>GenericAnnotations. getGenericAnnotationsList()repeated .GenericAnnotation genericAnnotations = 2;List<GenericAnnotation>GenericAnnotationsOrBuilder. getGenericAnnotationsList()repeated .GenericAnnotation genericAnnotations = 2;com.google.protobuf.Parser<GenericAnnotation>GenericAnnotation. getParserForType()static com.google.protobuf.Parser<GenericAnnotation>GenericAnnotation. parser()Methods in net.sf.okapi.proto with parameters of type GenericAnnotation Modifier and Type Method Description GenericAnnotations.BuilderGenericAnnotations.Builder. addGenericAnnotations(int index, GenericAnnotation value)repeated .GenericAnnotation genericAnnotations = 2;GenericAnnotations.BuilderGenericAnnotations.Builder. addGenericAnnotations(GenericAnnotation value)repeated .GenericAnnotation genericAnnotations = 2;GenericAnnotation.BuilderGenericAnnotation.Builder. mergeFrom(GenericAnnotation other)static GenericAnnotation.BuilderGenericAnnotation. newBuilder(GenericAnnotation prototype)GenericAnnotations.BuilderGenericAnnotations.Builder. setGenericAnnotations(int index, GenericAnnotation value)repeated .GenericAnnotation genericAnnotations = 2;Method parameters in net.sf.okapi.proto with type arguments of type GenericAnnotation Modifier and Type Method Description GenericAnnotations.BuilderGenericAnnotations.Builder. addAllGenericAnnotations(Iterable<? extends GenericAnnotation> values)repeated .GenericAnnotation genericAnnotations = 2;
-