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