public static enum Tables.CF_Context extends java.lang.Enum<Tables.CF_Context>
Enum Constant and Description |
---|
CTX_CLASS |
CTX_FIELD |
CTX_INNERCLASS |
CTX_METHOD |
CTX_MODULE |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
printval |
private int |
value |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isOneOf(Tables.CF_Context... items) |
java.lang.String |
printval() |
int |
val() |
static Tables.CF_Context |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.CF_Context[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tables.CF_Context CTX_CLASS
public static final Tables.CF_Context CTX_FIELD
public static final Tables.CF_Context CTX_METHOD
public static final Tables.CF_Context CTX_INNERCLASS
public static final Tables.CF_Context CTX_MODULE
public static Tables.CF_Context[] values()
for (Tables.CF_Context c : Tables.CF_Context.values()) System.out.println(c);
public static Tables.CF_Context 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 nullboolean isOneOf(Tables.CF_Context... items)
public int val()
public java.lang.String printval()