Uses of Class
org.eclipse.uml2.uml.VisibilityKind

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 with type parameters of type VisibilityKind
static java.util.List<VisibilityKind> VisibilityKind.VALUES
          A public read-only list of all the 'Visibility Kind' enumerators
 

Methods in org.eclipse.uml2.uml that return VisibilityKind
static VisibilityKind VisibilityKind.get(int value)
          Returns the 'Visibility Kind' literal with the specified integer value
static VisibilityKind VisibilityKind.get(java.lang.String literal)
          Returns the 'Visibility Kind' literal with the specified literal value
static VisibilityKind VisibilityKind.getByName(java.lang.String name)
          Returns the 'Visibility Kind' literal with the specified name
 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.
static VisibilityKind VisibilityKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VisibilityKind[] VisibilityKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.uml2.uml with parameters of type VisibilityKind
 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 PackageImport.setVisibility(VisibilityKind value)
          Sets the value of the 'Visibility' attribute
 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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.