public static enum Context.Library extends Enum<Context.Library>
Modifier and Type | Method and Description |
---|---|
static Context.Library |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.Library[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Context.Library EXP_TEST
public static final Context.Library FILTER
public static final Context.Library FUNCTION
public static final Context.Library TAG
public static Context.Library[] values()
for (Context.Library c : Context.Library.values()) System.out.println(c);
public static Context.Library 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 © 2017. All rights reserved.