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