|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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.uml that return ParameterDirectionKind | |
static ParameterDirectionKind |
ParameterDirectionKind.get(String literal)
Returns the 'Parameter Direction Kind' literal with the specified literal value |
static ParameterDirectionKind |
ParameterDirectionKind.getByName(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 integer value |
ParameterDirectionKind |
Parameter.getDirection()
Returns the value of the 'Direction' attribute. |
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,
DiagnosticChain diagnostics,
Map context)
|
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |