public static final class PBufFile.Record.PXY extends com.google.protobuf.GeneratedMessage implements PBufFile.Record.PXYOrBuilder
promc.Record.PXY
to keep X vs Y
Modifier and Type | Class and Description |
---|---|
static class |
PBufFile.Record.PXY.Builder
Protobuf type
promc.Record.PXY |
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.PXY> |
PARSER |
static int |
X_FIELD_NUMBER |
static int |
Y_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static PBufFile.Record.PXY |
getDefaultInstance() |
PBufFile.Record.PXY |
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.PXY> |
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]; |
boolean |
hasName()
required string name = 1 [default = "none"]; |
boolean |
isInitialized() |
static PBufFile.Record.PXY.Builder |
newBuilder() |
static PBufFile.Record.PXY.Builder |
newBuilder(PBufFile.Record.PXY prototype) |
PBufFile.Record.PXY.Builder |
newBuilderForType() |
static PBufFile.Record.PXY |
parseDelimitedFrom(InputStream input) |
static PBufFile.Record.PXY |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PXY |
parseFrom(byte[] data) |
static PBufFile.Record.PXY |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PXY |
parseFrom(com.google.protobuf.ByteString data) |
static PBufFile.Record.PXY |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PXY |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PBufFile.Record.PXY |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PXY |
parseFrom(InputStream input) |
static PBufFile.Record.PXY |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PBufFile.Record.PXY.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<PBufFile.Record.PXY> PARSER
public static final int NAME_FIELD_NUMBER
public static final int X_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
public static PBufFile.Record.PXY getDefaultInstance()
public PBufFile.Record.PXY 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<PBufFile.Record.PXY> 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()
required string name = 1 [default = "none"];
hasName
in interface PBufFile.Record.PXYOrBuilder
public String getName()
required string name = 1 [default = "none"];
getName
in interface PBufFile.Record.PXYOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];
getNameBytes
in interface PBufFile.Record.PXYOrBuilder
public List<Double> getXList()
repeated double x = 2 [packed = true];
getXList
in interface PBufFile.Record.PXYOrBuilder
public int getXCount()
repeated double x = 2 [packed = true];
getXCount
in interface PBufFile.Record.PXYOrBuilder
public double getX(int index)
repeated double x = 2 [packed = true];
getX
in interface PBufFile.Record.PXYOrBuilder
public List<Double> getYList()
repeated double y = 3 [packed = true];
getYList
in interface PBufFile.Record.PXYOrBuilder
public int getYCount()
repeated double y = 3 [packed = true];
getYCount
in interface PBufFile.Record.PXYOrBuilder
public double getY(int index)
repeated double y = 3 [packed = true];
getY
in interface PBufFile.Record.PXYOrBuilder
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 PBufFile.Record.PXY parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.PXY parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.PXY parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.PXY parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.PXY parseFrom(InputStream input) throws IOException
IOException
public static PBufFile.Record.PXY parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.PXY parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PBufFile.Record.PXY parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.PXY parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PBufFile.Record.PXY parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.PXY.Builder newBuilder()
public PBufFile.Record.PXY.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PBufFile.Record.PXY.Builder newBuilder(PBufFile.Record.PXY prototype)
public PBufFile.Record.PXY.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