public static enum ICompletedTask.TransOriginTypeValue extends java.lang.Enum<ICompletedTask.TransOriginTypeValue> implements ICICSEnum
ICICSEnum.Direction
Enum Constant and Description |
---|
_UNEXPECTED |
_UNSPECIFIED |
_UNSUPPORTED |
BRIDGE |
ECI |
IIOP |
IIRQRECVR |
LU61 |
LU62 |
MRO |
NONE |
RRS |
RZSTTRPT |
SCHEDULED |
SOCKET |
START |
TDQUEUE |
TERMINAL |
TERMSTART |
WEB |
XMRUN |
Modifier and Type | Method and Description |
---|---|
ICICSEnum.Direction |
getDirection() |
boolean |
isSpecialValue() |
java.lang.String |
toString() |
static ICompletedTask.TransOriginTypeValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICompletedTask.TransOriginTypeValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICompletedTask.TransOriginTypeValue BRIDGE
public static final ICompletedTask.TransOriginTypeValue ECI
public static final ICompletedTask.TransOriginTypeValue IIOP
public static final ICompletedTask.TransOriginTypeValue IIRQRECVR
public static final ICompletedTask.TransOriginTypeValue LU61
public static final ICompletedTask.TransOriginTypeValue LU62
public static final ICompletedTask.TransOriginTypeValue MRO
public static final ICompletedTask.TransOriginTypeValue NONE
public static final ICompletedTask.TransOriginTypeValue RRS
public static final ICompletedTask.TransOriginTypeValue RZSTTRPT
public static final ICompletedTask.TransOriginTypeValue SCHEDULED
public static final ICompletedTask.TransOriginTypeValue SOCKET
public static final ICompletedTask.TransOriginTypeValue START
public static final ICompletedTask.TransOriginTypeValue TDQUEUE
public static final ICompletedTask.TransOriginTypeValue TERMINAL
public static final ICompletedTask.TransOriginTypeValue TERMSTART
public static final ICompletedTask.TransOriginTypeValue WEB
public static final ICompletedTask.TransOriginTypeValue XMRUN
public static final ICompletedTask.TransOriginTypeValue _UNSPECIFIED
public static final ICompletedTask.TransOriginTypeValue _UNSUPPORTED
public static final ICompletedTask.TransOriginTypeValue _UNEXPECTED
public static ICompletedTask.TransOriginTypeValue[] values()
for (ICompletedTask.TransOriginTypeValue c : ICompletedTask.TransOriginTypeValue.values()) System.out.println(c);
public static ICompletedTask.TransOriginTypeValue 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<ICompletedTask.TransOriginTypeValue>
Copyright © 2008-2013 IBM Corp. All Rights Reserved.