public static interface PBufFile.Record.PXYOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
required string name = 1 [default = "none"]; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1 [default = "none"]; |
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"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1 [default = "none"];
String getName()
required string name = 1 [default = "none"];
com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];
int getXCount()
repeated double x = 2 [packed = true];
double getX(int index)
repeated double x = 2 [packed = true];
int getYCount()
repeated double y = 3 [packed = true];
double getY(int index)
repeated double y = 3 [packed = true];
Jas4pp 1.5 © Java Analysis Studio for Particle Physics