| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaTaggedValueisaFoundation__Extension_Mechanisms__TaggedValue__model_name __isAbstract___initialize__initialize__createdataValueset_dataValueadd_dataValueremove_dataValueclear_dataValuecount_dataValuemodelElementset_modelElementadd_modelElementremove_modelElementclear_modelElementcount_modelElementreferenceValueset_referenceValueadd_referenceValueremove_referenceValueclear_referenceValuecount_referenceValuetypeset_typeadd_typeremove_typeclear_typecount_type
UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue --
1.5
dataValue : UMMF::UML_1_5::Foundation::Data_Types::String [0..*]private0..*changeableinstanceunorderedSet::ObjecttaggedValue : THIS 0..* <---> modelElement : UMMF::UML_1_5::Foundation::Core::ModelElement 11changeableinstancenoneprivateSet::ObjectreferenceTag : THIS 0..* <---> referenceValue : UMMF::UML_1_5::Foundation::Core::ModelElement 0..*0..*changeableinstancenonepublicSet::ObjecttypedValue : THIS 0..* <---> type : UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition 11changeableinstancenonepublicSet::Object__validate_typeUMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue->__validate_type($value);
Returns true if $value is a valid representation of UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue.
__typecheckUMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue-__validate_type($value)>> is false.
isaTaggedValueReturns true if receiver is a UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue. Other receivers will return false.
isaFoundation__Extension_Mechanisms__TaggedValueReturns true if receiver is a UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue.
Other receivers will return false.
This is the fully qualified version of the isaTaggedValue method.
__model_name my $name = $obj_or_package->__model_name;
Returns the UML Model name ('Foundation::Extension_Mechanisms::TaggedValue') for an object or package of
this Classifier.
__isAbstract$package->__isAbstract;
Returns 0.
___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.
dataValuemy $array_ref = $obj->dataValue; my @val = $obj->dataValue;
Returns the UMMF::UML_1_5::Foundation::Data_Types::String values of Attribute dataValue.
In list context it returns the list of values.
In scalar context it returns a reference to the list of values.
set_dataValue$obj->set_dataValue(@val);
Sets the values of Attribute dataValue.
The elements of @val must be of type UMMF::UML_1_5::Foundation::Data_Types::String.
Returns $obj.
add_dataValue$obj->add_dataValue(@val);
Adds the values of Attribute dataValue.
The elements of @val must be of type UMMF::UML_1_5::Foundation::Data_Types::String.
Returns $obj.
remove_dataValue$obj->remove_dataValue(@val);
Removes values from Attribute dataValue.
The elements of @val must be of type UMMF::UML_1_5::Foundation::Data_Types::String.
Returns $obj.
clear_dataValue$obj->clear_dataValue;
Removes all values from Attribute dataValue.
Returns $obj.
count_dataValue$obj->count_dataValue;
Returns the number of elements in dataValue.
modelElementmy $val = $obj->modelElement;
Returns the AssociationEnd modelElement value of type UMMF::UML_1_5::Foundation::Core::ModelElement.
set_modelElement$obj->set_modelElement($val);
Sets the AssociationEnd modelElement value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
add_modelElement$obj->add_modelElement($val);
Adds the AssociationEnd modelElement value.
$val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Throws exception if a value already exists.
Returns $obj.
remove_modelElement$obj->remove_modelElement($val);
Removes the AssociationEnd modelElement value $val.
Returns $obj.
clear_modelElement$obj->clear_modelElement;
Clears the AssociationEnd modelElement links to UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
count_modelElement$obj->count_modelElement;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Core::ModelElement associated with modelElement.
referenceValuemy @val = $obj->referenceValue; my $ary_val = $obj->referenceValue;
Returns the AssociationEnd referenceValue values of type UMMF::UML_1_5::Foundation::Core::ModelElement.
In array context, returns all the objects in the Association.
In scalar context, returns an array ref of all the objects in the Association.
set_referenceValue$obj->set_referenceValue(@val);
Sets the AssociationEnd referenceValue value.
Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
add_referenceValue$obj->add_referenceValue(@val);
Adds AssociationEnd referenceValue values.
Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
remove_referenceValue$obj->remove_referenceValue(@val);
Removes the AssociationEnd referenceValue values @val.
Elements of @val must of type UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
clear_referenceValue$obj->clear_referenceValue;
Clears the AssociationEnd referenceValue links to UMMF::UML_1_5::Foundation::Core::ModelElement.
Returns $obj.
count_referenceValue$obj->count_referenceValue;
Returns the number of elements associated with referenceValue.
typemy $val = $obj->type;
Returns the AssociationEnd type value of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition.
set_type$obj->set_type($val);
Sets the AssociationEnd type value.
$val must of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition.
Returns $obj.
add_type$obj->add_type($val);
Adds the AssociationEnd type value.
$val must of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition.
Throws exception if a value already exists.
Returns $obj.
remove_type$obj->remove_type($val);
Removes the AssociationEnd type value $val.
Returns $obj.
clear_type$obj->clear_type;
Clears the AssociationEnd type links to UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition.
Returns $obj.
count_type$obj->count_type;
Returns the number of elements of type UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition associated with type.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |