Uses of Class
org.eclipse.mofscript.MOFScriptModel.ParameterDirection

Packages that use ParameterDirection
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.MOFScriptModel.validation   
 

Uses of ParameterDirection in org.eclipse.mofscript.MOFScriptModel
 

Fields in org.eclipse.mofscript.MOFScriptModel declared as ParameterDirection
static ParameterDirection ParameterDirection.IN_LITERAL
          The 'IN' literal object
static ParameterDirection ParameterDirection.INOUT_LITERAL
          The 'INOUT' literal object
static ParameterDirection ParameterDirection.OUT_LITERAL
          The 'OUT' literal object
 

Methods in org.eclipse.mofscript.MOFScriptModel that return ParameterDirection
static ParameterDirection ParameterDirection.get(int value)
          Returns the 'Parameter Direction' literal with the specified integer value
static ParameterDirection ParameterDirection.get(java.lang.String literal)
          Returns the 'Parameter Direction' literal with the specified literal value
static ParameterDirection ParameterDirection.getByName(java.lang.String name)
          Returns the 'Parameter Direction' literal with the specified name
 ParameterDirection MOFScriptParameter.getDirection()
          Returns the value of the 'Direction' attribute.
 

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type ParameterDirection
 void MOFScriptParameter.setDirection(ParameterDirection value)
          Sets the value of the 'Direction' attribute
 

Uses of ParameterDirection in org.eclipse.mofscript.MOFScriptModel.impl
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return ParameterDirection
 ParameterDirection MOFScriptModelFactoryImpl.createParameterDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ParameterDirection MOFScriptParameterImpl.getDirection()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type ParameterDirection
 void MOFScriptParameterImpl.setDirection(ParameterDirection newDirection)
           
 

Uses of ParameterDirection in org.eclipse.mofscript.MOFScriptModel.validation
 

Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type ParameterDirection
 boolean MOFScriptParameterValidator.validateDirection(ParameterDirection value)