ucar.nc2.ft.point.remote
Class PointStreamProto.StationList.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<PointStreamProto.StationList.Builder>
              extended by ucar.nc2.ft.point.remote.PointStreamProto.StationList.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, Cloneable
Enclosing class:
PointStreamProto.StationList

public static final class PointStreamProto.StationList.Builder
extends com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>


Method Summary
 PointStreamProto.StationList.Builder addAllStations(Iterable<? extends PointStreamProto.Station> values)
           
 PointStreamProto.StationList.Builder addStations(PointStreamProto.Station.Builder builderForValue)
           
 PointStreamProto.StationList.Builder addStations(PointStreamProto.Station value)
           
 PointStreamProto.StationList build()
           
 PointStreamProto.StationList buildPartial()
           
 PointStreamProto.StationList.Builder clear()
           
 PointStreamProto.StationList.Builder clearStations()
           
 PointStreamProto.StationList.Builder clone()
           
 PointStreamProto.StationList getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 PointStreamProto.Station getStations(int index)
           
 int getStationsCount()
           
 List<PointStreamProto.Station> getStationsList()
           
protected  PointStreamProto.StationList internalGetResult()
           
 boolean isInitialized()
           
 PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 PointStreamProto.StationList.Builder mergeFrom(com.google.protobuf.Message other)
           
 PointStreamProto.StationList.Builder mergeFrom(PointStreamProto.StationList other)
           
 PointStreamProto.StationList.Builder setStations(int index, PointStreamProto.Station.Builder builderForValue)
           
 PointStreamProto.StationList.Builder setStations(int index, PointStreamProto.Station 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 PointStreamProto.StationList internalGetResult()
Specified by:
internalGetResult in class com.google.protobuf.GeneratedMessage.Builder<PointStreamProto.StationList.Builder>

clear

public PointStreamProto.StationList.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<PointStreamProto.StationList.Builder>

clone

public PointStreamProto.StationList.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<PointStreamProto.StationList.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<PointStreamProto.StationList.Builder>

getDefaultInstanceForType

public PointStreamProto.StationList getDefaultInstanceForType()

isInitialized

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

build

public PointStreamProto.StationList build()

buildPartial

public PointStreamProto.StationList buildPartial()

mergeFrom

public PointStreamProto.StationList.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<PointStreamProto.StationList.Builder>

mergeFrom

public PointStreamProto.StationList.Builder mergeFrom(PointStreamProto.StationList other)

mergeFrom

public PointStreamProto.StationList.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<PointStreamProto.StationList.Builder>
Throws:
IOException

getStationsList

public List<PointStreamProto.Station> getStationsList()

getStationsCount

public int getStationsCount()

getStations

public PointStreamProto.Station getStations(int index)

setStations

public PointStreamProto.StationList.Builder setStations(int index,
                                                        PointStreamProto.Station value)

setStations

public PointStreamProto.StationList.Builder setStations(int index,
                                                        PointStreamProto.Station.Builder builderForValue)

addStations

public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station value)

addStations

public PointStreamProto.StationList.Builder addStations(PointStreamProto.Station.Builder builderForValue)

addAllStations

public PointStreamProto.StationList.Builder addAllStations(Iterable<? extends PointStreamProto.Station> values)

clearStations

public PointStreamProto.StationList.Builder clearStations()


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