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

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

Uses of AdviceOperator in org.eclipse.mofscript.MOFScriptModel
 

Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type AdviceOperator
static java.util.List<AdviceOperator> AdviceOperator.VALUES
          A public read-only list of all the 'Advice Operator' enumerators
 

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.
static AdviceOperator AdviceOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AdviceOperator[] AdviceOperator.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 AdviceOperator
 void Advice.setOperator(AdviceOperator value)
          Sets the value of the 'Operator' attribute
 

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

Fields in org.eclipse.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.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)