Package gql

Enum Class GqlTypes.GqlType

All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<GqlTypes.GqlType>, Constable
Enclosing class:
GqlTypes

public static enum GqlTypes.GqlType extends Enum<GqlTypes.GqlType> implements com.google.protobuf.ProtocolMessageEnum
 GQL type enumeration covering all types from ISO/IEC 39075.
 
Protobuf enum gql.GqlType
  • Enum Constant Details

    • TYPE_UNKNOWN

      public static final GqlTypes.GqlType TYPE_UNKNOWN
      TYPE_UNKNOWN = 0;
    • TYPE_NULL

      public static final GqlTypes.GqlType TYPE_NULL
      TYPE_NULL = 1;
    • TYPE_BOOLEAN

      public static final GqlTypes.GqlType TYPE_BOOLEAN
      TYPE_BOOLEAN = 2;
    • TYPE_INT8

      public static final GqlTypes.GqlType TYPE_INT8
       Signed integers
       
      TYPE_INT8 = 10;
    • TYPE_INT16

      public static final GqlTypes.GqlType TYPE_INT16
      TYPE_INT16 = 11;
    • TYPE_INT32

      public static final GqlTypes.GqlType TYPE_INT32
      TYPE_INT32 = 12;
    • TYPE_INT64

      public static final GqlTypes.GqlType TYPE_INT64
      TYPE_INT64 = 13;
    • TYPE_INT128

      public static final GqlTypes.GqlType TYPE_INT128
      TYPE_INT128 = 14;
    • TYPE_INT256

      public static final GqlTypes.GqlType TYPE_INT256
      TYPE_INT256 = 15;
    • TYPE_UINT8

      public static final GqlTypes.GqlType TYPE_UINT8
       Unsigned integers
       
      TYPE_UINT8 = 20;
    • TYPE_UINT16

      public static final GqlTypes.GqlType TYPE_UINT16
      TYPE_UINT16 = 21;
    • TYPE_UINT32

      public static final GqlTypes.GqlType TYPE_UINT32
      TYPE_UINT32 = 22;
    • TYPE_UINT64

      public static final GqlTypes.GqlType TYPE_UINT64
      TYPE_UINT64 = 23;
    • TYPE_UINT128

      public static final GqlTypes.GqlType TYPE_UINT128
      TYPE_UINT128 = 24;
    • TYPE_UINT256

      public static final GqlTypes.GqlType TYPE_UINT256
      TYPE_UINT256 = 25;
    • TYPE_FLOAT16

      public static final GqlTypes.GqlType TYPE_FLOAT16
       Floating point
       
      TYPE_FLOAT16 = 30;
    • TYPE_FLOAT32

      public static final GqlTypes.GqlType TYPE_FLOAT32
      TYPE_FLOAT32 = 31;
    • TYPE_FLOAT64

      public static final GqlTypes.GqlType TYPE_FLOAT64
      TYPE_FLOAT64 = 32;
    • TYPE_FLOAT128

      public static final GqlTypes.GqlType TYPE_FLOAT128
      TYPE_FLOAT128 = 33;
    • TYPE_FLOAT256

      public static final GqlTypes.GqlType TYPE_FLOAT256
      TYPE_FLOAT256 = 34;
    • TYPE_DECIMAL

      public static final GqlTypes.GqlType TYPE_DECIMAL
       Decimal
       
      TYPE_DECIMAL = 40;
    • TYPE_STRING

      public static final GqlTypes.GqlType TYPE_STRING
       String / bytes
       
      TYPE_STRING = 50;
    • TYPE_BYTES

      public static final GqlTypes.GqlType TYPE_BYTES
      TYPE_BYTES = 60;
    • TYPE_DATE

      public static final GqlTypes.GqlType TYPE_DATE
       Temporal
       
      TYPE_DATE = 70;
    • TYPE_LOCAL_TIME

      public static final GqlTypes.GqlType TYPE_LOCAL_TIME
      TYPE_LOCAL_TIME = 71;
    • TYPE_ZONED_TIME

      public static final GqlTypes.GqlType TYPE_ZONED_TIME
      TYPE_ZONED_TIME = 72;
    • TYPE_LOCAL_DATETIME

      public static final GqlTypes.GqlType TYPE_LOCAL_DATETIME
      TYPE_LOCAL_DATETIME = 73;
    • TYPE_ZONED_DATETIME

      public static final GqlTypes.GqlType TYPE_ZONED_DATETIME
      TYPE_ZONED_DATETIME = 74;
    • TYPE_DURATION

      public static final GqlTypes.GqlType TYPE_DURATION
      TYPE_DURATION = 75;
    • TYPE_LIST

      public static final GqlTypes.GqlType TYPE_LIST
       Constructed
       
      TYPE_LIST = 80;
    • TYPE_RECORD

      public static final GqlTypes.GqlType TYPE_RECORD
      TYPE_RECORD = 81;
    • TYPE_PATH

      public static final GqlTypes.GqlType TYPE_PATH
      TYPE_PATH = 82;
    • TYPE_NODE

      public static final GqlTypes.GqlType TYPE_NODE
       Graph elements
       
      TYPE_NODE = 90;
    • TYPE_EDGE

      public static final GqlTypes.GqlType TYPE_EDGE
      TYPE_EDGE = 91;
    • TYPE_ANY

      public static final GqlTypes.GqlType TYPE_ANY
       Dynamic
       
      TYPE_ANY = 110;
    • TYPE_PROPERTY_VALUE

      public static final GqlTypes.GqlType TYPE_PROPERTY_VALUE
      TYPE_PROPERTY_VALUE = 111;
    • UNRECOGNIZED

      public static final GqlTypes.GqlType UNRECOGNIZED
  • Field Details

    • TYPE_UNKNOWN_VALUE

      public static final int TYPE_UNKNOWN_VALUE
      TYPE_UNKNOWN = 0;
      See Also:
    • TYPE_NULL_VALUE

      public static final int TYPE_NULL_VALUE
      TYPE_NULL = 1;
      See Also:
    • TYPE_BOOLEAN_VALUE

      public static final int TYPE_BOOLEAN_VALUE
      TYPE_BOOLEAN = 2;
      See Also:
    • TYPE_INT8_VALUE

      public static final int TYPE_INT8_VALUE
       Signed integers
       
      TYPE_INT8 = 10;
      See Also:
    • TYPE_INT16_VALUE

      public static final int TYPE_INT16_VALUE
      TYPE_INT16 = 11;
      See Also:
    • TYPE_INT32_VALUE

      public static final int TYPE_INT32_VALUE
      TYPE_INT32 = 12;
      See Also:
    • TYPE_INT64_VALUE

      public static final int TYPE_INT64_VALUE
      TYPE_INT64 = 13;
      See Also:
    • TYPE_INT128_VALUE

      public static final int TYPE_INT128_VALUE
      TYPE_INT128 = 14;
      See Also:
    • TYPE_INT256_VALUE

      public static final int TYPE_INT256_VALUE
      TYPE_INT256 = 15;
      See Also:
    • TYPE_UINT8_VALUE

      public static final int TYPE_UINT8_VALUE
       Unsigned integers
       
      TYPE_UINT8 = 20;
      See Also:
    • TYPE_UINT16_VALUE

      public static final int TYPE_UINT16_VALUE
      TYPE_UINT16 = 21;
      See Also:
    • TYPE_UINT32_VALUE

      public static final int TYPE_UINT32_VALUE
      TYPE_UINT32 = 22;
      See Also:
    • TYPE_UINT64_VALUE

      public static final int TYPE_UINT64_VALUE
      TYPE_UINT64 = 23;
      See Also:
    • TYPE_UINT128_VALUE

      public static final int TYPE_UINT128_VALUE
      TYPE_UINT128 = 24;
      See Also:
    • TYPE_UINT256_VALUE

      public static final int TYPE_UINT256_VALUE
      TYPE_UINT256 = 25;
      See Also:
    • TYPE_FLOAT16_VALUE

      public static final int TYPE_FLOAT16_VALUE
       Floating point
       
      TYPE_FLOAT16 = 30;
      See Also:
    • TYPE_FLOAT32_VALUE

      public static final int TYPE_FLOAT32_VALUE
      TYPE_FLOAT32 = 31;
      See Also:
    • TYPE_FLOAT64_VALUE

      public static final int TYPE_FLOAT64_VALUE
      TYPE_FLOAT64 = 32;
      See Also:
    • TYPE_FLOAT128_VALUE

      public static final int TYPE_FLOAT128_VALUE
      TYPE_FLOAT128 = 33;
      See Also:
    • TYPE_FLOAT256_VALUE

      public static final int TYPE_FLOAT256_VALUE
      TYPE_FLOAT256 = 34;
      See Also:
    • TYPE_DECIMAL_VALUE

      public static final int TYPE_DECIMAL_VALUE
       Decimal
       
      TYPE_DECIMAL = 40;
      See Also:
    • TYPE_STRING_VALUE

      public static final int TYPE_STRING_VALUE
       String / bytes
       
      TYPE_STRING = 50;
      See Also:
    • TYPE_BYTES_VALUE

      public static final int TYPE_BYTES_VALUE
      TYPE_BYTES = 60;
      See Also:
    • TYPE_DATE_VALUE

      public static final int TYPE_DATE_VALUE
       Temporal
       
      TYPE_DATE = 70;
      See Also:
    • TYPE_LOCAL_TIME_VALUE

      public static final int TYPE_LOCAL_TIME_VALUE
      TYPE_LOCAL_TIME = 71;
      See Also:
    • TYPE_ZONED_TIME_VALUE

      public static final int TYPE_ZONED_TIME_VALUE
      TYPE_ZONED_TIME = 72;
      See Also:
    • TYPE_LOCAL_DATETIME_VALUE

      public static final int TYPE_LOCAL_DATETIME_VALUE
      TYPE_LOCAL_DATETIME = 73;
      See Also:
    • TYPE_ZONED_DATETIME_VALUE

      public static final int TYPE_ZONED_DATETIME_VALUE
      TYPE_ZONED_DATETIME = 74;
      See Also:
    • TYPE_DURATION_VALUE

      public static final int TYPE_DURATION_VALUE
      TYPE_DURATION = 75;
      See Also:
    • TYPE_LIST_VALUE

      public static final int TYPE_LIST_VALUE
       Constructed
       
      TYPE_LIST = 80;
      See Also:
    • TYPE_RECORD_VALUE

      public static final int TYPE_RECORD_VALUE
      TYPE_RECORD = 81;
      See Also:
    • TYPE_PATH_VALUE

      public static final int TYPE_PATH_VALUE
      TYPE_PATH = 82;
      See Also:
    • TYPE_NODE_VALUE

      public static final int TYPE_NODE_VALUE
       Graph elements
       
      TYPE_NODE = 90;
      See Also:
    • TYPE_EDGE_VALUE

      public static final int TYPE_EDGE_VALUE
      TYPE_EDGE = 91;
      See Also:
    • TYPE_ANY_VALUE

      public static final int TYPE_ANY_VALUE
       Dynamic
       
      TYPE_ANY = 110;
      See Also:
    • TYPE_PROPERTY_VALUE_VALUE

      public static final int TYPE_PROPERTY_VALUE_VALUE
      TYPE_PROPERTY_VALUE = 111;
      See Also:
  • Method Details

    • values

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

      public static GqlTypes.GqlType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static GqlTypes.GqlType valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static GqlTypes.GqlType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<GqlTypes.GqlType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static GqlTypes.GqlType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null