|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointCutOperator | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl |
Uses of PointCutOperator in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type PointCutOperator | |
---|---|
static java.util.List<PointCutOperator> |
PointCutOperator.VALUES
A public read-only list of all the 'Point Cut Operator' enumerators |
Methods in org.eclipse.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. |
static PointCutOperator |
PointCutOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PointCutOperator[] |
PointCutOperator.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 PointCutOperator | |
---|---|
void |
PointCutExpression.setOperator(PointCutOperator value)
Sets the value of the ' Operator ' attribute |
Uses of PointCutOperator in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Fields in org.eclipse.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.eclipse.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.eclipse.mofscript.MOFScriptModel.impl with parameters of type PointCutOperator | |
---|---|
void |
PointCutExpressionImpl.setOperator(PointCutOperator newOperator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |