public enum FieldBindType extends Enum<FieldBindType>
| Enum Constant and Description |
|---|
TAOS_FIELD_COL |
TAOS_FIELD_QUERY |
TAOS_FIELD_TAG |
TAOS_FIELD_TBNAME |
| Modifier and Type | Method and Description |
|---|---|
static FieldBindType |
fromValue(int value) |
int |
getValue() |
static FieldBindType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldBindType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldBindType TAOS_FIELD_COL
public static final FieldBindType TAOS_FIELD_TAG
public static final FieldBindType TAOS_FIELD_QUERY
public static final FieldBindType TAOS_FIELD_TBNAME
public static FieldBindType[] values()
for (FieldBindType c : FieldBindType.values()) System.out.println(c);
public static FieldBindType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
public static FieldBindType fromValue(int value)
Copyright © 2025. All rights reserved.