jhplot.io
Class PBufFile.Record
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
jhplot.io.PBufFile.Record
- All Implemented Interfaces:
- com.google.protobuf.Message, com.google.protobuf.MessageLite
- Enclosing class:
- PBufFile
public static final class PBufFile.Record
- extends com.google.protobuf.GeneratedMessage
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type> |
Methods inherited from class com.google.protobuf.GeneratedMessage |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtension, newRepeatedGeneratedExtension |
Methods inherited from class com.google.protobuf.AbstractMessage |
equals, hashCode, toString |
Methods inherited from class com.google.protobuf.AbstractMessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.protobuf.MessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
P0I_FIELD_NUMBER
public static final int P0I_FIELD_NUMBER
- See Also:
- Constant Field Values
P0D_FIELD_NUMBER
public static final int P0D_FIELD_NUMBER
- See Also:
- Constant Field Values
PXY_FIELD_NUMBER
public static final int PXY_FIELD_NUMBER
- See Also:
- Constant Field Values
PXYZ_FIELD_NUMBER
public static final int PXYZ_FIELD_NUMBER
- See Also:
- Constant Field Values
P1D_FIELD_NUMBER
public static final int P1D_FIELD_NUMBER
- See Also:
- Constant Field Values
H1D_FIELD_NUMBER
public static final int H1D_FIELD_NUMBER
- See Also:
- Constant Field Values
H2D_FIELD_NUMBER
public static final int H2D_FIELD_NUMBER
- See Also:
- Constant Field Values
F1D_FIELD_NUMBER
public static final int F1D_FIELD_NUMBER
- See Also:
- Constant Field Values
F2D_FIELD_NUMBER
public static final int F2D_FIELD_NUMBER
- See Also:
- Constant Field Values
FND_FIELD_NUMBER
public static final int FND_FIELD_NUMBER
- See Also:
- Constant Field Values
FPR_FIELD_NUMBER
public static final int FPR_FIELD_NUMBER
- See Also:
- Constant Field Values
PND_FIELD_NUMBER
public static final int PND_FIELD_NUMBER
- See Also:
- Constant Field Values
PNI_FIELD_NUMBER
public static final int PNI_FIELD_NUMBER
- See Also:
- Constant Field Values
getDefaultInstance
public static PBufFile.Record getDefaultInstance()
getDefaultInstanceForType
public PBufFile.Record getDefaultInstanceForType()
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
hasName
public boolean hasName()
getName
public java.lang.String getName()
hasP0I
public boolean hasP0I()
getP0I
public PBufFile.Record.P0I getP0I()
hasP0D
public boolean hasP0D()
getP0D
public PBufFile.Record.P0D getP0D()
hasPXY
public boolean hasPXY()
getPXY
public PBufFile.Record.PXY getPXY()
hasPXYZ
public boolean hasPXYZ()
getPXYZ
public PBufFile.Record.PXYZ getPXYZ()
hasP1D
public boolean hasP1D()
getP1D
public PBufFile.Record.P1D getP1D()
hasH1D
public boolean hasH1D()
getH1D
public PBufFile.Record.H1D getH1D()
hasH2D
public boolean hasH2D()
getH2D
public PBufFile.Record.H2D getH2D()
hasF1D
public boolean hasF1D()
getF1D
public PBufFile.Record.F1D getF1D()
hasF2D
public boolean hasF2D()
getF2D
public PBufFile.Record.F2D getF2D()
hasFND
public boolean hasFND()
getFND
public PBufFile.Record.FND getFND()
hasFPR
public boolean hasFPR()
getFPR
public PBufFile.Record.FPR getFPR()
hasPND
public boolean hasPND()
getPND
public PBufFile.Record.PND getPND()
hasPNI
public boolean hasPNI()
getPNI
public PBufFile.Record.PNI getPNI()
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interface com.google.protobuf.MessageLite
- Overrides:
isInitialized
in class com.google.protobuf.GeneratedMessage
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
- Specified by:
writeTo
in interface com.google.protobuf.MessageLite
- Overrides:
writeTo
in class com.google.protobuf.AbstractMessage
- Throws:
java.io.IOException
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interface com.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in class com.google.protobuf.AbstractMessage
parseFrom
public static PBufFile.Record parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static PBufFile.Record parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static PBufFile.Record parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static PBufFile.Record parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static PBufFile.Record parseFrom(java.io.InputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
parseFrom
public static PBufFile.Record parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
parseDelimitedFrom
public static PBufFile.Record parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
parseDelimitedFrom
public static PBufFile.Record parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
parseFrom
public static PBufFile.Record parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
- Throws:
java.io.IOException
parseFrom
public static PBufFile.Record parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
- Throws:
java.io.IOException
newBuilder
public static PBufFile.Record.Builder newBuilder()
newBuilderForType
public PBufFile.Record.Builder newBuilderForType()
newBuilder
public static PBufFile.Record.Builder newBuilder(PBufFile.Record prototype)
toBuilder
public PBufFile.Record.Builder toBuilder()
jHepWork 2.8 (©) S.Chekanov