public enum AssociationDirection extends Enum<AssociationDirection>
Enum Constant and Description |
---|
BOTH
BOTH specifies any association that either has the given node as target
node or as source node.
|
INBOUND
INBOUND specifies associations which end in the given node (their
target property is set to the given node).
|
OUTBOUND
OUTBOUND specifies associations which originate in the given node (their
source property is set to the given node).
|
Modifier and Type | Method and Description |
---|---|
static AssociationDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociationDirection OUTBOUND
public static final AssociationDirection INBOUND
public static final AssociationDirection BOTH
public static AssociationDirection[] values()
for (AssociationDirection c : AssociationDirection.values()) System.out.println(c);
public static AssociationDirection 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 nullCopyright (C) 2013, 2014 Raphael Dickfelder, Jan Göpfert, Benjamin Paassen, Andreas Stöckel, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/scie