public static enum RelationshipSelectionEvent.ID extends Enum<RelationshipSelectionEvent.ID>
Enum Constant and Description |
---|
RELATIONSHIPS_ADDED
ID used when a relationship was added to the model.
|
RELATIONSHIPS_REMOVED
ID used when a relationship was removed from the model.
|
Modifier and Type | Method and Description |
---|---|
static RelationshipSelectionEvent.ID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipSelectionEvent.ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationshipSelectionEvent.ID RELATIONSHIPS_ADDED
public static final RelationshipSelectionEvent.ID RELATIONSHIPS_REMOVED
public static RelationshipSelectionEvent.ID[] values()
for (RelationshipSelectionEvent.ID c : RelationshipSelectionEvent.ID.values()) System.out.println(c);
public static RelationshipSelectionEvent.ID 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 © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.