|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.mofscript.MOFScriptModel.AdviceOperator
public final class AdviceOperator
A representation of the literals of the enumeration 'Advice Operator', and utility methods for working with them.
MOFScriptModelPackage.getAdviceOperator()
,
Serialized FormField Summary | |
---|---|
static int |
AFTER
The 'AFTER' literal value |
static AdviceOperator |
AFTER_LITERAL
The 'AFTER' literal object |
static int |
AROUND
The 'AROUND' literal value |
static AdviceOperator |
AROUND_LITERAL
The 'AROUND' literal object |
static int |
BEFORE
The 'BEFORE' literal value |
static AdviceOperator |
BEFORE_LITERAL
The 'BEFORE' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Advice Operator' enumerators |
Method Summary | |
---|---|
static AdviceOperator |
get(int value)
Returns the 'Advice Operator' literal with the specified integer value |
static AdviceOperator |
get(java.lang.String literal)
Returns the 'Advice Operator' literal with the specified literal value |
static AdviceOperator |
getByName(java.lang.String name)
Returns the 'Advice Operator' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BEFORE
If the meaning of 'BEFORE' literal object isn't clear, there really should be more of a description here...
BEFORE_LITERAL
,
Constant Field Valuespublic static final int AFTER
If the meaning of 'AFTER' literal object isn't clear, there really should be more of a description here...
AFTER_LITERAL
,
Constant Field Valuespublic static final int AROUND
If the meaning of 'AROUND' literal object isn't clear, there really should be more of a description here...
AROUND_LITERAL
,
Constant Field Valuespublic static final AdviceOperator BEFORE_LITERAL
BEFORE
public static final AdviceOperator AFTER_LITERAL
AFTER
public static final AdviceOperator AROUND_LITERAL
AROUND
public static final java.util.List VALUES
Method Detail |
---|
public static AdviceOperator get(java.lang.String literal)
public static AdviceOperator getByName(java.lang.String name)
public static AdviceOperator get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |