public static interface GcdmNetcdfProto.VariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| GcdmNetcdfProto.Attribute | getAttributes(int index)repeated .ucar.gcdm.Attribute attributes = 4; | 
| int | getAttributesCount()repeated .ucar.gcdm.Attribute attributes = 4; | 
| java.util.List<GcdmNetcdfProto.Attribute> | getAttributesList()repeated .ucar.gcdm.Attribute attributes = 4; | 
| GcdmNetcdfProto.AttributeOrBuilder | getAttributesOrBuilder(int index)repeated .ucar.gcdm.Attribute attributes = 4; | 
| java.util.List<? extends GcdmNetcdfProto.AttributeOrBuilder> | getAttributesOrBuilderList()repeated .ucar.gcdm.Attribute attributes = 4; | 
| GcdmNetcdfProto.Data | getData()
 "immediate" - store small data in header | 
| GcdmNetcdfProto.DataOrBuilder | getDataOrBuilder()
 "immediate" - store small data in header | 
| GcdmNetcdfProto.DataType | getDataType().ucar.gcdm.DataType data_type = 2; | 
| int | getDataTypeValue().ucar.gcdm.DataType data_type = 2; | 
| java.lang.String | getEnumType()
 EnumTypedef name, only for enum types | 
| com.google.protobuf.ByteString | getEnumTypeBytes()
 EnumTypedef name, only for enum types | 
| java.lang.String | getName()
 short name | 
| com.google.protobuf.ByteString | getNameBytes()
 short name | 
| GcdmNetcdfProto.Dimension | getShapes(int index)
 actual dimension instead of reference | 
| int | getShapesCount()
 actual dimension instead of reference | 
| java.util.List<GcdmNetcdfProto.Dimension> | getShapesList()
 actual dimension instead of reference | 
| GcdmNetcdfProto.DimensionOrBuilder | getShapesOrBuilder(int index)
 actual dimension instead of reference | 
| java.util.List<? extends GcdmNetcdfProto.DimensionOrBuilder> | getShapesOrBuilderList()
 actual dimension instead of reference | 
| boolean | hasData()
 "immediate" - store small data in header | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
short name
string name = 1;com.google.protobuf.ByteString getNameBytes()
short name
string name = 1;int getDataTypeValue()
.ucar.gcdm.DataType data_type = 2;GcdmNetcdfProto.DataType getDataType()
.ucar.gcdm.DataType data_type = 2;java.util.List<GcdmNetcdfProto.Dimension> getShapesList()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;GcdmNetcdfProto.Dimension getShapes(int index)
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;int getShapesCount()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;java.util.List<? extends GcdmNetcdfProto.DimensionOrBuilder> getShapesOrBuilderList()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;GcdmNetcdfProto.DimensionOrBuilder getShapesOrBuilder(int index)
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;java.util.List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 4;GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 4;int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 4;java.util.List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 4;GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 4;java.lang.String getEnumType()
EnumTypedef name, only for enum types
string enum_type = 5;com.google.protobuf.ByteString getEnumTypeBytes()
EnumTypedef name, only for enum types
string enum_type = 5;boolean hasData()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;GcdmNetcdfProto.Data getData()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;