Uses of Class
net.sf.okapi.proto.PrimitiveValue
-
Packages that use PrimitiveValue Package Description net.sf.okapi.proto -
-
Uses of PrimitiveValue in net.sf.okapi.proto
Methods in net.sf.okapi.proto that return PrimitiveValue Modifier and Type Method Description PrimitiveValuePrimitiveValue.Builder. build()PrimitiveValuePrimitiveValue.Builder. buildPartial()static PrimitiveValuePrimitiveValue. getDefaultInstance()PrimitiveValuePrimitiveValue.Builder. getDefaultInstanceForType()PrimitiveValuePrimitiveValue. getDefaultInstanceForType()PrimitiveValueGenericAnnotation.Builder. getFieldsOrDefault(String key, PrimitiveValue defaultValue)map<string, .PrimitiveValue> fields = 2;PrimitiveValueGenericAnnotation. getFieldsOrDefault(String key, PrimitiveValue defaultValue)map<string, .PrimitiveValue> fields = 2;PrimitiveValueGenericAnnotationOrBuilder. getFieldsOrDefault(String key, PrimitiveValue defaultValue)map<string, .PrimitiveValue> fields = 2;PrimitiveValueGenericAnnotation.Builder. getFieldsOrThrow(String key)map<string, .PrimitiveValue> fields = 2;PrimitiveValueGenericAnnotation. getFieldsOrThrow(String key)map<string, .PrimitiveValue> fields = 2;PrimitiveValueGenericAnnotationOrBuilder. getFieldsOrThrow(String key)map<string, .PrimitiveValue> fields = 2;static PrimitiveValuePrimitiveValue. parseDelimitedFrom(InputStream input)static PrimitiveValuePrimitiveValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrimitiveValuePrimitiveValue. parseFrom(byte[] data)static PrimitiveValuePrimitiveValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrimitiveValuePrimitiveValue. parseFrom(com.google.protobuf.ByteString data)static PrimitiveValuePrimitiveValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrimitiveValuePrimitiveValue. parseFrom(com.google.protobuf.CodedInputStream input)static PrimitiveValuePrimitiveValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrimitiveValuePrimitiveValue. parseFrom(InputStream input)static PrimitiveValuePrimitiveValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PrimitiveValuePrimitiveValue. parseFrom(ByteBuffer data)static PrimitiveValuePrimitiveValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in net.sf.okapi.proto that return types with arguments of type PrimitiveValue Modifier and Type Method Description Map<String,PrimitiveValue>GenericAnnotation.Builder. getFields()Deprecated.Map<String,PrimitiveValue>GenericAnnotation. getFields()Deprecated.Map<String,PrimitiveValue>GenericAnnotationOrBuilder. getFields()Deprecated.Map<String,PrimitiveValue>GenericAnnotation.Builder. getFieldsMap()map<string, .PrimitiveValue> fields = 2;Map<String,PrimitiveValue>GenericAnnotation. getFieldsMap()map<string, .PrimitiveValue> fields = 2;Map<String,PrimitiveValue>GenericAnnotationOrBuilder. getFieldsMap()map<string, .PrimitiveValue> fields = 2;Map<String,PrimitiveValue>GenericAnnotation.Builder. getMutableFields()Deprecated.com.google.protobuf.Parser<PrimitiveValue>PrimitiveValue. getParserForType()static com.google.protobuf.Parser<PrimitiveValue>PrimitiveValue. parser()Methods in net.sf.okapi.proto with parameters of type PrimitiveValue Modifier and Type Method Description PrimitiveValueGenericAnnotation.Builder. getFieldsOrDefault(String key, PrimitiveValue defaultValue)map<string, .PrimitiveValue> fields = 2;PrimitiveValueGenericAnnotation. getFieldsOrDefault(String key, PrimitiveValue defaultValue)map<string, .PrimitiveValue> fields = 2;PrimitiveValueGenericAnnotationOrBuilder. getFieldsOrDefault(String key, PrimitiveValue defaultValue)map<string, .PrimitiveValue> fields = 2;PrimitiveValue.BuilderPrimitiveValue.Builder. mergeFrom(PrimitiveValue other)static PrimitiveValue.BuilderPrimitiveValue. newBuilder(PrimitiveValue prototype)GenericAnnotation.BuilderGenericAnnotation.Builder. putFields(String key, PrimitiveValue value)map<string, .PrimitiveValue> fields = 2;Method parameters in net.sf.okapi.proto with type arguments of type PrimitiveValue Modifier and Type Method Description GenericAnnotation.BuilderGenericAnnotation.Builder. putAllFields(Map<String,PrimitiveValue> values)map<string, .PrimitiveValue> fields = 2;
-