|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdviceOperator | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl | |
org.eclipse.mofscript.MOFScriptModel.validation |
Uses of AdviceOperator in org.eclipse.mofscript.MOFScriptModel |
---|
Fields in org.eclipse.mofscript.MOFScriptModel declared as AdviceOperator | |
---|---|
static AdviceOperator |
AdviceOperator.AFTER_LITERAL
The 'AFTER' literal object |
static AdviceOperator |
AdviceOperator.AROUND_LITERAL
The 'AROUND' literal object |
static AdviceOperator |
AdviceOperator.BEFORE_LITERAL
The 'BEFORE' literal object |
Methods in org.eclipse.mofscript.MOFScriptModel that return AdviceOperator | |
---|---|
static AdviceOperator |
AdviceOperator.get(int value)
Returns the 'Advice Operator' literal with the specified integer value |
static AdviceOperator |
AdviceOperator.get(java.lang.String literal)
Returns the 'Advice Operator' literal with the specified literal value |
static AdviceOperator |
AdviceOperator.getByName(java.lang.String name)
Returns the 'Advice Operator' literal with the specified name |
AdviceOperator |
Advice.getOperator()
Returns the value of the 'Operator' attribute. |
Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type AdviceOperator | |
---|---|
void |
Advice.setOperator(AdviceOperator value)
Sets the value of the ' Operator ' attribute |
Uses of AdviceOperator in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return AdviceOperator | |
---|---|
AdviceOperator |
MOFScriptModelFactoryImpl.createAdviceOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
AdviceOperator |
AdviceImpl.getOperator()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type AdviceOperator | |
---|---|
void |
AdviceImpl.setOperator(AdviceOperator newOperator)
|
Uses of AdviceOperator in org.eclipse.mofscript.MOFScriptModel.validation |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type AdviceOperator | |
---|---|
boolean |
AdviceValidator.validateOperator(AdviceOperator value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |