public static enum IProgram.CurrentLocationValue extends java.lang.Enum<IProgram.CurrentLocationValue> implements ICICSEnum
ICICSEnum.Direction
Enum Constant and Description |
---|
_UNEXPECTED |
_UNSPECIFIED |
_UNSUPPORTED |
CDSA |
DSA |
ECDSA |
EDSA |
ELPA |
ERDSA |
ESDSA |
EUDSA |
LPA |
NOCOPY |
RDSA |
SDSA |
UDSA |
Modifier and Type | Method and Description |
---|---|
ICICSEnum.Direction |
getDirection() |
boolean |
isSpecialValue() |
java.lang.String |
toString() |
static IProgram.CurrentLocationValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IProgram.CurrentLocationValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IProgram.CurrentLocationValue CDSA
public static final IProgram.CurrentLocationValue DSA
public static final IProgram.CurrentLocationValue ECDSA
public static final IProgram.CurrentLocationValue EDSA
public static final IProgram.CurrentLocationValue ELPA
public static final IProgram.CurrentLocationValue ERDSA
public static final IProgram.CurrentLocationValue ESDSA
public static final IProgram.CurrentLocationValue EUDSA
public static final IProgram.CurrentLocationValue LPA
public static final IProgram.CurrentLocationValue NOCOPY
public static final IProgram.CurrentLocationValue RDSA
public static final IProgram.CurrentLocationValue SDSA
public static final IProgram.CurrentLocationValue UDSA
public static final IProgram.CurrentLocationValue _UNSPECIFIED
public static final IProgram.CurrentLocationValue _UNSUPPORTED
public static final IProgram.CurrentLocationValue _UNEXPECTED
public static IProgram.CurrentLocationValue[] values()
for (IProgram.CurrentLocationValue c : IProgram.CurrentLocationValue.values()) System.out.println(c);
public static IProgram.CurrentLocationValue 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.CurrentLocationValue>
Copyright © 2008-2013 IBM Corp. All Rights Reserved.