NAME
UMMF::MOF_1_4_1::Model::Tag --
VERSION
1.4.1
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::MOF_1_4_1::Model::ModelElement
ATTRIBUTES
tagId
: UMMF::MOF_1_4_1::Model::String
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
- type = UMMF::MOF_1_4_1::Model::String
- visibility =
private
- multiplicity =
1
- changeability =
changeable
- targetScope =
instance
- ordering =
unordered
- initialValue = UNSPECIFIED
- container_type =
Set::Object
values
: UMMF::MOF_1_4_1::Model::String [0..*
]
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
- type = UMMF::MOF_1_4_1::Model::String
- visibility =
private
- multiplicity =
0..*
- changeability =
changeable
- targetScope =
instance
- ordering =
unordered
- initialValue = UNSPECIFIED
- container_type =
Set::Object
ASSOCIATIONS
tag
: THIS 0..*
<---> modelElement
: UMMF::MOF_1_4_1::Model::ModelElement 1..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
- type = UMMF::MOF_1_4_1::Model::ModelElement
- multiplicity =
1..*
- changeability =
changeable
- targetScope =
instance
- ordering =
- aggregation =
none
- visibility =
public
- container_type =
Set::Object
METHODS
__validate_type
UMMF::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.
__typecheck
UMMF::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.
isaTag
Returns true if receiver is a UMMF::MOF_1_4_1::Model::Tag. Other receivers will return false.
isaModel__Tag
Returns 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_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
.
__tangram_schema
my $tangram_schema $obj_or_package->__tangram_schema
Returns a HASH ref that describes this Classifier for Tangram.
See UMMF::Export::Perl::Tangram
___initialize
Initialize all Attributes and AssociationEnds in a instance of this Classifier. Does not initalize slots in its Generalizations.
See also: __initialize
.
__initialize
Initialize all slots in this Classifier and all its Generalizations.
See also: ___initialize
.
__create
Calls all <<create>> Methods for this Classifier and all Generalizations.
See also: ___create
.
tagId
my $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
.
values
my $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
.
modelElement
my @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