Package ucar.gcdm

Interface GcdmNetcdfProto.AttributeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GcdmNetcdfProto.Data getData()
      .ucar.gcdm.Data data = 4;
      GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
      .ucar.gcdm.Data data = 4;
      GcdmNetcdfProto.DataType getDataType()
      cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
      int getDataTypeValue()
      cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
      int getLength()
      uint32 length = 3;
      String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      boolean hasData()
      .ucar.gcdm.Data data = 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

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getDataTypeValue

        int getDataTypeValue()
         cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
         
        .ucar.gcdm.DataType data_type = 2;
        Returns:
        The enum numeric value on the wire for dataType.
      • getDataType

        GcdmNetcdfProto.DataType getDataType()
         cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
         
        .ucar.gcdm.DataType data_type = 2;
        Returns:
        The dataType.
      • getLength

        int getLength()
        uint32 length = 3;
        Returns:
        The length.
      • hasData

        boolean hasData()
        .ucar.gcdm.Data data = 4;
        Returns:
        Whether the data field is set.