Interface Model::AssociationEnd

IDL source    Global index
interface AssociationEnd : AssociationEndClass, ModelElement


Operation index.

  • aggregation
  • is_navigable
  • multiplicity
  • other_end
  • set_aggregation
  • set_is_navigable
  • set_multiplicity
  • set_other_end
  • Operations.

  • aggregation

      AggregationKind aggregation()
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • is_navigable

      boolean is_navigable()
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • multiplicity

      MultiplicityType multiplicity()
        raises(Reflective::StructuralError, Reflective::ConstraintError, Reflective::SemanticError);

  • other_end

      AssociationEnd other_end()
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • set_aggregation

      void set_aggregation(in AggregationKind new_value)
        raises(Reflective::SemanticError);

  • set_is_navigable

      void set_is_navigable(in boolean new_value)
        raises(Reflective::SemanticError);

  • set_multiplicity

      void set_multiplicity(in MultiplicityType new_value)
        raises(Reflective::ConstraintError, Reflective::SemanticError);

  • set_other_end

      void set_other_end(in AssociationEnd new_value)
        raises(Reflective::SemanticError);


    Generated by Sandia idldoc 1.0.