NAME
UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue --
VERSION
1.5
SYNOPSIS
DESCRIPTION
USAGE
EXPORT
METATYPE
UMMF::UML_1_5::Foundation::Core::Class
SUPERCLASSES
UMMF::UML_1_5::Foundation::Core::ModelElement
ATTRIBUTES
dataValue : UMMF::UML_1_5::Foundation::Data_Types::String [0..*]
- metatype = UMMF::UML_1_5::Foundation::Core::Attribute
 - type = UMMF::UML_1_5::Foundation::Data_Types::String
 - visibility = 
private - multiplicity = 
0..* - changeability = 
changeable - targetScope = 
instance - ordering = 
unordered - initialValue = UNSPECIFIED
 - container_type = 
Set::Object 
ASSOCIATIONS
taggedValue : THIS 0..* <---> modelElement : UMMF::UML_1_5::Foundation::Core::ModelElement 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
 - type = UMMF::UML_1_5::Foundation::Core::ModelElement
 - multiplicity = 
1 - changeability = 
changeable - targetScope = 
instance - ordering = 
 - aggregation = 
none - visibility = 
private - container_type = 
Set::Object 
referenceTag : THIS 0..* <---> referenceValue : UMMF::UML_1_5::Foundation::Core::ModelElement 0..*
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
 - type = UMMF::UML_1_5::Foundation::Core::ModelElement
 - multiplicity = 
0..* - changeability = 
changeable - targetScope = 
instance - ordering = 
 - aggregation = 
none - visibility = 
public - container_type = 
Set::Object 
typedValue : THIS 0..* <---> type : UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition 1
- metatype = UMMF::UML_1_5::Foundation::Core::AssociationEnd
 - type = UMMF::UML_1_5::Foundation::Extension_Mechanisms::TagDefinition
 - multiplicity = 
1 - changeability = 
changeable - targetScope = 
instance - ordering = 
 - aggregation = 
none - visibility = 
public - container_type = 
Set::Object 
METHODS
__validate_type
UMMF::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.
__typecheck
UMMF::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.
isaTaggedValue
Returns true if receiver is a UMMF::UML_1_5::Foundation::Extension_Mechanisms::TaggedValue. Other receivers will return false.
isaFoundation__Extension_Mechanisms__TaggedValue
Returns 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.
__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.
dataValue
my $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.
modelElement
my $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.
referenceValue
my @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.
type
my $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