|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.uml2.AggregationKind
A representation of the literals of the enumeration 'Aggregation Kind', and utility methods for working with them. AggregationKind is an enumeration of the following literal values: � none Indicates that the property has no aggregation. � shared Indicates that the property has a shared aggregation. � composite Indicates that the property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts).
UML2Package.getAggregationKind()
Field Summary | |
static int |
COMPOSITE
The 'Composite' literal value |
static AggregationKind |
COMPOSITE_LITERAL
The 'Composite' literal object |
static String |
copyright
|
static int |
NONE
The 'None' literal value |
static AggregationKind |
NONE_LITERAL
The 'None' literal object |
static int |
SHARED
The 'Shared' literal value |
static AggregationKind |
SHARED_LITERAL
The 'Shared' literal object |
static List |
VALUES
A public read-only list of all the 'Aggregation Kind' enumerators |
Method Summary | |
static AggregationKind |
get(int value)
Returns the 'Aggregation Kind' literal with the specified value |
static AggregationKind |
get(String name)
Returns the 'Aggregation Kind' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
public static final int NONE
NONE_LITERAL
,
Constant Field Valuespublic static final int SHARED
SHARED_LITERAL
,
Constant Field Valuespublic static final int COMPOSITE
COMPOSITE_LITERAL
,
Constant Field Valuespublic static final AggregationKind NONE_LITERAL
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE
public static final AggregationKind SHARED_LITERAL
If the meaning of 'Shared' literal object isn't clear, there really should be more of a description here...
SHARED
public static final AggregationKind COMPOSITE_LITERAL
If the meaning of 'Composite' literal object isn't clear, there really should be more of a description here...
COMPOSITE
public static final List VALUES
Method Detail |
public static AggregationKind get(String name)
public static AggregationKind get(int value)
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |