|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationKind | |
org.eclipse.uml2 |
Uses of AggregationKind in org.eclipse.uml2 |
Fields in org.eclipse.uml2 declared as AggregationKind | |
static AggregationKind |
AggregationKind.NONE_LITERAL
The 'None' literal object |
static AggregationKind |
AggregationKind.SHARED_LITERAL
The 'Shared' literal object |
static AggregationKind |
AggregationKind.COMPOSITE_LITERAL
The 'Composite' literal object |
Methods in org.eclipse.uml2 that return AggregationKind | |
AggregationKind |
Property.getAggregation()
Returns the value of the 'Aggregation' attribute. |
static AggregationKind |
AggregationKind.get(String name)
Returns the 'Aggregation Kind' literal with the specified name |
static AggregationKind |
AggregationKind.get(int value)
Returns the 'Aggregation Kind' literal with the specified value |
Methods in org.eclipse.uml2 with parameters of type AggregationKind | |
Association |
Type.createAssociation(boolean thisEndIsNavigable,
AggregationKind thisEndAggregation,
String thisEndName,
int thisEndLowerBound,
int thisEndUpperBound,
Type otherType,
boolean otherEndIsNavigable,
AggregationKind otherEndAggregation,
String otherEndName,
int otherEndLowerBound,
int otherEndUpperBound)
Creates a(n) (binary) association between this type and the specified other type, with the specified navigabilities, aggregations, names, lower bounds, and upper bounds, and owned by this type's package. |
void |
Property.setAggregation(AggregationKind value)
Sets the value of the ' Aggregation ' attribute |
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |