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

Packages that use ParameterDirectionKind
fUML.Syntax.Classes.Kernel   
 

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(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)
          operation setDirection
 



Copyright © 2012. All Rights Reserved.