
UMMF::MOF_1_4_1::Model::Tag --

1.4.1





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

UMMF::MOF_1_4_1::Model::ModelElement

tagId : UMMF::MOF_1_4_1::Model::Stringprivate1changeableinstanceunorderedSet::Objectvalues : UMMF::MOF_1_4_1::Model::String [0..*]private0..*changeableinstanceunorderedSet::Object
tag : THIS 0..* <---> modelElement : UMMF::MOF_1_4_1::Model::ModelElement 1..*1..*changeableinstance1nonepublicSet::Object
__validate_typeUMMF::MOF_1_4_1::Model::Tag->__validate_type($value);
Returns true if $value is a valid representation of UMMF::MOF_1_4_1::Model::Tag.
__typecheckUMMF::MOF_1_4_1::Model::Tag->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::MOF_1_4_1::Model::Tag-__validate_type($value)>> is false.
isaTagReturns true if receiver is a UMMF::MOF_1_4_1::Model::Tag. Other receivers will return false.
isaModel__TagReturns true if receiver is a UMMF::MOF_1_4_1::Model::Tag. Other receivers will return false. This is the fully qualified version of the isaTag method.
__model_namemy $name = $obj_or_package->__model_name;
Returns the UML Model name ('Model::Tag') 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.
tagIdmy $val = $obj->tagId;
Returns the UMMF::MOF_1_4_1::Model::String value of Attribute tagId.
set_tagId$obj->set_tagId($val);
Sets the value of Attribute tagId. $val must be of type UMMF::MOF_1_4_1::Model::String or undef. Returns $obj.
count_tagId$obj->count_tagId;
Returns the number of elements (0 or 1) in tagId.
valuesmy $array_ref = $obj->values; my @val = $obj->values;
Returns the UMMF::MOF_1_4_1::Model::String values of Attribute values. In list context it returns the list of values. In scalar context it returns a reference to the list of values.
set_values$obj->set_values(@val);
Sets the values of Attribute values. The elements of @val must be of type UMMF::MOF_1_4_1::Model::String. Returns $obj.
add_values$obj->add_values(@val);
Adds the values of Attribute values. The elements of @val must be of type UMMF::MOF_1_4_1::Model::String. Returns $obj.
remove_values$obj->remove_values(@val);
Removes values from Attribute values. The elements of @val must be of type UMMF::MOF_1_4_1::Model::String. Returns $obj.
clear_values$obj->clear_values;
Removes all values from Attribute values. Returns $obj.
count_values$obj->count_values;
Returns the number of elements in values.
modelElementmy @val = $obj->modelElement; my $ary_val = $obj->modelElement;
Returns the AssociationEnd modelElement values of type UMMF::MOF_1_4_1::Model::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_modelElement$obj->set_modelElement(@val);
Sets the AssociationEnd modelElement value. Elements of @val must of type UMMF::MOF_1_4_1::Model::ModelElement. Returns $obj.
add_modelElement$obj->add_modelElement(@val);
Adds AssociationEnd modelElement values. Elements of @val must of type UMMF::MOF_1_4_1::Model::ModelElement. Returns $obj.
remove_modelElement$obj->remove_modelElement(@val);
Removes the AssociationEnd modelElement values @val. Elements of @val must of type UMMF::MOF_1_4_1::Model::ModelElement. Returns $obj.
clear_modelElement$obj->clear_modelElement;
Clears the AssociationEnd modelElement links to UMMF::MOF_1_4_1::Model::ModelElement. Returns $obj.
count_modelElement$obj->count_modelElement;
Returns the number of elements associated with modelElement.
END OF DOCUMENT