public static interface PBufFile.Record.PNDOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDimension()
required int32 dimension = 3; |
String |
getName()
required string name = 1 [default = "none"]; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1 [default = "none"]; |
double |
getValue(int index)
repeated double value = 2 [packed = true]; |
int |
getValueCount()
repeated double value = 2 [packed = true]; |
List<Double> |
getValueList()
repeated double value = 2 [packed = true]; |
boolean |
hasDimension()
required int32 dimension = 3; |
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 getValueCount()
repeated double value = 2 [packed = true];
double getValue(int index)
repeated double value = 2 [packed = true];
boolean hasDimension()
required int32 dimension = 3;
int getDimension()
required int32 dimension = 3;
Jas4pp 1.5 © Java Analysis Studio for Particle Physics