|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterDirection | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl |
Uses of ParameterDirection in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type ParameterDirection | |
---|---|
static java.util.List<ParameterDirection> |
ParameterDirection.VALUES
A public read-only list of all the 'Parameter Direction' enumerators |
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. |
static ParameterDirection |
ParameterDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParameterDirection[] |
ParameterDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
---|
Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as ParameterDirection | |
---|---|
protected ParameterDirection |
MOFScriptParameterImpl.direction
The cached value of the ' Direction ' attribute |
protected static ParameterDirection |
MOFScriptParameterImpl.DIRECTION_EDEFAULT
The default value of the ' Direction ' attribute |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |