|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AggregationKind | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of AggregationKind in org.eclipse.uml2.uml |
Fields in org.eclipse.uml2.uml 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.uml that return AggregationKind | |
AggregationKind |
Property.getAggregation()
Returns the value of the 'Aggregation' attribute. |
static AggregationKind |
AggregationKind.get(String literal)
Returns the 'Aggregation Kind' literal with the specified literal value |
static AggregationKind |
AggregationKind.getByName(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 integer value |
Methods in org.eclipse.uml2.uml with parameters of type AggregationKind | |
Association |
Type.createAssociation(boolean end1IsNavigable,
AggregationKind end1Aggregation,
String end1Name,
int end1Lower,
int end1Upper,
Type end1Type,
boolean end2IsNavigable,
AggregationKind end2Aggregation,
String end2Name,
int end2Lower,
int end2Upper)
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 nearest package |
void |
Property.setAggregation(AggregationKind value)
Sets the value of the ' Aggregation ' attribute |
Uses of AggregationKind in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type AggregationKind | |
boolean |
UMLValidator.validateAggregationKind(AggregationKind aggregationKind,
DiagnosticChain diagnostics,
Map context)
|
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |