|
VBUMLAPI
1.0.0
UML API for Visual Basic
|
Public Member Functions | |
| 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 |
Public Attributes | |
| namespace As | UMLNamespace |
| Sub UMLModelElement::addStereotype | ( | pStereotype As | UMLStereotype | ) |
| [in,out] | pStereotype |
| Sub UMLModelElement::addTaggedValue | ( | pValue As | UMLTaggedValue | ) |
| [in,out] | pValue |
| Function UMLModelElement::isSpecification | ( | ) |
| Boolean |
| Function UMLModelElement::name | ( | ) |
| UMLName |
| Function UMLModelElement::referenceTag | ( | ) |
| UMLTaggedValue() |
| Sub UMLModelElement::removeReferenceTag | ( | pValue As | UMLTaggedValue | ) |
| [in,out] | pValue |
| Sub UMLModelElement::removeTaggedValue | ( | pValue As | UMLTaggedValue | ) |
| [in,out] | pValue |
| Sub UMLModelElement::setNamespace | ( | pValue As | UMLNamespace | ) |
| [in,out] | pValue |
| Sub UMLModelElement::setSpecification | ( | pValue As | Boolean | ) |
| [in,out] | pValue |
| Sub UMLModelElement::setVisibility | ( | pValue As | UMLVisibilityKind | ) |
| [in,out] | pValue |
| Function UMLModelElement::stereotype | ( | ) |
| UMLStereotype() |
| Function UMLModelElement::taggedValue | ( | ) |
| UMLTaggedValue() |
| Function UMLModelElement::visibility | ( | ) |
| UMLVisibilityKind |
| namespace As UMLModelElement::UMLNamespace |
| UMLNamespace |