ucar.nc2.stream
Class NcStreamProto.Data.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Data.Builder>
              extended by ucar.nc2.stream.NcStreamProto.Data.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, NcStreamProto.DataOrBuilder
Enclosing class:
NcStreamProto.Data

public static final class NcStreamProto.Data.Builder
extends com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Data.Builder>
implements NcStreamProto.DataOrBuilder


Method Summary
 NcStreamProto.Data build()
           
 NcStreamProto.Data buildPartial()
           
 NcStreamProto.Data.Builder clear()
           
 NcStreamProto.Data.Builder clearBigend()
           
 NcStreamProto.Data.Builder clearCompress()
           
 NcStreamProto.Data.Builder clearCrc32()
           
 NcStreamProto.Data.Builder clearDataType()
           
 NcStreamProto.Data.Builder clearSection()
           
 NcStreamProto.Data.Builder clearVarName()
           
 NcStreamProto.Data.Builder clearVersion()
           
 NcStreamProto.Data.Builder clone()
           
 boolean getBigend()
           
 NcStreamProto.Compress getCompress()
           
 int getCrc32()
           
 NcStreamProto.DataType getDataType()
           
 NcStreamProto.Data getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 NcStreamProto.Section getSection()
           
 NcStreamProto.Section.Builder getSectionBuilder()
           
 NcStreamProto.SectionOrBuilder getSectionOrBuilder()
           
 String getVarName()
           
 int getVersion()
           
 boolean hasBigend()
           
 boolean hasCompress()
           
 boolean hasCrc32()
           
 boolean hasDataType()
           
 boolean hasSection()
           
 boolean hasVarName()
           
 boolean hasVersion()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 NcStreamProto.Data.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 NcStreamProto.Data.Builder mergeFrom(com.google.protobuf.Message other)
           
 NcStreamProto.Data.Builder mergeFrom(NcStreamProto.Data other)
           
 NcStreamProto.Data.Builder mergeSection(NcStreamProto.Section value)
           
 NcStreamProto.Data.Builder setBigend(boolean value)
           
 NcStreamProto.Data.Builder setCompress(NcStreamProto.Compress value)
           
 NcStreamProto.Data.Builder setCrc32(int value)
           
 NcStreamProto.Data.Builder setDataType(NcStreamProto.DataType value)
           
 NcStreamProto.Data.Builder setSection(NcStreamProto.Section.Builder builderForValue)
           
 NcStreamProto.Data.Builder setSection(NcStreamProto.Section value)
           
 NcStreamProto.Data.Builder setVarName(String value)
           
 NcStreamProto.Data.Builder setVersion(int value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Data.Builder>

clear

public NcStreamProto.Data.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Data.Builder>

clone

public NcStreamProto.Data.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Data.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Data.Builder>

getDefaultInstanceForType

public NcStreamProto.Data getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public NcStreamProto.Data build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public NcStreamProto.Data buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public NcStreamProto.Data.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<NcStreamProto.Data.Builder>

mergeFrom

public NcStreamProto.Data.Builder mergeFrom(NcStreamProto.Data other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<NcStreamProto.Data.Builder>

mergeFrom

public NcStreamProto.Data.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<NcStreamProto.Data.Builder>
Throws:
IOException

hasVarName

public boolean hasVarName()
Specified by:
hasVarName in interface NcStreamProto.DataOrBuilder

getVarName

public String getVarName()
Specified by:
getVarName in interface NcStreamProto.DataOrBuilder

setVarName

public NcStreamProto.Data.Builder setVarName(String value)

clearVarName

public NcStreamProto.Data.Builder clearVarName()

hasDataType

public boolean hasDataType()
Specified by:
hasDataType in interface NcStreamProto.DataOrBuilder

getDataType

public NcStreamProto.DataType getDataType()
Specified by:
getDataType in interface NcStreamProto.DataOrBuilder

setDataType

public NcStreamProto.Data.Builder setDataType(NcStreamProto.DataType value)

clearDataType

public NcStreamProto.Data.Builder clearDataType()

hasSection

public boolean hasSection()
Specified by:
hasSection in interface NcStreamProto.DataOrBuilder

getSection

public NcStreamProto.Section getSection()
Specified by:
getSection in interface NcStreamProto.DataOrBuilder

setSection

public NcStreamProto.Data.Builder setSection(NcStreamProto.Section value)

setSection

public NcStreamProto.Data.Builder setSection(NcStreamProto.Section.Builder builderForValue)

mergeSection

public NcStreamProto.Data.Builder mergeSection(NcStreamProto.Section value)

clearSection

public NcStreamProto.Data.Builder clearSection()

getSectionBuilder

public NcStreamProto.Section.Builder getSectionBuilder()

getSectionOrBuilder

public NcStreamProto.SectionOrBuilder getSectionOrBuilder()
Specified by:
getSectionOrBuilder in interface NcStreamProto.DataOrBuilder

hasBigend

public boolean hasBigend()
Specified by:
hasBigend in interface NcStreamProto.DataOrBuilder

getBigend

public boolean getBigend()
Specified by:
getBigend in interface NcStreamProto.DataOrBuilder

setBigend

public NcStreamProto.Data.Builder setBigend(boolean value)

clearBigend

public NcStreamProto.Data.Builder clearBigend()

hasVersion

public boolean hasVersion()
Specified by:
hasVersion in interface NcStreamProto.DataOrBuilder

getVersion

public int getVersion()
Specified by:
getVersion in interface NcStreamProto.DataOrBuilder

setVersion

public NcStreamProto.Data.Builder setVersion(int value)

clearVersion

public NcStreamProto.Data.Builder clearVersion()

hasCompress

public boolean hasCompress()
Specified by:
hasCompress in interface NcStreamProto.DataOrBuilder

getCompress

public NcStreamProto.Compress getCompress()
Specified by:
getCompress in interface NcStreamProto.DataOrBuilder

setCompress

public NcStreamProto.Data.Builder setCompress(NcStreamProto.Compress value)

clearCompress

public NcStreamProto.Data.Builder clearCompress()

hasCrc32

public boolean hasCrc32()
Specified by:
hasCrc32 in interface NcStreamProto.DataOrBuilder

getCrc32

public int getCrc32()
Specified by:
getCrc32 in interface NcStreamProto.DataOrBuilder

setCrc32

public NcStreamProto.Data.Builder setCrc32(int value)

clearCrc32

public NcStreamProto.Data.Builder clearCrc32()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.