public static final class ProMCHeaderFile.ProMCHeader.MetaFloat extends com.google.protobuf.GeneratedMessage implements ProMCHeaderFile.ProMCHeader.MetaFloatOrBuilder
promc.ProMCHeader.MetaFloat
map to store orbitrary data as key-int value
Modifier and Type | Class and Description |
---|---|
static class |
ProMCHeaderFile.ProMCHeader.MetaFloat.Builder
Protobuf type
promc.ProMCHeader.MetaFloat |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
KEY_FIELD_NUMBER |
static com.google.protobuf.Parser<ProMCHeaderFile.ProMCHeader.MetaFloat> |
PARSER |
static int |
VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static ProMCHeaderFile.ProMCHeader.MetaFloat |
getDefaultInstance() |
ProMCHeaderFile.ProMCHeader.MetaFloat |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
com.google.protobuf.Parser<ProMCHeaderFile.ProMCHeader.MetaFloat> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
double |
getValue()
required double value = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
required double value = 2; |
boolean |
isInitialized() |
static ProMCHeaderFile.ProMCHeader.MetaFloat.Builder |
newBuilder() |
static ProMCHeaderFile.ProMCHeader.MetaFloat.Builder |
newBuilder(ProMCHeaderFile.ProMCHeader.MetaFloat prototype) |
ProMCHeaderFile.ProMCHeader.MetaFloat.Builder |
newBuilderForType() |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseDelimitedFrom(InputStream input) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseFrom(byte[] data) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseFrom(com.google.protobuf.ByteString data) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseFrom(InputStream input) |
static ProMCHeaderFile.ProMCHeader.MetaFloat |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMCHeaderFile.ProMCHeader.MetaFloat.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static com.google.protobuf.Parser<ProMCHeaderFile.ProMCHeader.MetaFloat> PARSER
public static final int KEY_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static ProMCHeaderFile.ProMCHeader.MetaFloat getDefaultInstance()
public ProMCHeaderFile.ProMCHeader.MetaFloat getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<ProMCHeaderFile.ProMCHeader.MetaFloat> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasKey()
required string key = 1;
key for interger value
hasKey
in interface ProMCHeaderFile.ProMCHeader.MetaFloatOrBuilder
public String getKey()
required string key = 1;
key for interger value
getKey
in interface ProMCHeaderFile.ProMCHeader.MetaFloatOrBuilder
public com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
key for interger value
getKeyBytes
in interface ProMCHeaderFile.ProMCHeader.MetaFloatOrBuilder
public boolean hasValue()
required double value = 2;
value
hasValue
in interface ProMCHeaderFile.ProMCHeader.MetaFloatOrBuilder
public double getValue()
required double value = 2;
value
getValue
in interface ProMCHeaderFile.ProMCHeader.MetaFloatOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseFrom(InputStream input) throws IOException
IOException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProMCHeaderFile.ProMCHeader.MetaFloat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCHeaderFile.ProMCHeader.MetaFloat.Builder newBuilder()
public ProMCHeaderFile.ProMCHeader.MetaFloat.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProMCHeaderFile.ProMCHeader.MetaFloat.Builder newBuilder(ProMCHeaderFile.ProMCHeader.MetaFloat prototype)
public ProMCHeaderFile.ProMCHeader.MetaFloat.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
Jas4pp 1.5 © Java Analysis Studio for Particle Physics