| Enum Constant and Description |
|---|
BUILDER |
EDITABLE |
EDITABLE_BUILDER |
FLUENT_IMPL |
FLUENT_INTERFACE |
| Modifier and Type | Method and Description |
|---|---|
static ClazzAs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClazzAs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClazzAs FLUENT_INTERFACE
public static final ClazzAs FLUENT_IMPL
public static final ClazzAs BUILDER
public static final ClazzAs EDITABLE_BUILDER
public static final ClazzAs EDITABLE
public static ClazzAs[] values()
for (ClazzAs c : ClazzAs.values()) System.out.println(c);
public static ClazzAs 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 © 2016. All Rights Reserved.