Package ucar.gcdm

Interface GcdmGridProto.VerticalTransformOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCtvName()
      needed?
      com.google.protobuf.ByteString getCtvNameBytes()
      needed?
      int getId()
      sint32 id = 1;
      String getName()
      string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      String getUnits()
      string units = 4;
      com.google.protobuf.ByteString getUnitsBytes()
      string units = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.