
UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue --

1.5





UMMF::UML_1_5::Foundation::Core::Class

UMMF::UML_1_5::Foundation::Core::ModelElement

dataValue : UMMF::UML_1_5::Foundation::Data_Types::String [0..*]private0..*changeableinstanceunorderedSet::Object
taggedValue : THIS 0..* <---> modelElement : UMMF::UML_1_5::Foundation::Core::ModelElement 11changeableinstance1noneprivateSet::ObjectreferenceTag : THIS 0..* <---> referenceValue : UMMF::UML_1_5::Foundation::Core::ModelElement 0..*0..*changeableinstance1nonepublicSet::ObjecttypedValue : THIS 0..* <---> type : UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition 11changeableinstance1nonepublicSet::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_namemy $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.
__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.
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