public static enum SpringStateListenerFactory.SpringApplicationListener.SpringState extends Enum<SpringStateListenerFactory.SpringApplicationListener.SpringState>
| Modifier and Type | Method and Description |
|---|---|
static SpringStateListenerFactory.SpringApplicationListener.SpringState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpringStateListenerFactory.SpringApplicationListener.SpringState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpringStateListenerFactory.SpringApplicationListener.SpringState Unknown
public static final SpringStateListenerFactory.SpringApplicationListener.SpringState Waiting
public static final SpringStateListenerFactory.SpringApplicationListener.SpringState Started
public static final SpringStateListenerFactory.SpringApplicationListener.SpringState Failed
public static SpringStateListenerFactory.SpringApplicationListener.SpringState[] values()
for (SpringStateListenerFactory.SpringApplicationListener.SpringState c : SpringStateListenerFactory.SpringApplicationListener.SpringState.values()) System.out.println(c);
public static SpringStateListenerFactory.SpringApplicationListener.SpringState 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 © 2007–2018 The Apache Software Foundation. All rights reserved.