|
TPTP 4.1.0 Platform 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.platform.analysis.engine.MatchStatus
A representation of the literals of the enumeration 'Match Status', and utility methods for working with them.
EnginePackage.getMatchStatus()| Field Summary | |
|---|---|
static int |
DEFECT_SUBMITED
The 'DEFECT SUBMITED' literal value. |
static MatchStatus |
DEFECT_SUBMITED_LITERAL
The 'DEFECT SUBMITED' literal object. |
static int |
FIX_APPLIED
The 'FIX APPLIED' literal value. |
static MatchStatus |
FIX_APPLIED_LITERAL
The 'FIX APPLIED' literal object. |
static int |
IGNORED
The 'IGNORED' literal value. |
static MatchStatus |
IGNORED_LITERAL
The 'IGNORED' literal object. |
static int |
OUT_OF_SYNC
The 'OUT OF SYNC' literal value. |
static MatchStatus |
OUT_OF_SYNC_LITERAL
The 'OUT OF SYNC' literal object. |
static int |
UNRESOLVED
The 'UNRESOLVED' literal value. |
static MatchStatus |
UNRESOLVED_LITERAL
The 'UNRESOLVED' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Match Status' enumerators. |
| Method Summary | |
|---|---|
static MatchStatus |
get(int value)
Returns the 'Match Status' literal with the specified value. |
static MatchStatus |
get(java.lang.String name)
Returns the 'Match Status' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
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 UNRESOLVED
UNRESOLVED_LITERAL,
Constant Field Valuespublic static final int FIX_APPLIED
FIX_APPLIED_LITERAL,
Constant Field Valuespublic static final int DEFECT_SUBMITED
DEFECT_SUBMITED_LITERAL,
Constant Field Valuespublic static final int IGNORED
IGNORED_LITERAL,
Constant Field Valuespublic static final int OUT_OF_SYNC
OUT_OF_SYNC_LITERAL,
Constant Field Valuespublic static final MatchStatus UNRESOLVED_LITERAL
If the meaning of 'UNRESOLVED' literal object isn't clear, there really should be more of a description here...
UNRESOLVEDpublic static final MatchStatus FIX_APPLIED_LITERAL
If the meaning of 'FIX APPLIED' literal object isn't clear, there really should be more of a description here...
FIX_APPLIEDpublic static final MatchStatus DEFECT_SUBMITED_LITERAL
If the meaning of 'DEFECT SUBMITED' literal object isn't clear, there really should be more of a description here...
DEFECT_SUBMITEDpublic static final MatchStatus IGNORED_LITERAL
If the meaning of 'IGNORED' literal object isn't clear, there really should be more of a description here...
IGNOREDpublic static final MatchStatus OUT_OF_SYNC_LITERAL
If the meaning of 'OUT OF SYNC' literal object isn't clear, there really should be more of a description here...
OUT_OF_SYNCpublic static final java.util.List VALUES
| Method Detail |
public static MatchStatus get(java.lang.String name)
public static MatchStatus get(int value)
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||