VBUMLAPI  1.0.0
UML API for Visual Basic
 All Classes Functions Variables Pages
UMLTagDefinition Interface Reference
Inheritance diagram for UMLTagDefinition:
UMLModelElement UMLElement

Public Member Functions

Sub addTypedValue (pTaggedValue As UMLTaggedValue)
 
Function multiplicity () As UMLMultiplicity
 
Function owner () As UMLStereotype
 
Sub removeTypedValue (pValue As UMLTaggedValue)
 
Sub setOwner (pValue As UMLStereotype)
 
Function tagType () As UMLName
 
Function typedValue () As UMLTaggedValue()
 
- Public Member Functions inherited from UMLModelElement
Sub addStereotype (pStereotype As UMLStereotype)
 
Sub addTaggedValue (pValue As UMLTaggedValue)
 
Function isSpecification () As Boolean
 
Function name () As UMLName
 
Function referenceTag () As UMLTaggedValue()
 
Sub removeReferenceTag (pValue As UMLTaggedValue)
 
Sub removeTaggedValue (pValue As UMLTaggedValue)
 
Sub setNamespace (pValue As UMLNamespace)
 
Sub setSpecification (pValue As Boolean)
 
Sub setVisibility (pValue As UMLVisibilityKind)
 
Function stereotype () As UMLStereotype()
 
Function taggedValue () As UMLTaggedValue()
 
Function visibility () As UMLVisibilityKind
 

Additional Inherited Members

- Public Attributes inherited from UMLModelElement
namespace As UMLNamespace
 

Detailed Description

Member Function Documentation

Sub UMLTagDefinition::addTypedValue ( pTaggedValue As  UMLTaggedValue)
Parameters
[in,out]pTaggedValue
Function UMLTagDefinition::multiplicity ( )
Return values
UMLMultiplicity
Function UMLTagDefinition::owner ( )
Return values
UMLStereotype
Sub UMLTagDefinition::removeTypedValue ( pValue As  UMLTaggedValue)
Parameters
[in,out]pValue
Sub UMLTagDefinition::setOwner ( pValue As  UMLStereotype)
Parameters
[in,out]pValue
Function UMLTagDefinition::tagType ( )
Return values
UMLName
Function UMLTagDefinition::typedValue ( )
Return values
UMLTaggedValue()