public final class EffectiveRouteState extends ExpandableStringEnum<EffectiveRouteState>
Modifier and Type | Field and Description |
---|---|
static EffectiveRouteState |
ACTIVE
Static value Active for EffectiveRouteState.
|
static EffectiveRouteState |
INVALID
Static value Invalid for EffectiveRouteState.
|
Constructor and Description |
---|
EffectiveRouteState() |
Modifier and Type | Method and Description |
---|---|
static EffectiveRouteState |
fromString(String name)
Creates or finds a EffectiveRouteState from its string representation.
|
static Collection<EffectiveRouteState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final EffectiveRouteState ACTIVE
public static final EffectiveRouteState INVALID
public static EffectiveRouteState fromString(String name)
name
- a name to look forpublic static Collection<EffectiveRouteState> values()
Copyright © 2019. All rights reserved.