ucar.nc2.iosp.noaa
Class GhcnmProto.StationIndexList.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<GhcnmProto.StationIndexList.Builder>
              extended by ucar.nc2.iosp.noaa.GhcnmProto.StationIndexList.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, Cloneable
Enclosing class:
GhcnmProto.StationIndexList

public static final class GhcnmProto.StationIndexList.Builder
extends com.google.protobuf.GeneratedMessage.Builder<GhcnmProto.StationIndexList.Builder>


Method Summary
 GhcnmProto.StationIndexList.Builder addAllList(Iterable<? extends GhcnmProto.StationIndex> values)
           
 GhcnmProto.StationIndexList.Builder addList(GhcnmProto.StationIndex.Builder builderForValue)
           
 GhcnmProto.StationIndexList.Builder addList(GhcnmProto.StationIndex value)
           
 GhcnmProto.StationIndexList build()
           
 GhcnmProto.StationIndexList buildPartial()
           
 GhcnmProto.StationIndexList.Builder clear()
           
 GhcnmProto.StationIndexList.Builder clearList()
           
 GhcnmProto.StationIndexList.Builder clone()
           
 GhcnmProto.StationIndexList getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 GhcnmProto.StationIndex getList(int index)
           
 int getListCount()
           
 List<GhcnmProto.StationIndex> getListList()
           
protected  GhcnmProto.StationIndexList internalGetResult()
           
 boolean isInitialized()
           
 GhcnmProto.StationIndexList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 GhcnmProto.StationIndexList.Builder mergeFrom(GhcnmProto.StationIndexList other)
           
 GhcnmProto.StationIndexList.Builder mergeFrom(com.google.protobuf.Message other)
           
 GhcnmProto.StationIndexList.Builder setList(int index, GhcnmProto.StationIndex.Builder builderForValue)
           
 GhcnmProto.StationIndexList.Builder setList(int index, GhcnmProto.StationIndex value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, 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
 

Method Detail

internalGetResult

protected GhcnmProto.StationIndexList internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<GhcnmProto.StationIndexList.Builder>

clear

public GhcnmProto.StationIndexList.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.AbstractMessage.Builder<GhcnmProto.StationIndexList.Builder>

clone

public GhcnmProto.StationIndexList.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<GhcnmProto.StationIndexList.Builder>

getDescriptorForType

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

getDefaultInstanceForType

public GhcnmProto.StationIndexList getDefaultInstanceForType()

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLite.Builder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<GhcnmProto.StationIndexList.Builder>

build

public GhcnmProto.StationIndexList build()

buildPartial

public GhcnmProto.StationIndexList buildPartial()

mergeFrom

public GhcnmProto.StationIndexList.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<GhcnmProto.StationIndexList.Builder>

mergeFrom

public GhcnmProto.StationIndexList.Builder mergeFrom(GhcnmProto.StationIndexList other)

mergeFrom

public GhcnmProto.StationIndexList.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<GhcnmProto.StationIndexList.Builder>
Throws:
IOException

getListList

public List<GhcnmProto.StationIndex> getListList()

getListCount

public int getListCount()

getList

public GhcnmProto.StationIndex getList(int index)

setList

public GhcnmProto.StationIndexList.Builder setList(int index,
                                                   GhcnmProto.StationIndex value)

setList

public GhcnmProto.StationIndexList.Builder setList(int index,
                                                   GhcnmProto.StationIndex.Builder builderForValue)

addList

public GhcnmProto.StationIndexList.Builder addList(GhcnmProto.StationIndex value)

addList

public GhcnmProto.StationIndexList.Builder addList(GhcnmProto.StationIndex.Builder builderForValue)

addAllList

public GhcnmProto.StationIndexList.Builder addAllList(Iterable<? extends GhcnmProto.StationIndex> values)

clearList

public GhcnmProto.StationIndexList.Builder clearList()


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