public enum BangDBJsonDataType extends Enum<BangDBJsonDataType>
| Enum Constant and Description |
|---|
ARRAYTYPE |
BOOLTYPE |
DOUBLETYPE |
FALSETYPE |
INTTYPE |
INVALIDTYPE |
LONGTYPE |
NULLTYPE |
NUMBERTYPE |
OBJECTTYPE |
STRINGTYPE |
TRUETYPE |
UINTTYPE |
ULONGTYPE |
| Modifier and Type | Method and Description |
|---|---|
static BangDBJsonDataType |
fromInt(int e) |
static int |
toInt(int ordinal) |
static BangDBJsonDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BangDBJsonDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BangDBJsonDataType NULLTYPE
public static final BangDBJsonDataType FALSETYPE
public static final BangDBJsonDataType TRUETYPE
public static final BangDBJsonDataType OBJECTTYPE
public static final BangDBJsonDataType ARRAYTYPE
public static final BangDBJsonDataType STRINGTYPE
public static final BangDBJsonDataType NUMBERTYPE
public static final BangDBJsonDataType INTTYPE
public static final BangDBJsonDataType UINTTYPE
public static final BangDBJsonDataType LONGTYPE
public static final BangDBJsonDataType ULONGTYPE
public static final BangDBJsonDataType DOUBLETYPE
public static final BangDBJsonDataType BOOLTYPE
public static final BangDBJsonDataType INVALIDTYPE
public static BangDBJsonDataType[] values()
for (BangDBJsonDataType c : BangDBJsonDataType.values()) System.out.println(c);
public static BangDBJsonDataType 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 static BangDBJsonDataType fromInt(int e)
public static int toInt(int ordinal)
Copyright © 2021. All rights reserved.