|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ChangeableKind | |
| org.omg.uml.behavioralelements.collaborations | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of ChangeableKind in org.omg.uml.behavioralelements.collaborations |
| Methods in org.omg.uml.behavioralelements.collaborations with parameters of type ChangeableKind | |
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 ChangeableKind in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return ChangeableKind | |
ChangeableKind |
StructuralFeature.getChangeability()
Returns the value of attribute changeability. |
ChangeableKind |
AssociationEnd.getChangeability()
Returns the value of attribute changeability. |
| Methods in org.omg.uml.foundation.core with parameters of type ChangeableKind | |
void |
StructuralFeature.setChangeability(ChangeableKind newValue)
Sets the value of changeability attribute. |
void |
AssociationEnd.setChangeability(ChangeableKind newValue)
Sets the value of changeability 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 ChangeableKind in org.omg.uml.foundation.datatypes |
| Classes in org.omg.uml.foundation.datatypes that implement ChangeableKind | |
class |
ChangeableKindEnum
ChangeableKind enumeration class implementation. |
| Methods in org.omg.uml.foundation.datatypes that return ChangeableKind | |
static ChangeableKind |
ChangeableKindEnum.forName(String name)
Translates literal name to correspondent enumeration value. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||