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