public static enum AssociationDeclaration.Direction extends Enum<AssociationDeclaration.Direction>
| Modifier and Type | Method and Description |
|---|---|
String |
prefix() |
static AssociationDeclaration.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationDeclaration.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociationDeclaration.Direction Input
public static final AssociationDeclaration.Direction Output
public static AssociationDeclaration.Direction[] values()
for (AssociationDeclaration.Direction c : AssociationDeclaration.Direction.values()) System.out.println(c);
public static AssociationDeclaration.Direction 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 prefix()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.