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