public enum BBjAdminType extends java.lang.Enum<BBjAdminType>
Enum Constant and Description |
---|
BOOLEAN |
DOUBLE |
INTEGER |
LIST |
LONG |
STRING |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static BBjAdminType |
getInstance(java.lang.Class<?> p_type)
Returns an instance of BBjAdminType given an equivalent Java type.
|
static java.lang.String |
getTypeName(BBjAdminType p_type)
Returns a readable type name as a string for the specified type.
|
static BBjAdminType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BBjAdminType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BBjAdminType UNKNOWN
public static final BBjAdminType STRING
public static final BBjAdminType INTEGER
public static final BBjAdminType LONG
public static final BBjAdminType BOOLEAN
public static final BBjAdminType DOUBLE
public static final BBjAdminType LIST
public static BBjAdminType[] values()
for (BBjAdminType c : BBjAdminType.values()) System.out.println(c);
public static BBjAdminType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.lang.String getTypeName(BBjAdminType p_type)
p_type
- public static BBjAdminType getInstance(java.lang.Class<?> p_type)
p_type
-