|
TPTP 4.5.0 Monitoring Tools Project Public API Specification |
||||||||
| 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.tptp.symptom.sample.action.DefaultReturnCodes
public final class DefaultReturnCodes
A representation of the literals of the enumeration 'Default Return Codes', and utility methods for working with them.
ActionPackage.getDefaultReturnCodes()| Field Summary | |
|---|---|
static int |
ERROR
The 'ERROR' literal value |
static DefaultReturnCodes |
ERROR_LITERAL
The 'ERROR' literal object |
static int |
INFO
The 'INFO' literal value |
static DefaultReturnCodes |
INFO_LITERAL
The 'INFO' literal object |
static int |
INPROGRESS
The 'INPROGRESS' literal value |
static DefaultReturnCodes |
INPROGRESS_LITERAL
The 'INPROGRESS' literal object |
static int |
OK
The 'OK' literal value |
static DefaultReturnCodes |
OK_LITERAL
The 'OK' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Default Return Codes' enumerators |
static int |
WARNING
The 'WARNING' literal value |
static DefaultReturnCodes |
WARNING_LITERAL
The 'WARNING' literal object |
| Method Summary | |
|---|---|
static DefaultReturnCodes |
get(int value)
Returns the 'Default Return Codes' literal with the specified integer value |
static DefaultReturnCodes |
get(java.lang.String literal)
Returns the 'Default Return Codes' literal with the specified literal value |
static DefaultReturnCodes |
getByName(java.lang.String name)
Returns the 'Default Return Codes' 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 OK
If the meaning of 'OK' literal object isn't clear, there really should be more of a description here...
OK_LITERAL,
Constant Field Valuespublic static final int ERROR
If the meaning of 'ERROR' literal object isn't clear, there really should be more of a description here...
ERROR_LITERAL,
Constant Field Valuespublic static final int WARNING
If the meaning of 'WARNING' literal object isn't clear, there really should be more of a description here...
WARNING_LITERAL,
Constant Field Valuespublic static final int INPROGRESS
If the meaning of 'INPROGRESS' literal object isn't clear, there really should be more of a description here...
INPROGRESS_LITERAL,
Constant Field Valuespublic static final int INFO
If the meaning of 'INFO' literal object isn't clear, there really should be more of a description here...
INFO_LITERAL,
Constant Field Valuespublic static final DefaultReturnCodes OK_LITERAL
OKpublic static final DefaultReturnCodes ERROR_LITERAL
ERRORpublic static final DefaultReturnCodes WARNING_LITERAL
WARNINGpublic static final DefaultReturnCodes INPROGRESS_LITERAL
INPROGRESSpublic static final DefaultReturnCodes INFO_LITERAL
INFOpublic static final java.util.List VALUES
| Method Detail |
|---|
public static DefaultReturnCodes get(java.lang.String literal)
public static DefaultReturnCodes getByName(java.lang.String name)
public static DefaultReturnCodes get(int value)
|
TPTP 4.5.0 Monitoring Tools Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||