|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ServiceRestartResult.ServiceRestartTestResult>
com.ibm.itim.apps.provisioning.ServiceRestartResult.ServiceRestartTestResult
public static enum ServiceRestartResult.ServiceRestartTestResult
Enumeration with values representing the result of the service test operation.
Enum Constant Summary | |
---|---|
FAIL
Test failed. |
|
SUCCESS
Test was successful. |
|
SUCCESS_INSECURE
Test was successful, but the communication is insecure. |
Method Summary | |
---|---|
static ServiceRestartResult.ServiceRestartTestResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ServiceRestartResult.ServiceRestartTestResult[] |
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 |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ServiceRestartResult.ServiceRestartTestResult SUCCESS
public static final ServiceRestartResult.ServiceRestartTestResult SUCCESS_INSECURE
public static final ServiceRestartResult.ServiceRestartTestResult FAIL
Method Detail |
---|
public static ServiceRestartResult.ServiceRestartTestResult[] values()
for (ServiceRestartResult.ServiceRestartTestResult c : ServiceRestartResult.ServiceRestartTestResult.values()) System.out.println(c);
public static ServiceRestartResult.ServiceRestartTestResult 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |