public enum ClojureReflection extends java.lang.Enum<ClojureReflection>
| Modifier and Type | Method and Description |
|---|---|
static ClojureReflection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClojureReflection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClojureReflection silent
public static final ClojureReflection warn
public static final ClojureReflection fail
public static ClojureReflection[] values()
for (ClojureReflection c : ClojureReflection.values()) System.out.println(c);
public static ClojureReflection valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null