public static enum SqwKeys.Categories extends Enum<SqwKeys.Categories>
Enum Constant and Description |
---|
ADMIN |
COMMON |
COMMON_DB |
COMMON_WS |
INSTALL |
INSTALL_LAUNCH |
LAUNCH |
OOZIE_SGE |
SCHEDULE_LAUNCH |
TESTING |
WHITESTAR |
Modifier and Type | Method and Description |
---|---|
String |
getCategoryDescription()
For documentation
|
static SqwKeys.Categories |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqwKeys.Categories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqwKeys.Categories COMMON
public static final SqwKeys.Categories COMMON_WS
public static final SqwKeys.Categories COMMON_DB
public static final SqwKeys.Categories SCHEDULE_LAUNCH
public static final SqwKeys.Categories INSTALL_LAUNCH
public static final SqwKeys.Categories INSTALL
public static final SqwKeys.Categories LAUNCH
public static final SqwKeys.Categories WHITESTAR
public static final SqwKeys.Categories OOZIE_SGE
public static final SqwKeys.Categories ADMIN
public static final SqwKeys.Categories TESTING
public static SqwKeys.Categories[] values()
for (SqwKeys.Categories c : SqwKeys.Categories.values()) System.out.println(c);
public static SqwKeys.Categories 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 String getCategoryDescription()
Copyright © 2015 SeqWare. All rights reserved.