Uses of Class
fUML.Syntax.Classes.Kernel.ParameterDirectionKind

Packages that use ParameterDirectionKind
fUML.Library   
fUML.Syntax.Classes.Kernel   
fUML.Test   
 

Uses of ParameterDirectionKind in fUML.Library
 

Methods in fUML.Library with parameters of type ParameterDirectionKind
protected  void Classes.addParameter(Operation operation, java.lang.String name, ParameterDirectionKind direction, Type type)
           
 

Uses of ParameterDirectionKind in fUML.Syntax.Classes.Kernel
 

Fields in fUML.Syntax.Classes.Kernel declared as ParameterDirectionKind
 ParameterDirectionKind Parameter.direction
           
 

Methods in fUML.Syntax.Classes.Kernel that return ParameterDirectionKind
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 are declared.
 

Methods in fUML.Syntax.Classes.Kernel with parameters of type ParameterDirectionKind
 void Parameter.setDirection(ParameterDirectionKind direction)
           
 

Uses of ParameterDirectionKind in fUML.Test
 

Methods in fUML.Test with parameters of type ParameterDirectionKind
protected  Parameter ActivityFactory.addParameter(Activity activity, java.lang.String name, ParameterDirectionKind direction, Type type)
           
 



Copyright © 2015. All Rights Reserved.