|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OrderingKind | |
| org.omg.uml.behavioralelements.collaborations | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of OrderingKind in org.omg.uml.behavioralelements.collaborations |
| Methods in org.omg.uml.behavioralelements.collaborations with parameters of type OrderingKind | |
AssociationEndRole |
AssociationEndRoleClass.createAssociationEndRole(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isNavigable,
OrderingKind ordering,
AggregationKind aggregation,
ScopeKind targetScope,
Multiplicity multiplicity,
ChangeableKind changeability,
Multiplicity collaborationMultiplicity)
Creates an instance object having attributes initialized by the passed values. |
| Uses of OrderingKind in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return OrderingKind | |
OrderingKind |
StructuralFeature.getOrdering()
Returns the value of attribute ordering. |
OrderingKind |
AssociationEnd.getOrdering()
Returns the value of attribute ordering. |
| Methods in org.omg.uml.foundation.core with parameters of type OrderingKind | |
void |
StructuralFeature.setOrdering(OrderingKind newValue)
Sets the value of ordering attribute. |
void |
AssociationEnd.setOrdering(OrderingKind newValue)
Sets the value of ordering attribute. |
Attribute |
AttributeClass.createAttribute(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
Multiplicity multiplicity,
ChangeableKind changeability,
ScopeKind targetScope,
OrderingKind ordering,
Expression initialValue)
Creates an instance object having attributes initialized by the passed values. |
AssociationEnd |
AssociationEndClass.createAssociationEnd(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isNavigable,
OrderingKind ordering,
AggregationKind aggregation,
ScopeKind targetScope,
Multiplicity multiplicity,
ChangeableKind changeability)
Creates an instance object having attributes initialized by the passed values. |
| Uses of OrderingKind in org.omg.uml.foundation.datatypes |
| Classes in org.omg.uml.foundation.datatypes that implement OrderingKind | |
class |
OrderingKindEnum
OrderingKind enumeration class implementation. |
| Methods in org.omg.uml.foundation.datatypes that return OrderingKind | |
static OrderingKind |
OrderingKindEnum.forName(String name)
Translates literal name to correspondent enumeration value. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||