|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisibilityKind | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of VisibilityKind in org.eclipse.uml2.uml |
Fields in org.eclipse.uml2.uml declared as VisibilityKind | |
static VisibilityKind |
VisibilityKind.PUBLIC_LITERAL
The 'Public' literal object |
static VisibilityKind |
VisibilityKind.PRIVATE_LITERAL
The 'Private' literal object |
static VisibilityKind |
VisibilityKind.PROTECTED_LITERAL
The 'Protected' literal object |
static VisibilityKind |
VisibilityKind.PACKAGE_LITERAL
The 'Package' literal object |
Methods in org.eclipse.uml2.uml that return VisibilityKind | |
static VisibilityKind |
VisibilityKind.get(String literal)
Returns the 'Visibility Kind' literal with the specified literal value |
static VisibilityKind |
VisibilityKind.getByName(String name)
Returns the 'Visibility Kind' literal with the specified name |
static VisibilityKind |
VisibilityKind.get(int value)
Returns the 'Visibility Kind' literal with the specified integer value |
VisibilityKind |
PackageImport.getVisibility()
Returns the value of the 'Visibility' attribute. |
VisibilityKind |
NamedElement.getVisibility()
Returns the value of the 'Visibility' attribute. |
VisibilityKind |
ElementImport.getVisibility()
Returns the value of the 'Visibility' attribute. |
Methods in org.eclipse.uml2.uml with parameters of type VisibilityKind | |
void |
PackageImport.setVisibility(VisibilityKind value)
Sets the value of the ' Visibility ' attribute |
ElementImport |
Namespace.createElementImport(PackageableElement element,
VisibilityKind visibility)
Creates an import of the specified element into this namespace with the specified visibility |
PackageImport |
Namespace.createPackageImport(Package package_,
VisibilityKind visibility)
Creates an import of the specified package into this namespace with the specified visibility |
void |
NamedElement.setVisibility(VisibilityKind value)
Sets the value of the ' Visibility ' attribute |
void |
ElementImport.setVisibility(VisibilityKind value)
Sets the value of the ' Visibility ' attribute |
Uses of VisibilityKind in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type VisibilityKind | |
boolean |
UMLValidator.validateVisibilityKind(VisibilityKind visibilityKind,
DiagnosticChain diagnostics,
Map context)
|
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |