Uses of Class
org.sintef.mofscript.MOFScriptModel.AdviceOperator

Packages that use AdviceOperator
org.sintef.mofscript.MOFScriptModel   
org.sintef.mofscript.MOFScriptModel.impl   
 

Uses of AdviceOperator in org.sintef.mofscript.MOFScriptModel
 

Fields in org.sintef.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.sintef.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.sintef.mofscript.MOFScriptModel with parameters of type AdviceOperator
 void Advice.setOperator(AdviceOperator value)
          Sets the value of the 'Operator' attribute
 

Uses of AdviceOperator in org.sintef.mofscript.MOFScriptModel.impl
 

Fields in org.sintef.mofscript.MOFScriptModel.impl declared as AdviceOperator
protected  AdviceOperator AdviceImpl.operator
          The cached value of the 'Operator' attribute
protected static AdviceOperator AdviceImpl.OPERATOR_EDEFAULT
          The default value of the 'Operator' attribute
 

Methods in org.sintef.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.sintef.mofscript.MOFScriptModel.impl with parameters of type AdviceOperator
 void AdviceImpl.setOperator(AdviceOperator newOperator)