|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointCutCombinationOperator | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl |
Uses of PointCutCombinationOperator in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type PointCutCombinationOperator | |
---|---|
static java.util.List<PointCutCombinationOperator> |
PointCutCombinationOperator.VALUES
A public read-only list of all the 'Point Cut Combination Operator' enumerators |
Methods in org.eclipse.mofscript.MOFScriptModel that return PointCutCombinationOperator | |
---|---|
static PointCutCombinationOperator |
PointCutCombinationOperator.get(int value)
Returns the 'Point Cut Combination Operator' literal with the specified integer value |
static PointCutCombinationOperator |
PointCutCombinationOperator.get(java.lang.String literal)
Returns the 'Point Cut Combination Operator' literal with the specified literal value |
static PointCutCombinationOperator |
PointCutCombinationOperator.getByName(java.lang.String name)
Returns the 'Point Cut Combination Operator' literal with the specified name |
PointCutCombinationOperator |
PointCutExpression.getCombinationOperator()
Returns the value of the 'Combination Operator' attribute. |
static PointCutCombinationOperator |
PointCutCombinationOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PointCutCombinationOperator[] |
PointCutCombinationOperator.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 PointCutCombinationOperator | |
---|---|
void |
PointCutExpression.setCombinationOperator(PointCutCombinationOperator value)
Sets the value of the ' Combination Operator ' attribute |
Uses of PointCutCombinationOperator in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as PointCutCombinationOperator | |
---|---|
protected static PointCutCombinationOperator |
PointCutExpressionImpl.COMBINATION_OPERATOR_EDEFAULT
The default value of the ' Combination Operator ' attribute |
protected PointCutCombinationOperator |
PointCutExpressionImpl.combinationOperator
The cached value of the ' Combination Operator ' attribute |
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return PointCutCombinationOperator | |
---|---|
PointCutCombinationOperator |
MOFScriptModelFactoryImpl.createPointCutCombinationOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
PointCutCombinationOperator |
PointCutExpressionImpl.getCombinationOperator()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type PointCutCombinationOperator | |
---|---|
void |
PointCutExpressionImpl.setCombinationOperator(PointCutCombinationOperator newCombinationOperator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |