public enum R extends java.lang.Enum<R>
OPTIONAL
REQUIRE
static R
valueOf(java.lang.String name)
static R[]
values()
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final R REQUIRE
public static final R OPTIONAL
public static R[] values()
for (R c : R.values()) System.out.println(c);
public static R valueOf(java.lang.String name)
name