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, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic 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.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<PEventFile.HEvent.Entry> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
optional string name = 1;hasName in interface PEventFile.HEvent.EntryOrBuilderpublic String getName()
optional string name = 1;getName in interface PEventFile.HEvent.EntryOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface PEventFile.HEvent.EntryOrBuilderpublic List<Double> getDaList()
repeated double da = 3 [packed = true];getDaList in interface PEventFile.HEvent.EntryOrBuilderpublic int getDaCount()
repeated double da = 3 [packed = true];getDaCount in interface PEventFile.HEvent.EntryOrBuilderpublic double getDa(int index)
repeated double da = 3 [packed = true];getDa in interface PEventFile.HEvent.EntryOrBuilderpublic List<Long> getIdaList()
repeated int64 ida = 2 [packed = true];getIdaList in interface PEventFile.HEvent.EntryOrBuilderpublic int getIdaCount()
repeated int64 ida = 2 [packed = true];getIdaCount in interface PEventFile.HEvent.EntryOrBuilderpublic long getIda(int index)
repeated int64 ida = 2 [packed = true];getIda in interface PEventFile.HEvent.EntryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static PEventFile.HEvent.Entry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent.Entry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent.Entry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent.Entry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent.Entry parseFrom(InputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent.Entry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent.Entry parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent.Entry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent.Entry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent.Entry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent.Entry.Builder newBuilder()
public PEventFile.HEvent.Entry.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PEventFile.HEvent.Entry.Builder newBuilder(PEventFile.HEvent.Entry prototype)
public PEventFile.HEvent.Entry.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteJas4pp 1.5 © Java Analysis Studio for Particle Physics