public enum DIContextState extends Enum<DIContextState>
| Enum Constant and Description |
|---|
Failed |
Initializing |
Resolved |
Resolving |
Running |
Starting |
Stopped |
Stopping |
| Modifier and Type | Method and Description |
|---|---|
static DIContextState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DIContextState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DIContextState Initializing
public static final DIContextState Resolving
public static final DIContextState Resolved
public static final DIContextState Running
public static final DIContextState Stopping
public static final DIContextState Stopped
public static final DIContextState Starting
public static final DIContextState Failed
public static DIContextState[] values()
for (DIContextState c : DIContextState.values()) System.out.println(c);
public static DIContextState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Symphony Software Foundation. All rights reserved.