public static enum AssociationDeclaration.Type extends Enum<AssociationDeclaration.Type>
| Enum Constant and Description |
|---|
FromTo |
SourceTarget |
| Modifier and Type | Method and Description |
|---|---|
String |
op() |
static AssociationDeclaration.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationDeclaration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociationDeclaration.Type FromTo
public static final AssociationDeclaration.Type SourceTarget
public static AssociationDeclaration.Type[] values()
for (AssociationDeclaration.Type c : AssociationDeclaration.Type.values()) System.out.println(c);
public static AssociationDeclaration.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String op()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.