public static enum AssociationListBuilder.AssociationDirection extends java.lang.Enum<AssociationListBuilder.AssociationDirection>
Modifier and Type | Method and Description |
---|---|
static AssociationListBuilder.AssociationDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssociationListBuilder.AssociationDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociationListBuilder.AssociationDirection SOURCE_OF
public static final AssociationListBuilder.AssociationDirection TARGET_OF
public static AssociationListBuilder.AssociationDirection[] values()
for (AssociationListBuilder.AssociationDirection c : AssociationListBuilder.AssociationDirection.values()) System.out.println(c);
public static AssociationListBuilder.AssociationDirection valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null