public final class AssociationType extends Object
| Modifier and Type | Field and Description |
|---|---|
static AssociationType |
ASSOCIATED
Static value Associated for AssociationType.
|
static AssociationType |
CONTAINS
Static value Contains for AssociationType.
|
| Constructor and Description |
|---|
AssociationType(String value)
Creates a custom value for AssociationType.
|
public static final AssociationType ASSOCIATED
public static final AssociationType CONTAINS
public AssociationType(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.
*/