public static enum Tables.CF_Context extends Enum<Tables.CF_Context>
Enum Constant and Description |
---|
CTX_CLASS |
CTX_FIELD |
CTX_INNERCLASS |
CTX_METHOD |
CTX_MODULE |
Modifier and Type | Method and Description |
---|---|
String |
printval() |
int |
val() |
static Tables.CF_Context |
valueOf(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(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 nullpublic int val()
public String printval()
Copyright © 2021. All Rights Reserved.