Enum CCLExtendMode

Enum for different modes.

java.lang.Object

extended byjava.lang.Enum<CCLExtendMode>

extended bycom.microfocus.cics.client.CCLExtendMode

All Implemented Interfaces

Comparable<CCLExtendMode>, Serializable

Class Specifications

public enum CCLExtendMode

extends Enum<CCLExtendMode>

Enum Constant Summary

CCL_BACKOUT

CCL backout

CCL_BACKOUT_88

Backout 88

CCL_CANCEL

CCL cancel

CCL_CANCEL_88

Cancel 88

CCL_COMMIT

CCL commit

CCL_COMMIT_88

Commit 88

CCL_EXTENDED

CCL extended

CCL_EXTENDED_88

Extended 88

CCL_NO_EXTEND

CCL no extend

CCL_NO_EXTEND_88

No exend 88

CCL_SYNCONRETURN_88

Sync on return 88

Methods

Method Summary
static CCLExtendMode valueOf(String name)

Returns the enum constant of this type with the specified name.

static CCLExtendMode[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf, wait, wait
Methods inherited from class java.lang.Object
getClassnotifynotifyAllwait, wait wait

Enum Constant Detail

CCL_BACKOUT
public static final CCLExtendMode CCL_BACKOUT

CCL backout

CCL_BACKOUT_88
public static final CCLExtendMode CCL_BACKOUT_88

Backout 88

CCL_CANCEL
public static final CCLExtendMode CCL_CANCEL

CCL cancel

CCL_CANCEL_88
public static final CCLExtendMode CCL_CANCEL_88

Cancel 88

CCL_COMMIT
public static final CCLExtendMode CCL_COMMIT

CCL commit

CCL_COMMIT_88
public static final CCLExtendMode CCL_COMMIT_88

Commit 88

CCL_EXTENDED
public static final CCLExtendMode CCL_EXTENDED

CCL extended

CCL_EXTENDED_88
public static final CCLExtendMode CCL_EXTENDED_88

Extended 88

CCL_NO_EXTEND
public static final CCLExtendMode CCL_NO_EXTEND

CCL no extend

CCL_NO_EXTEND_88
public static final CCLExtendMode CCL_NO_EXTEND_88

No extend 88

CCL_SYNCONRETURN_88
public static final CCLExtendMode CCL_SYNCONRETURN_88

Sync on return 88

Method Detail

getAbendCode
public String getAbendCode()
Get the abend code.
Returns:
The abend code.
getAbendCodeType
public String AbendCodeType getAbendCodeType()
Get the abend code type.
Returns:
The abend code.