ucar.nc2.stream
Interface NcStreamProto.GroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NcStreamProto.Group, NcStreamProto.Group.Builder
Enclosing class:
NcStreamProto

public static interface NcStreamProto.GroupOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 NcStreamProto.Attribute getAtts(int index)
           
 int getAttsCount()
           
 List<NcStreamProto.Attribute> getAttsList()
           
 NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
           
 List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
           
 NcStreamProto.Dimension getDims(int index)
           
 int getDimsCount()
           
 List<NcStreamProto.Dimension> getDimsList()
           
 NcStreamProto.DimensionOrBuilder getDimsOrBuilder(int index)
           
 List<? extends NcStreamProto.DimensionOrBuilder> getDimsOrBuilderList()
           
 NcStreamProto.EnumTypedef getEnumTypes(int index)
           
 int getEnumTypesCount()
           
 List<NcStreamProto.EnumTypedef> getEnumTypesList()
           
 NcStreamProto.EnumTypedefOrBuilder getEnumTypesOrBuilder(int index)
           
 List<? extends NcStreamProto.EnumTypedefOrBuilder> getEnumTypesOrBuilderList()
           
 NcStreamProto.Group getGroups(int index)
           
 int getGroupsCount()
           
 List<NcStreamProto.Group> getGroupsList()
           
 NcStreamProto.GroupOrBuilder getGroupsOrBuilder(int index)
           
 List<? extends NcStreamProto.GroupOrBuilder> getGroupsOrBuilderList()
           
 String getName()
           
 NcStreamProto.Structure getStructs(int index)
           
 int getStructsCount()
           
 List<NcStreamProto.Structure> getStructsList()
           
 NcStreamProto.StructureOrBuilder getStructsOrBuilder(int index)
           
 List<? extends NcStreamProto.StructureOrBuilder> getStructsOrBuilderList()
           
 NcStreamProto.Variable getVars(int index)
           
 int getVarsCount()
           
 List<NcStreamProto.Variable> getVarsList()
           
 NcStreamProto.VariableOrBuilder getVarsOrBuilder(int index)
           
 List<? extends NcStreamProto.VariableOrBuilder> getVarsOrBuilderList()
           
 boolean hasName()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()

getName

String getName()

getDimsList

List<NcStreamProto.Dimension> getDimsList()

getDims

NcStreamProto.Dimension getDims(int index)

getDimsCount

int getDimsCount()

getDimsOrBuilderList

List<? extends NcStreamProto.DimensionOrBuilder> getDimsOrBuilderList()

getDimsOrBuilder

NcStreamProto.DimensionOrBuilder getDimsOrBuilder(int index)

getVarsList

List<NcStreamProto.Variable> getVarsList()

getVars

NcStreamProto.Variable getVars(int index)

getVarsCount

int getVarsCount()

getVarsOrBuilderList

List<? extends NcStreamProto.VariableOrBuilder> getVarsOrBuilderList()

getVarsOrBuilder

NcStreamProto.VariableOrBuilder getVarsOrBuilder(int index)

getStructsList

List<NcStreamProto.Structure> getStructsList()

getStructs

NcStreamProto.Structure getStructs(int index)

getStructsCount

int getStructsCount()

getStructsOrBuilderList

List<? extends NcStreamProto.StructureOrBuilder> getStructsOrBuilderList()

getStructsOrBuilder

NcStreamProto.StructureOrBuilder getStructsOrBuilder(int index)

getAttsList

List<NcStreamProto.Attribute> getAttsList()

getAtts

NcStreamProto.Attribute getAtts(int index)

getAttsCount

int getAttsCount()

getAttsOrBuilderList

List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()

getAttsOrBuilder

NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)

getGroupsList

List<NcStreamProto.Group> getGroupsList()

getGroups

NcStreamProto.Group getGroups(int index)

getGroupsCount

int getGroupsCount()

getGroupsOrBuilderList

List<? extends NcStreamProto.GroupOrBuilder> getGroupsOrBuilderList()

getGroupsOrBuilder

NcStreamProto.GroupOrBuilder getGroupsOrBuilder(int index)

getEnumTypesList

List<NcStreamProto.EnumTypedef> getEnumTypesList()

getEnumTypes

NcStreamProto.EnumTypedef getEnumTypes(int index)

getEnumTypesCount

int getEnumTypesCount()

getEnumTypesOrBuilderList

List<? extends NcStreamProto.EnumTypedefOrBuilder> getEnumTypesOrBuilderList()

getEnumTypesOrBuilder

NcStreamProto.EnumTypedefOrBuilder getEnumTypesOrBuilder(int index)


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