public static final class PEventFile.HEvent.Entry extends com.google.protobuf.GeneratedMessage implements PEventFile.HEvent.EntryOrBuilder
promc.HEvent.Entry
Modifier and Type | Class and Description |
---|---|
static class |
PEventFile.HEvent.Entry.Builder
Protobuf type
promc.HEvent.Entry |
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 |
DA_FIELD_NUMBER |
static int |
IDA_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<PEventFile.HEvent.Entry> |
PARSER |
Modifier and Type | Method and Description |
---|---|
double |
getDa(int index)
repeated double da = 3 [packed = true]; |
int |
getDaCount()
repeated double da = 3 [packed = true]; |
List<Double> |
getDaList()
repeated double da = 3 [packed = true]; |
static PEventFile.HEvent.Entry |
getDefaultInstance() |
PEventFile.HEvent.Entry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getIda(int index)
repeated int64 ida = 2 [packed = true]; |
int |
getIdaCount()
repeated int64 ida = 2 [packed = true]; |
List<Long> |
getIdaList()
repeated int64 ida = 2 [packed = true]; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
com.google.protobuf.Parser<PEventFile.HEvent.Entry> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasName()
optional string name = 1; |
boolean |
isInitialized() |
static PEventFile.HEvent.Entry.Builder |
newBuilder() |
static PEventFile.HEvent.Entry.Builder |
newBuilder(PEventFile.HEvent.Entry prototype) |
PEventFile.HEvent.Entry.Builder |
newBuilderForType() |
static PEventFile.HEvent.Entry |
parseDelimitedFrom(InputStream input) |
static PEventFile.HEvent.Entry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent.Entry |
parseFrom(byte[] data) |
static PEventFile.HEvent.Entry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent.Entry |
parseFrom(com.google.protobuf.ByteString data) |
static PEventFile.HEvent.Entry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent.Entry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PEventFile.HEvent.Entry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent.Entry |
parseFrom(InputStream input) |
static PEventFile.HEvent.Entry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PEventFile.HEvent.Entry.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<PEventFile.HEvent.Entry> PARSER
public static final int NAME_FIELD_NUMBER
public static final int DA_FIELD_NUMBER
public static final int IDA_FIELD_NUMBER
public static PEventFile.HEvent.Entry getDefaultInstance()
public PEventFile.HEvent.Entry 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<PEventFile.HEvent.Entry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasName()
optional string name = 1;
hasName
in interface PEventFile.HEvent.EntryOrBuilder
public String getName()
optional string name = 1;
getName
in interface PEventFile.HEvent.EntryOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
getNameBytes
in interface PEventFile.HEvent.EntryOrBuilder
public List<Double> getDaList()
repeated double da = 3 [packed = true];
getDaList
in interface PEventFile.HEvent.EntryOrBuilder
public int getDaCount()
repeated double da = 3 [packed = true];
getDaCount
in interface PEventFile.HEvent.EntryOrBuilder
public double getDa(int index)
repeated double da = 3 [packed = true];
getDa
in interface PEventFile.HEvent.EntryOrBuilder
public List<Long> getIdaList()
repeated int64 ida = 2 [packed = true];
getIdaList
in interface PEventFile.HEvent.EntryOrBuilder
public int getIdaCount()
repeated int64 ida = 2 [packed = true];
getIdaCount
in interface PEventFile.HEvent.EntryOrBuilder
public long getIda(int index)
repeated int64 ida = 2 [packed = true];
getIda
in interface PEventFile.HEvent.EntryOrBuilder
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 PEventFile.HEvent.Entry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PEventFile.HEvent.Entry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PEventFile.HEvent.Entry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PEventFile.HEvent.Entry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PEventFile.HEvent.Entry parseFrom(InputStream input) throws IOException
IOException
public static PEventFile.HEvent.Entry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PEventFile.HEvent.Entry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PEventFile.HEvent.Entry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PEventFile.HEvent.Entry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PEventFile.HEvent.Entry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PEventFile.HEvent.Entry.Builder newBuilder()
public PEventFile.HEvent.Entry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PEventFile.HEvent.Entry.Builder newBuilder(PEventFile.HEvent.Entry prototype)
public PEventFile.HEvent.Entry.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