| UMMF documentation | view source | Contained in the UMMF distribution. |
__validate_type__typecheckisaTagisaModel__Tag__model_name __isAbstract___initialize__initialize__createtagIdset_tagIdcount_tagIdvaluesset_valuesadd_valuesremove_valuesclear_valuescount_valuesmodelElementset_modelElementadd_modelElementremove_modelElementclear_modelElementcount_modelElement
UMMF::MOF_1_3::Model::Tag --
1.3
tagId : UMMF::MOF_1_3::Model::String private1changeableinstanceunorderedSet::Objectvalues : UMMF::MOF_1_3::Model::String [0..*]private0..*changeableinstanceunorderedSet::Objecttag : THIS 0..* <---> modelElement : UMMF::MOF_1_3::Model::ModelElement 1..*1..*changeableinstancenonepublicSet::Object__validate_typeUMMF::MOF_1_3::Model::Tag->__validate_type($value);
Returns true if $value is a valid representation of UMMF::MOF_1_3::Model::Tag.
__typecheckUMMF::MOF_1_3::Model::Tag->__typecheck($value, $msg);
Calls confess() with $msg if <UMMF::MOF_1_3::Model::Tag-__validate_type($value)>> is false.
isaTagReturns true if receiver is a UMMF::MOF_1_3::Model::Tag. Other receivers will return false.
isaModel__TagReturns true if receiver is a UMMF::MOF_1_3::Model::Tag.
Other receivers will return false.
This is the fully qualified version of the isaTag method.
__model_name my $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.
___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_3::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_3::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_3::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_3::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_3::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_3::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_3::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_3::Model::ModelElement.
Returns $obj.
add_modelElement$obj->add_modelElement(@val);
Adds AssociationEnd modelElement values.
Elements of @val must of type UMMF::MOF_1_3::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_3::Model::ModelElement.
Returns $obj.
clear_modelElement$obj->clear_modelElement;
Clears the AssociationEnd modelElement links to UMMF::MOF_1_3::Model::ModelElement.
Returns $obj.
count_modelElement$obj->count_modelElement;
Returns the number of elements associated with modelElement.
END OF DOCUMENT
| UMMF documentation | view source | Contained in the UMMF distribution. |