Enum Class DatapointType

java.lang.Object
java.lang.Enum<DatapointType>
com.elide.model.DatapointType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<DatapointType>, Constable

public enum DatapointType extends Enum<DatapointType> implements com.google.protobuf.ProtocolMessageEnum
 Specifies the types an object may use when defining special objects. These types govern how an object is treated,
 listed, and adapted throughout its lifecycle.
 
Protobuf enum elide.model.DatapointType
  • Enum Constant Details

    • OBJECT

      public static final DatapointType OBJECT
       The datamodel represents an object record.
       
      OBJECT = 0;
    • OBJECT_KEY

      public static final DatapointType OBJECT_KEY
       Specifies that this datapoint type is a record key.
       
      OBJECT_KEY = 1;
    • EVENT

      public static final DatapointType EVENT
       The datamodel represents an event type.
       
      EVENT = 2;
    • TABLE

      public static final DatapointType TABLE
       The datamodel represents a table.
       
      TABLE = 3;
    • WIRE

      public static final DatapointType WIRE
       The datamodel represents a wire object.
       
      WIRE = 4;
    • HASH

      public static final DatapointType HASH
       The datamodel represents a hash pre-image.
       
      HASH = 5;
    • UNRECOGNIZED

      public static final DatapointType UNRECOGNIZED
  • Field Details

    • OBJECT_VALUE

      public static final int OBJECT_VALUE
       The datamodel represents an object record.
       
      OBJECT = 0;
      See Also:
    • OBJECT_KEY_VALUE

      public static final int OBJECT_KEY_VALUE
       Specifies that this datapoint type is a record key.
       
      OBJECT_KEY = 1;
      See Also:
    • EVENT_VALUE

      public static final int EVENT_VALUE
       The datamodel represents an event type.
       
      EVENT = 2;
      See Also:
    • TABLE_VALUE

      public static final int TABLE_VALUE
       The datamodel represents a table.
       
      TABLE = 3;
      See Also:
    • WIRE_VALUE

      public static final int WIRE_VALUE
       The datamodel represents a wire object.
       
      WIRE = 4;
      See Also:
    • HASH_VALUE

      public static final int HASH_VALUE
       The datamodel represents a hash pre-image.
       
      HASH = 5;
      See Also:
  • Method Details

    • values

      public static DatapointType[] 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 DatapointType 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 DatapointType 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 DatapointType 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<DatapointType> 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 DatapointType 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