public static enum IZosWorkLoad.GoalTypeValue extends java.lang.Enum<IZosWorkLoad.GoalTypeValue> implements ICICSEnum
ICICSEnum.Direction| Enum Constant and Description |
|---|
_UNEXPECTED |
_UNSPECIFIED |
_UNSUPPORTED |
DISCRETIONRY |
NOTAPPLIC |
SYSTEM |
VELOCITY |
| Modifier and Type | Method and Description |
|---|---|
ICICSEnum.Direction |
getDirection() |
boolean |
isSpecialValue() |
java.lang.String |
toString() |
static IZosWorkLoad.GoalTypeValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IZosWorkLoad.GoalTypeValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IZosWorkLoad.GoalTypeValue DISCRETIONRY
public static final IZosWorkLoad.GoalTypeValue NOTAPPLIC
public static final IZosWorkLoad.GoalTypeValue SYSTEM
public static final IZosWorkLoad.GoalTypeValue VELOCITY
public static final IZosWorkLoad.GoalTypeValue _UNSPECIFIED
public static final IZosWorkLoad.GoalTypeValue _UNSUPPORTED
public static final IZosWorkLoad.GoalTypeValue _UNEXPECTED
public static IZosWorkLoad.GoalTypeValue[] values()
for (IZosWorkLoad.GoalTypeValue c : IZosWorkLoad.GoalTypeValue.values()) System.out.println(c);
public static IZosWorkLoad.GoalTypeValue 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 nullpublic boolean isSpecialValue()
isSpecialValue in interface ICICSEnumpublic ICICSEnum.Direction getDirection()
getDirection in interface ICICSEnumpublic java.lang.String toString()
toString in class java.lang.Enum<IZosWorkLoad.GoalTypeValue>Copyright ? 2008-2015 IBM Corp. All Rights Reserved.