public enum FeildBindType extends Enum<FeildBindType>
| Enum Constant and Description |
|---|
TAOS_FIELD_COL |
TAOS_FIELD_QUERY |
TAOS_FIELD_TAG |
TAOS_FIELD_TBNAME |
| Modifier and Type | Method and Description |
|---|---|
static FeildBindType |
fromValue(int value) |
int |
getValue() |
static FeildBindType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeildBindType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeildBindType TAOS_FIELD_COL
public static final FeildBindType TAOS_FIELD_TAG
public static final FeildBindType TAOS_FIELD_QUERY
public static final FeildBindType TAOS_FIELD_TBNAME
public static FeildBindType[] values()
for (FeildBindType c : FeildBindType.values()) System.out.println(c);
public static FeildBindType 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 FeildBindType fromValue(int value)
Copyright © 2025. All rights reserved.