public static enum ServiceContext.FOLDERS extends Enum<ServiceContext.FOLDERS>
| Enum Constant and Description |
|---|
ANALYSIS |
CLUSTERS |
IMPORTS |
SERIALIZED |
TABLES |
| Modifier and Type | Method and Description |
|---|---|
static ServiceContext.FOLDERS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceContext.FOLDERS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceContext.FOLDERS SERIALIZED
public static final ServiceContext.FOLDERS CLUSTERS
public static final ServiceContext.FOLDERS IMPORTS
public static final ServiceContext.FOLDERS TABLES
public static final ServiceContext.FOLDERS ANALYSIS
public static ServiceContext.FOLDERS[] values()
for (ServiceContext.FOLDERS c : ServiceContext.FOLDERS.values()) System.out.println(c);
public static ServiceContext.FOLDERS 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.