Enum Class MxaccessGateway.MxDataType

java.lang.Object
java.lang.Enum<MxaccessGateway.MxDataType>
mxaccess_gateway.v1.MxaccessGateway.MxDataType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<MxaccessGateway.MxDataType>, Constable
Enclosing class:
MxaccessGateway

public static enum MxaccessGateway.MxDataType extends Enum<MxaccessGateway.MxDataType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum mxaccess_gateway.v1.MxDataType
  • Enum Constant Details

  • Field Details

    • MX_DATA_TYPE_UNSPECIFIED_VALUE

      public static final int MX_DATA_TYPE_UNSPECIFIED_VALUE
      MX_DATA_TYPE_UNSPECIFIED = 0;
      See Also:
    • MX_DATA_TYPE_UNKNOWN_VALUE

      public static final int MX_DATA_TYPE_UNKNOWN_VALUE
      MX_DATA_TYPE_UNKNOWN = 1;
      See Also:
    • MX_DATA_TYPE_NO_DATA_VALUE

      public static final int MX_DATA_TYPE_NO_DATA_VALUE
      MX_DATA_TYPE_NO_DATA = 2;
      See Also:
    • MX_DATA_TYPE_BOOLEAN_VALUE

      public static final int MX_DATA_TYPE_BOOLEAN_VALUE
      MX_DATA_TYPE_BOOLEAN = 3;
      See Also:
    • MX_DATA_TYPE_INTEGER_VALUE

      public static final int MX_DATA_TYPE_INTEGER_VALUE
      MX_DATA_TYPE_INTEGER = 4;
      See Also:
    • MX_DATA_TYPE_FLOAT_VALUE

      public static final int MX_DATA_TYPE_FLOAT_VALUE
      MX_DATA_TYPE_FLOAT = 5;
      See Also:
    • MX_DATA_TYPE_DOUBLE_VALUE

      public static final int MX_DATA_TYPE_DOUBLE_VALUE
      MX_DATA_TYPE_DOUBLE = 6;
      See Also:
    • MX_DATA_TYPE_STRING_VALUE

      public static final int MX_DATA_TYPE_STRING_VALUE
      MX_DATA_TYPE_STRING = 7;
      See Also:
    • MX_DATA_TYPE_TIME_VALUE

      public static final int MX_DATA_TYPE_TIME_VALUE
      MX_DATA_TYPE_TIME = 8;
      See Also:
    • MX_DATA_TYPE_ELAPSED_TIME_VALUE

      public static final int MX_DATA_TYPE_ELAPSED_TIME_VALUE
      MX_DATA_TYPE_ELAPSED_TIME = 9;
      See Also:
    • MX_DATA_TYPE_REFERENCE_TYPE_VALUE

      public static final int MX_DATA_TYPE_REFERENCE_TYPE_VALUE
      MX_DATA_TYPE_REFERENCE_TYPE = 10;
      See Also:
    • MX_DATA_TYPE_STATUS_TYPE_VALUE

      public static final int MX_DATA_TYPE_STATUS_TYPE_VALUE
      MX_DATA_TYPE_STATUS_TYPE = 11;
      See Also:
    • MX_DATA_TYPE_ENUM_VALUE

      public static final int MX_DATA_TYPE_ENUM_VALUE
      MX_DATA_TYPE_ENUM = 12;
      See Also:
    • MX_DATA_TYPE_SECURITY_CLASSIFICATION_ENUM_VALUE

      public static final int MX_DATA_TYPE_SECURITY_CLASSIFICATION_ENUM_VALUE
      MX_DATA_TYPE_SECURITY_CLASSIFICATION_ENUM = 13;
      See Also:
    • MX_DATA_TYPE_DATA_QUALITY_TYPE_VALUE

      public static final int MX_DATA_TYPE_DATA_QUALITY_TYPE_VALUE
      MX_DATA_TYPE_DATA_QUALITY_TYPE = 14;
      See Also:
    • MX_DATA_TYPE_QUALIFIED_ENUM_VALUE

      public static final int MX_DATA_TYPE_QUALIFIED_ENUM_VALUE
      MX_DATA_TYPE_QUALIFIED_ENUM = 15;
      See Also:
    • MX_DATA_TYPE_QUALIFIED_STRUCT_VALUE

      public static final int MX_DATA_TYPE_QUALIFIED_STRUCT_VALUE
      MX_DATA_TYPE_QUALIFIED_STRUCT = 16;
      See Also:
    • MX_DATA_TYPE_INTERNATIONALIZED_STRING_VALUE

      public static final int MX_DATA_TYPE_INTERNATIONALIZED_STRING_VALUE
      MX_DATA_TYPE_INTERNATIONALIZED_STRING = 17;
      See Also:
    • MX_DATA_TYPE_BIG_STRING_VALUE

      public static final int MX_DATA_TYPE_BIG_STRING_VALUE
      MX_DATA_TYPE_BIG_STRING = 18;
      See Also:
    • MX_DATA_TYPE_END_VALUE

      public static final int MX_DATA_TYPE_END_VALUE
      MX_DATA_TYPE_END = 19;
      See Also:
  • Method Details

    • values

      public static MxaccessGateway.MxDataType[] 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 MxaccessGateway.MxDataType 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 MxaccessGateway.MxDataType 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 MxaccessGateway.MxDataType 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<MxaccessGateway.MxDataType> 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 com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static MxaccessGateway.MxDataType 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