|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointCutOperator | |
---|---|
org.sintef.mofscript.MOFScriptModel | |
org.sintef.mofscript.MOFScriptModel.impl |
Uses of PointCutOperator in org.sintef.mofscript.MOFScriptModel |
---|
Fields in org.sintef.mofscript.MOFScriptModel declared as PointCutOperator | |
---|---|
static PointCutOperator |
PointCutOperator.CALL_LITERAL
The 'CALL' literal object |
static PointCutOperator |
PointCutOperator.EXECUTE_LITERAL
The 'EXECUTE' literal object |
static PointCutOperator |
PointCutOperator.TARGET_LITERAL
The 'TARGET' literal object |
Methods in org.sintef.mofscript.MOFScriptModel that return PointCutOperator | |
---|---|
static PointCutOperator |
PointCutOperator.get(int value)
Returns the 'Point Cut Operator' literal with the specified integer value |
static PointCutOperator |
PointCutOperator.get(java.lang.String literal)
Returns the 'Point Cut Operator' literal with the specified literal value |
static PointCutOperator |
PointCutOperator.getByName(java.lang.String name)
Returns the 'Point Cut Operator' literal with the specified name |
PointCutOperator |
PointCutExpression.getOperator()
Returns the value of the 'Operator' attribute. |
Methods in org.sintef.mofscript.MOFScriptModel with parameters of type PointCutOperator | |
---|---|
void |
PointCutExpression.setOperator(PointCutOperator value)
Sets the value of the ' Operator ' attribute |
Uses of PointCutOperator in org.sintef.mofscript.MOFScriptModel.impl |
---|
Fields in org.sintef.mofscript.MOFScriptModel.impl declared as PointCutOperator | |
---|---|
protected PointCutOperator |
PointCutExpressionImpl.operator
The cached value of the ' Operator ' attribute |
protected static PointCutOperator |
PointCutExpressionImpl.OPERATOR_EDEFAULT
The default value of the ' Operator ' attribute |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return PointCutOperator | |
---|---|
PointCutOperator |
MOFScriptModelFactoryImpl.createPointCutOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
PointCutOperator |
PointCutExpressionImpl.getOperator()
|
Methods in org.sintef.mofscript.MOFScriptModel.impl with parameters of type PointCutOperator | |
---|---|
void |
PointCutExpressionImpl.setOperator(PointCutOperator newOperator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |