|
||||||||||
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.sintef.mofscript.MOFScriptModel.PointCutOperator
public final class PointCutOperator
A representation of the literals of the enumeration 'Point Cut Operator', and utility methods for working with them.
MOFScriptModelPackage.getPointCutOperator()
Field Summary | |
---|---|
static int |
CALL
The 'CALL' literal value |
static PointCutOperator |
CALL_LITERAL
The 'CALL' literal object |
static int |
EXECUTE
The 'EXECUTE' literal value |
static PointCutOperator |
EXECUTE_LITERAL
The 'EXECUTE' literal object |
static int |
TARGET
The 'TARGET' literal value |
static PointCutOperator |
TARGET_LITERAL
The 'TARGET' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Point Cut Operator' enumerators |
Method Summary | |
---|---|
static PointCutOperator |
get(int value)
Returns the 'Point Cut Operator' literal with the specified integer value |
static PointCutOperator |
get(java.lang.String literal)
Returns the 'Point Cut Operator' literal with the specified literal value |
static PointCutOperator |
getByName(java.lang.String name)
Returns the 'Point Cut 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int EXECUTE
If the meaning of 'EXECUTE' literal object isn't clear, there really should be more of a description here...
EXECUTE_LITERAL
,
Constant Field Valuespublic static final int TARGET
If the meaning of 'TARGET' literal object isn't clear, there really should be more of a description here...
TARGET_LITERAL
,
Constant Field Valuespublic static final int CALL
If the meaning of 'CALL' literal object isn't clear, there really should be more of a description here...
CALL_LITERAL
,
Constant Field Valuespublic static final PointCutOperator EXECUTE_LITERAL
EXECUTE
public static final PointCutOperator TARGET_LITERAL
TARGET
public static final PointCutOperator CALL_LITERAL
CALL
public static final java.util.List VALUES
Method Detail |
---|
public static PointCutOperator get(java.lang.String literal)
public static PointCutOperator getByName(java.lang.String name)
public static PointCutOperator get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |