ucar.nc2.stream
Interface NcStreamProto.StructureOrBuilder

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

public static interface NcStreamProto.StructureOrBuilder
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.DataType getDataType()
           
 String getName()
           
 NcStreamProto.Dimension getShape(int index)
           
 int getShapeCount()
           
 List<NcStreamProto.Dimension> getShapeList()
           
 NcStreamProto.DimensionOrBuilder getShapeOrBuilder(int index)
           
 List<? extends NcStreamProto.DimensionOrBuilder> getShapeOrBuilderList()
           
 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 hasDataType()
           
 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()

hasDataType

boolean hasDataType()

getDataType

NcStreamProto.DataType getDataType()

getShapeList

List<NcStreamProto.Dimension> getShapeList()

getShape

NcStreamProto.Dimension getShape(int index)

getShapeCount

int getShapeCount()

getShapeOrBuilderList

List<? extends NcStreamProto.DimensionOrBuilder> getShapeOrBuilderList()

getShapeOrBuilder

NcStreamProto.DimensionOrBuilder getShapeOrBuilder(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)

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)


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