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