| Modifier and Type | Field and Description |
|---|---|
static RouteType |
RouteType.DEFAULT
Static value DEFAULT for RouteType.
|
static RouteType |
RouteType.INHERITED
Static value INHERITED for RouteType.
|
static RouteType |
RouteType.STATIC
Static value STATIC for RouteType.
|
| Modifier and Type | Method and Description |
|---|---|
static RouteType |
RouteType.fromString(String name)
Creates or finds a RouteType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<RouteType> |
RouteType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/