Uses of Class
org.eclipse.tigerstripe.workbench.model.deprecated_.IMethod.IArgument.EDirection

Packages that use IMethod.IArgument.EDirection
org.eclipse.tigerstripe.workbench.model.deprecated_   
 

Uses of IMethod.IArgument.EDirection in org.eclipse.tigerstripe.workbench.model.deprecated_
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ that return IMethod.IArgument.EDirection
static IMethod.IArgument.EDirection IMethod.IArgument.EDirection.at(int index)
           
 IMethod.IArgument.EDirection IMethod.IArgument.getDirection()
          Returns the "Direction" of this IArgument
static IMethod.IArgument.EDirection IMethod.IArgument.EDirection.parse(java.lang.String label)
           
static IMethod.IArgument.EDirection IMethod.IArgument.EDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IMethod.IArgument.EDirection[] IMethod.IArgument.EDirection.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.tigerstripe.workbench.model.deprecated_ with parameters of type IMethod.IArgument.EDirection
static int IMethod.IArgument.EDirection.indexOf(IMethod.IArgument.EDirection dir)
           
 void IMethod.IArgument.setDirection(IMethod.IArgument.EDirection direction)
          Sets the "Direction" of this IArgumnet