public static enum ParamsFlattener.RomType extends Enum<ParamsFlattener.RomType>
| Enum Constant and Description |
|---|
BOOLEAN |
CT_ENUM |
CT_REGISTER |
DOUBLE |
FLOAT |
INTEGER |
LIST |
LONG |
MAP |
REMOTE_CLASS |
STRING |
VOID |
| Modifier and Type | Method and Description |
|---|---|
static ParamsFlattener.RomType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamsFlattener.RomType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParamsFlattener.RomType VOID
public static final ParamsFlattener.RomType INTEGER
public static final ParamsFlattener.RomType BOOLEAN
public static final ParamsFlattener.RomType FLOAT
public static final ParamsFlattener.RomType DOUBLE
public static final ParamsFlattener.RomType LONG
public static final ParamsFlattener.RomType STRING
public static final ParamsFlattener.RomType CT_ENUM
public static final ParamsFlattener.RomType CT_REGISTER
public static final ParamsFlattener.RomType LIST
public static final ParamsFlattener.RomType REMOTE_CLASS
public static final ParamsFlattener.RomType MAP
public static ParamsFlattener.RomType[] values()
for (ParamsFlattener.RomType c : ParamsFlattener.RomType.values()) System.out.println(c);
public static ParamsFlattener.RomType 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 © 2015 Kurento. All rights reserved.