
UMMF::UML_1_5::Foundation::Core::TemplateParameter --

1.5





UMMF::UML_1_5::Foundation::Core::AssociationClass

UMMF::UML_1_5::Foundation::Core::Element

NO ATTRIBUTES

templateParameter_defaultElement : THIS 0..* <---> defaultElement : UMMF::UML_1_5::Foundation::Core::ModelElement 0..10..1changeableinstance1nonepublicSet::ObjecttemplateParameter_AC : THIS 0..* <---> template : UMMF::UML_1_5::Foundation::Core::ModelElement 11changeableinstance1compositepublicSet::Objecttemplate_AC : THIS 0..1 <---> templateParameter : UMMF::UML_1_5::Foundation::Core::ModelElement 11changeableinstanceordered1nonepublicARRAY
__validate_typeUMMF::UML_1_5::Foundation::Core::TemplateParameter->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Core::TemplateParameter.
__typecheckUMMF::UML_1_5::Foundation::Core::TemplateParameter->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Core::TemplateParameter-__validate_type($value)>> is false.
isaTemplateParameterReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::TemplateParameter. Other receivers will return false.
isaFoundation__Core__TemplateParameterReturns true if receiver is a UMMF::UML_1_5::Foundation::Core::TemplateParameter. Other receivers will return false. This is the fully qualified version of the isaTemplateParameter method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Core::TemplateParameter') for an object or package of this Classifier.
__isAbstract$package->__isAbstract;
Returns 0.
__tangram_schemamy $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::Export::Perl::Tangram
___initializeInitialize all Attributes and AssociationEnds in a instance of this Classifier. Does not initalize slots in its Generalizations.
See also: __initialize.
__initializeInitialize all slots in this Classifier and all its Generalizations.
See also: ___initialize.
__createCalls all <<create>> Methods for this Classifier and all Generalizations.
See also: ___create.
defaultElementmy $val = $obj->defaultElement;
Returns the AssociationEnd defaultElement value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_defaultElement$obj->set_defaultElement($val);
Sets the AssociationEnd defaultElement value. $val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.
add_defaultElement$obj->add_defaultElement($val);
Adds the AssociationEnd defaultElement value. $val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Throws exception if a value already exists. Returns $obj.
remove_defaultElement$obj->remove_defaultElement($val);
Removes the AssociationEnd defaultElement value $val. Returns $obj.
clear_defaultElement$obj->clear_defaultElement;
Clears the AssociationEnd defaultElement links to UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.
count_defaultElement$obj->count_defaultElement;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with defaultElement.
templatemy $val = $obj->template;
Returns the AssociationEnd template value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_template$obj->set_template($val);
Sets the AssociationEnd template value. $val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.
add_template$obj->add_template($val);
Adds the AssociationEnd template value. $val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Throws exception if a value already exists. Returns $obj.
remove_template$obj->remove_template($val);
Removes the AssociationEnd template value $val. Returns $obj.
clear_template$obj->clear_template;
Clears the AssociationEnd template links to UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.
count_template$obj->count_template;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with template.
templateParametermy $val = $obj->templateParameter;
Returns the AssociationEnd templateParameter value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_templateParameter$obj->set_templateParameter($val);
Sets the AssociationEnd templateParameter value. $val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.
add_templateParameter$obj->add_templateParameter($val);
Adds the AssociationEnd templateParameter value. $val must of type UMMF::UML_1_5::Foundation::Core::ModelElement. Throws exception if a value already exists. Returns $obj.
remove_templateParameter$obj->remove_templateParameter($val);
Removes the AssociationEnd templateParameter value $val. Returns $obj.
clear_templateParameter$obj->clear_templateParameter;
Clears the AssociationEnd templateParameter links to UMMF::UML_1_5::Foundation::Core::ModelElement. Returns $obj.
count_templateParameter$obj->count_templateParameter;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with templateParameter.
END OF DOCUMENT