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

Public Member Functions

Function changeability () As UMLChangeableKind
 
Function classifierType () As UMLClassifier
 
Function multiplicity () As UMLMultiplicity
 
Function ordering () As UMLOrderingKind
 
Sub setChangeability (pValue As UMLChangeableKind)
 
Sub setClassifierType (pValue As UMLClassifier)
 
Sub setMultiplicity (pValue As UMLMultiplicity)
 
Sub setOrdering (pValue As UMLOrderingKind)
 
Sub setTargetScope (pValue As UMLScopeKind)
 
Function targetScope () As UMLScopeKind
 
- Public Member Functions inherited from UMLFeature
Function owner () As UMLClassifier
 
Function ownerScope () As UMLScopeKind
 
Sub setOwner (pValue As UMLClassifier)
 
Sub setOwnerScope (pValue As UMLScopeKind)
 
- 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

Function UMLStructuralFeature::changeability ( )
Return values
UMLChangeableKind
Function UMLStructuralFeature::classifierType ( )
Return values
UMLClassifier
Function UMLStructuralFeature::multiplicity ( )
Return values
UMLMultiplicity
Function UMLStructuralFeature::ordering ( )
Return values
UMLOrderingKind
Sub UMLStructuralFeature::setChangeability ( pValue As  UMLChangeableKind)
Parameters
[in,out]pValue
Sub UMLStructuralFeature::setClassifierType ( pValue As  UMLClassifier)
Parameters
[in,out]pValue
Sub UMLStructuralFeature::setMultiplicity ( pValue As  UMLMultiplicity)
Parameters
[in,out]pValue
Sub UMLStructuralFeature::setOrdering ( pValue As  UMLOrderingKind)
Parameters
[in,out]pValue
Sub UMLStructuralFeature::setTargetScope ( pValue As  UMLScopeKind)
Parameters
[in,out]pValue
Function UMLStructuralFeature::targetScope ( )
Return values
UMLScopeKind