public static enum Meta.Type extends Enum<Meta.Type>
Enum Constant and Description |
---|
Boolean |
Byte |
Character |
Double |
Float |
Integer |
Long |
Password |
Short |
String |
Modifier and Type | Method and Description |
---|---|
static Meta.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Meta.Type Boolean
public static final Meta.Type Byte
public static final Meta.Type Character
public static final Meta.Type Short
public static final Meta.Type Integer
public static final Meta.Type Long
public static final Meta.Type Float
public static final Meta.Type Double
public static final Meta.Type String
public static final Meta.Type Password
public static Meta.Type[] values()
for (Meta.Type c : Meta.Type.values()) System.out.println(c);
public static Meta.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 © 2015 aQute SARL. All rights reserved.