Package ucar.gcdm
Interface GcdmNetcdfProto.EnumTypedefOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmNetcdfProto.EnumTypedef
,GcdmNetcdfProto.EnumTypedef.Builder
- Enclosing class:
- GcdmNetcdfProto
public static interface GcdmNetcdfProto.EnumTypedefOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.DataType
getBaseType()
.ucar.gcdm.DataType base_type = 2;
int
getBaseTypeValue()
.ucar.gcdm.DataType base_type = 2;
GcdmNetcdfProto.EnumTypedef.EnumType
getMaps(int index)
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
int
getMapsCount()
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
List<GcdmNetcdfProto.EnumTypedef.EnumType>
getMapsList()
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
GcdmNetcdfProto.EnumTypedef.EnumTypeOrBuilder
getMapsOrBuilder(int index)
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
List<? extends GcdmNetcdfProto.EnumTypedef.EnumTypeOrBuilder>
getMapsOrBuilderList()
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
String
getName()
string name = 1;
com.google.protobuf.ByteString
getNameBytes()
string name = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;
- Returns:
- The bytes for name.
-
getBaseTypeValue
int getBaseTypeValue()
.ucar.gcdm.DataType base_type = 2;
- Returns:
- The enum numeric value on the wire for baseType.
-
getBaseType
GcdmNetcdfProto.DataType getBaseType()
.ucar.gcdm.DataType base_type = 2;
- Returns:
- The baseType.
-
getMapsList
List<GcdmNetcdfProto.EnumTypedef.EnumType> getMapsList()
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
-
getMaps
GcdmNetcdfProto.EnumTypedef.EnumType getMaps(int index)
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
-
getMapsCount
int getMapsCount()
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
-
getMapsOrBuilderList
List<? extends GcdmNetcdfProto.EnumTypedef.EnumTypeOrBuilder> getMapsOrBuilderList()
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
-
getMapsOrBuilder
GcdmNetcdfProto.EnumTypedef.EnumTypeOrBuilder getMapsOrBuilder(int index)
repeated .ucar.gcdm.EnumTypedef.EnumType maps = 3;
-
-