public final class Direction extends Object
| Modifier and Type | Field and Description |
|---|---|
static Direction |
INBOUND
Static value Inbound for Direction.
|
static Direction |
OUTBOUND
Static value Outbound for Direction.
|
public static final Direction INBOUND
public static final Direction OUTBOUND
public Direction(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/