public static enum ParType.T extends Enum<ParType.T>
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
transform() |
static ParType.T |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParType.T[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParType.T TEXT
public static final ParType.T BOOLEAN
public static final ParType.T NUMBER
public static final ParType.T DATE
public static ParType.T[] values()
for (ParType.T c : ParType.T.values()) System.out.println(c);
public static ParType.T 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 nullprotected Class<?> transform()
Copyright © 2012–2018. All rights reserved.