Enum GoogleSheetsUtils.DATA_TYPES

java.lang.Object
java.lang.Enum<GoogleSheetsUtils.DATA_TYPES>
org.apache.drill.exec.store.googlesheets.utils.GoogleSheetsUtils.DATA_TYPES
All Implemented Interfaces:
Serializable, Comparable<GoogleSheetsUtils.DATA_TYPES>
Enclosing class:
GoogleSheetsUtils

public static enum GoogleSheetsUtils.DATA_TYPES extends Enum<GoogleSheetsUtils.DATA_TYPES>
Represents the possible data types found in a GoogleSheets document
  • Enum Constant Details

  • Method Details

    • values

      public static GoogleSheetsUtils.DATA_TYPES[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static GoogleSheetsUtils.DATA_TYPES valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null