Uses of Class
org.eclipse.uml2.ParameterDirectionKind

Packages that use ParameterDirectionKind
org.eclipse.uml2   
 

Uses of ParameterDirectionKind in org.eclipse.uml2
 

Fields in org.eclipse.uml2 declared as ParameterDirectionKind
static ParameterDirectionKind ParameterDirectionKind.IN_LITERAL
          The 'In' literal object
static ParameterDirectionKind ParameterDirectionKind.INOUT_LITERAL
          The 'Inout' literal object
static ParameterDirectionKind ParameterDirectionKind.OUT_LITERAL
          The 'Out' literal object
static ParameterDirectionKind ParameterDirectionKind.RETURN_LITERAL
          The 'Return' literal object
 

Methods in org.eclipse.uml2 that return ParameterDirectionKind
static ParameterDirectionKind ParameterDirectionKind.get(String name)
          Returns the 'Parameter Direction Kind' literal with the specified name
static ParameterDirectionKind ParameterDirectionKind.get(int value)
          Returns the 'Parameter Direction Kind' literal with the specified value
 ParameterDirectionKind Parameter.getDirection()
          Returns the value of the 'Direction' attribute.
 

Methods in org.eclipse.uml2 with parameters of type ParameterDirectionKind
 void Parameter.setDirection(ParameterDirectionKind value)
          Sets the value of the 'Direction' attribute
 


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