Interface Model::ParameterClass

IDL source    Global index
interface ParameterClass : TypedElementClass


Attribute index.

  • all_of_kind_parameter
  • all_of_type_parameter
  • Operation index.

  • create_parameter
  • Constant index.

  • parameter_not_an_association
  • Attributes.

  • all_of_kind_parameter

      readonly attribute ParameterUList all_of_kind_parameter;

  • all_of_type_parameter

      readonly attribute ParameterUList all_of_type_parameter;

    Operations.

  • create_parameter

      Parameter create_parameter(in NameType name,
          in AnnotationType annotation,
          in DirectionKind direction,
          in MultiplicityType multiplicity)
        raises(Reflective::ConstraintError, Reflective::SemanticError);

    Constants.

  • parameter_not_an_association

      const string parameter_not_an_association = "::Model::Parameter::parameter_not_an_association";
    


    Generated by Sandia idldoc 1.0.