public final class RelationKind
extends org.eclipse.emf.common.util.AbstractEnumerator
RhapsodyPackage.getRelationKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
AGGREGATION
The 'Aggregation' literal value.
|
static RelationKind |
AGGREGATION_LITERAL
The 'Aggregation' literal object.
|
static int |
ASSOCIATION
The 'Association' literal value.
|
static RelationKind |
ASSOCIATION_LITERAL
The 'Association' literal object.
|
static int |
COMPOSITION
The 'Composition' literal value.
|
static RelationKind |
COMPOSITION_LITERAL
The 'Composition' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static RelationKind |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Relation Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static RelationKind |
get(int value)
Returns the 'Relation Kind' literal with the specified integer value.
|
static RelationKind |
get(java.lang.String literal)
Returns the 'Relation Kind' literal with the specified literal value.
|
static RelationKind |
getByName(java.lang.String name)
Returns the 'Relation Kind' literal with the specified name.
|
public static final int ASSOCIATION
ASSOCIATION_LITERAL
,
Constant Field Valuespublic static final int AGGREGATION
AGGREGATION_LITERAL
,
Constant Field Valuespublic static final int COMPOSITION
COMPOSITION_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final RelationKind ASSOCIATION_LITERAL
ASSOCIATION
public static final RelationKind AGGREGATION_LITERAL
AGGREGATION
public static final RelationKind COMPOSITION_LITERAL
COMPOSITION
public static final RelationKind UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static RelationKind get(java.lang.String literal)
public static RelationKind getByName(java.lang.String name)
public static RelationKind get(int value)