public static interface PBufFile.Record.F1DOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDefinition()
required string definition = 2; |
com.google.protobuf.ByteString |
getDefinitionBytes()
required string definition = 2; |
double |
getMax()
optional double max = 4; |
double |
getMin()
optional double min = 3; |
String |
getName()
required string name = 1 [default = "none"]; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1 [default = "none"]; |
boolean |
hasDefinition()
required string definition = 2; |
boolean |
hasMax()
optional double max = 4; |
boolean |
hasMin()
optional double min = 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"];
boolean hasDefinition()
required string definition = 2;
String getDefinition()
required string definition = 2;
com.google.protobuf.ByteString getDefinitionBytes()
required string definition = 2;
boolean hasMin()
optional double min = 3;
double getMin()
optional double min = 3;
boolean hasMax()
optional double max = 4;
double getMax()
optional double max = 4;
Jas4pp 1.5 © Java Analysis Studio for Particle Physics