public static enum KriptonContentValues.ParamType extends Enum<KriptonContentValues.ParamType>
| Enum Constant and Description |
|---|
BOOLEAN |
BYTE |
BYTE_ARRAY |
DOUBLE |
FLOAT |
INTEGER |
LONG |
NULL |
SHORT |
STRING |
| Modifier and Type | Method and Description |
|---|---|
static KriptonContentValues.ParamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KriptonContentValues.ParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KriptonContentValues.ParamType BOOLEAN
public static final KriptonContentValues.ParamType BYTE_ARRAY
public static final KriptonContentValues.ParamType DOUBLE
public static final KriptonContentValues.ParamType FLOAT
public static final KriptonContentValues.ParamType INTEGER
public static final KriptonContentValues.ParamType LONG
public static final KriptonContentValues.ParamType SHORT
public static final KriptonContentValues.ParamType STRING
public static final KriptonContentValues.ParamType NULL
public static final KriptonContentValues.ParamType BYTE
public static KriptonContentValues.ParamType[] values()
for (KriptonContentValues.ParamType c : KriptonContentValues.ParamType.values()) System.out.println(c);
public static KriptonContentValues.ParamType 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 nullCopyright © 2018. All rights reserved.