Interface Model::AssociationEnd
IDL source Global index
interface AssociationEnd : AssociationEndClass, ModelElement
- aggregation
- is_navigable
- multiplicity
- other_end
- set_aggregation
- set_is_navigable
- set_multiplicity
- set_other_end
AggregationKind aggregation()
raises(Reflective::StructuralError, Reflective::SemanticError);
-
boolean is_navigable()
raises(Reflective::StructuralError, Reflective::SemanticError);
-
MultiplicityType multiplicity()
raises(Reflective::StructuralError, Reflective::ConstraintError, Reflective::SemanticError);
-
AssociationEnd other_end()
raises(Reflective::StructuralError, Reflective::SemanticError);
-
void set_aggregation(in AggregationKind new_value)
raises(Reflective::SemanticError);
-
void set_is_navigable(in boolean new_value)
raises(Reflective::SemanticError);
-
void set_multiplicity(in MultiplicityType new_value)
raises(Reflective::ConstraintError, Reflective::SemanticError);
-
void set_other_end(in AssociationEnd new_value)
raises(Reflective::SemanticError);
-
Generated by Sandia idldoc 1.0.