public static enum LinkManager.Phase extends Enum<LinkManager.Phase>
| Enum Constant and Description |
|---|
LINK_ASSOCIATIONS
The association linking phase.
|
LINK_DEPENDENCIES
The dependency linking phase.
|
LINK_ELEMENT_COLLECTIONS
The element collection phase.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkManager.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkManager.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkManager.Phase LINK_ASSOCIATIONS
public static final LinkManager.Phase LINK_ELEMENT_COLLECTIONS
public static final LinkManager.Phase LINK_DEPENDENCIES
public static LinkManager.Phase[] values()
for (LinkManager.Phase c : LinkManager.Phase.values()) System.out.println(c);
public static LinkManager.Phase 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 © 2012 Batoo Software & Consultancy. All Rights Reserved.