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

Packages that use ParameterDirectionKind
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of ParameterDirectionKind in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml with type parameters of type ParameterDirectionKind
static java.util.List<ParameterDirectionKind> ParameterDirectionKind.VALUES
          A public read-only list of all the 'Parameter Direction Kind' enumerators
 

Methods in org.eclipse.uml2.uml that return ParameterDirectionKind
static ParameterDirectionKind ParameterDirectionKind.get(int value)
          Returns the 'Parameter Direction Kind' literal with the specified integer value
static ParameterDirectionKind ParameterDirectionKind.get(java.lang.String literal)
          Returns the 'Parameter Direction Kind' literal with the specified literal value
static ParameterDirectionKind ParameterDirectionKind.getByName(java.lang.String name)
          Returns the 'Parameter Direction Kind' literal with the specified name
 ParameterDirectionKind Parameter.getDirection()
          Returns the value of the 'Direction' attribute.
static ParameterDirectionKind ParameterDirectionKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParameterDirectionKind[] ParameterDirectionKind.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 ParameterDirectionKind
 void Parameter.setDirection(ParameterDirectionKind value)
          Sets the value of the 'Direction' attribute
 

Uses of ParameterDirectionKind in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type ParameterDirectionKind
 boolean UMLValidator.validateParameterDirectionKind(ParameterDirectionKind parameterDirectionKind, 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.