public static final class PBufFile.Record.FPR extends com.google.protobuf.GeneratedMessage implements PBufFile.Record.FPROrBuilder
promc.Record.FPR
parametric function
Modifier and Type | Class and Description |
---|---|
static class |
PBufFile.Record.FPR.Builder
Protobuf type
promc.Record.FPR |
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 |
DEFINITION_FIELD_NUMBER |
static int |
DIVU_FIELD_NUMBER |
static int |
DIVV_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<PBufFile.Record.FPR> |
PARSER |
Modifier and Type | Method and Description |
---|---|
static PBufFile.Record.FPR |
getDefaultInstance() |
PBufFile.Record.FPR |
getDefaultInstanceForType() |
String |
getDefinition()
required string definition = 2; |
com.google.protobuf.ByteString |
getDefinitionBytes()
required string definition = 2; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDivU()
required int32 divU = 3; |
int |
getDivV()
required int32 divV = 4; |
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.FPR> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDefinition()
required string definition = 2; |
boolean |
hasDivU()
required int32 divU = 3; |
boolean |
hasDivV()
required int32 divV = 4; |
boolean |
hasName()
required string name = 1 [default = "none"]; |
boolean |
isInitialized() |
static PBufFile.Record.FPR.Builder |
newBuilder() |
static PBufFile.Record.FPR.Builder |
newBuilder(PBufFile.Record.FPR prototype) |
PBufFile.Record.FPR.Builder |
newBuilderForType() |
static PBufFile.Record.FPR |
parseDelimitedFrom(InputStream input) |
static PBufFile.Record.FPR |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.FPR |
parseFrom(byte[] data) |
static PBufFile.Record.FPR |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.FPR |
parseFrom(com.google.protobuf.ByteString data) |
static PBufFile.Record.FPR |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.FPR |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PBufFile.Record.FPR |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.FPR |
parseFrom(InputStream input) |
static PBufFile.Record.FPR |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PBufFile.Record.FPR.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.FPR> PARSER
public static final int NAME_FIELD_NUMBER
public static final int DEFINITION_FIELD_NUMBER
public static final int DIVU_FIELD_NUMBER
public static final int DIVV_FIELD_NUMBER
public static PBufFile.Record.FPR getDefaultInstance()
public PBufFile.Record.FPR 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.FPR> 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.FPROrBuilder
public String getName()
required string name = 1 [default = "none"];
getName
in interface PBufFile.Record.FPROrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];
getNameBytes
in interface PBufFile.Record.FPROrBuilder
public boolean hasDefinition()
required string definition = 2;
hasDefinition
in interface PBufFile.Record.FPROrBuilder
public String getDefinition()
required string definition = 2;
getDefinition
in interface PBufFile.Record.FPROrBuilder
public com.google.protobuf.ByteString getDefinitionBytes()
required string definition = 2;
getDefinitionBytes
in interface PBufFile.Record.FPROrBuilder
public boolean hasDivU()
required int32 divU = 3;
hasDivU
in interface PBufFile.Record.FPROrBuilder
public int getDivU()
required int32 divU = 3;
getDivU
in interface PBufFile.Record.FPROrBuilder
public boolean hasDivV()
required int32 divV = 4;
hasDivV
in interface PBufFile.Record.FPROrBuilder
public int getDivV()
required int32 divV = 4;
getDivV
in interface PBufFile.Record.FPROrBuilder
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.FPR parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.FPR parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.FPR parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.FPR parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PBufFile.Record.FPR parseFrom(InputStream input) throws IOException
IOException
public static PBufFile.Record.FPR parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.FPR parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PBufFile.Record.FPR parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.FPR parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PBufFile.Record.FPR parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PBufFile.Record.FPR.Builder newBuilder()
public PBufFile.Record.FPR.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PBufFile.Record.FPR.Builder newBuilder(PBufFile.Record.FPR prototype)
public PBufFile.Record.FPR.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