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