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