public static enum TopicBasedTrafficNetworkIdRoutesStore.State extends Enum<TopicBasedTrafficNetworkIdRoutesStore.State>
Enum Constant and Description |
---|
CLOSED |
FAILED_TO_START |
NOT_ENABLED |
NOT_STARTED |
RUNNING |
STARTING |
Modifier and Type | Method and Description |
---|---|
static TopicBasedTrafficNetworkIdRoutesStore.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicBasedTrafficNetworkIdRoutesStore.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicBasedTrafficNetworkIdRoutesStore.State NOT_STARTED
public static final TopicBasedTrafficNetworkIdRoutesStore.State NOT_ENABLED
public static final TopicBasedTrafficNetworkIdRoutesStore.State STARTING
public static final TopicBasedTrafficNetworkIdRoutesStore.State RUNNING
public static final TopicBasedTrafficNetworkIdRoutesStore.State CLOSED
public static final TopicBasedTrafficNetworkIdRoutesStore.State FAILED_TO_START
public static TopicBasedTrafficNetworkIdRoutesStore.State[] values()
for (TopicBasedTrafficNetworkIdRoutesStore.State c : TopicBasedTrafficNetworkIdRoutesStore.State.values()) System.out.println(c);
public static TopicBasedTrafficNetworkIdRoutesStore.State 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 null