Package ucar.gcdm
Interface GcdmGridProto.VerticalTransformOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmGridProto.VerticalTransform,GcdmGridProto.VerticalTransform.Builder
- Enclosing class:
- GcdmGridProto
public static interface GcdmGridProto.VerticalTransformOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCtvName()needed?com.google.protobuf.ByteStringgetCtvNameBytes()needed?intgetId()sint32 id = 1;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;StringgetUnits()string units = 4;com.google.protobuf.ByteStringgetUnitsBytes()string units = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
int getId()
sint32 id = 1;- Returns:
- The id.
-
getName
String getName()
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;- Returns:
- The bytes for name.
-
getCtvName
String getCtvName()
needed?
string ctvName = 3;- Returns:
- The ctvName.
-
getCtvNameBytes
com.google.protobuf.ByteString getCtvNameBytes()
needed?
string ctvName = 3;- Returns:
- The bytes for ctvName.
-
getUnits
String getUnits()
string units = 4;- Returns:
- The units.
-
getUnitsBytes
com.google.protobuf.ByteString getUnitsBytes()
string units = 4;- Returns:
- The bytes for units.
-
-