public static final class PBufFile.Record.PXYZ extends com.google.protobuf.GeneratedMessage implements PBufFile.Record.PXYZOrBuilder
promc.Record.PXYZ
to keep X vs Y vs Z
| Modifier and Type | Class and Description |
|---|---|
static class |
PBufFile.Record.PXYZ.Builder
Protobuf type
promc.Record.PXYZ |
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 |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<PBufFile.Record.PXYZ> |
PARSER |
static int |
X_FIELD_NUMBER |
static int |
Y_FIELD_NUMBER |
static int |
Z_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PBufFile.Record.PXYZ |
getDefaultInstance() |
PBufFile.Record.PXYZ |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
required string name = 1 [default = "none"]; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1 [default = "none"]; |
com.google.protobuf.Parser<PBufFile.Record.PXYZ> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
double |
getX(int index)
repeated double x = 2 [packed = true]; |
int |
getXCount()
repeated double x = 2 [packed = true]; |
List<Double> |
getXList()
repeated double x = 2 [packed = true]; |
double |
getY(int index)
repeated double y = 3 [packed = true]; |
int |
getYCount()
repeated double y = 3 [packed = true]; |
List<Double> |
getYList()
repeated double y = 3 [packed = true]; |
double |
getZ(int index)
repeated double z = 4 [packed = true]; |
int |
getZCount()
repeated double z = 4 [packed = true]; |
List<Double> |
getZList()
repeated double z = 4 [packed = true]; |
boolean |
hasName()
required string name = 1 [default = "none"]; |
boolean |
isInitialized() |
static PBufFile.Record.PXYZ.Builder |
newBuilder() |
static PBufFile.Record.PXYZ.Builder |
newBuilder(PBufFile.Record.PXYZ prototype) |
PBufFile.Record.PXYZ.Builder |
newBuilderForType() |
static PBufFile.Record.PXYZ |
parseDelimitedFrom(InputStream input) |
static PBufFile.Record.PXYZ |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PXYZ |
parseFrom(byte[] data) |
static PBufFile.Record.PXYZ |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PXYZ |
parseFrom(com.google.protobuf.ByteString data) |
static PBufFile.Record.PXYZ |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PXYZ |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PBufFile.Record.PXYZ |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PXYZ |
parseFrom(InputStream input) |
static PBufFile.Record.PXYZ |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PBufFile.Record.PXYZ.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<PBufFile.Record.PXYZ> PARSER
public static final int NAME_FIELD_NUMBER
public static final int X_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
public static final int Z_FIELD_NUMBER
public static PBufFile.Record.PXYZ getDefaultInstance()
public PBufFile.Record.PXYZ 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<PBufFile.Record.PXYZ> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1 [default = "none"];hasName in interface PBufFile.Record.PXYZOrBuilderpublic String getName()
required string name = 1 [default = "none"];getName in interface PBufFile.Record.PXYZOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];getNameBytes in interface PBufFile.Record.PXYZOrBuilderpublic List<Double> getXList()
repeated double x = 2 [packed = true];getXList in interface PBufFile.Record.PXYZOrBuilderpublic int getXCount()
repeated double x = 2 [packed = true];getXCount in interface PBufFile.Record.PXYZOrBuilderpublic double getX(int index)
repeated double x = 2 [packed = true];getX in interface PBufFile.Record.PXYZOrBuilderpublic List<Double> getYList()
repeated double y = 3 [packed = true];getYList in interface PBufFile.Record.PXYZOrBuilderpublic int getYCount()
repeated double y = 3 [packed = true];getYCount in interface PBufFile.Record.PXYZOrBuilderpublic double getY(int index)
repeated double y = 3 [packed = true];getY in interface PBufFile.Record.PXYZOrBuilderpublic List<Double> getZList()
repeated double z = 4 [packed = true];getZList in interface PBufFile.Record.PXYZOrBuilderpublic int getZCount()
repeated double z = 4 [packed = true];getZCount in interface PBufFile.Record.PXYZOrBuilderpublic double getZ(int index)
repeated double z = 4 [packed = true];getZ in interface PBufFile.Record.PXYZOrBuilderpublic 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 PBufFile.Record.PXYZ parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.PXYZ parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.PXYZ parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.PXYZ parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.PXYZ parseFrom(InputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.PXYZ parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.PXYZ parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.PXYZ parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.PXYZ parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.PXYZ parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.PXYZ.Builder newBuilder()
public PBufFile.Record.PXYZ.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PBufFile.Record.PXYZ.Builder newBuilder(PBufFile.Record.PXYZ prototype)
public PBufFile.Record.PXYZ.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteJas4pp 1.5 © Java Analysis Studio for Particle Physics