TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine
Class MatchStatus

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.tptp.platform.analysis.engine.MatchStatus
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class MatchStatus
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Match Status', and utility methods for working with them.

See Also:
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

UNRESOLVED

public static final int UNRESOLVED
The 'UNRESOLVED' literal value.

See Also:
UNRESOLVED_LITERAL, Constant Field Values

FIX_APPLIED

public static final int FIX_APPLIED
The 'FIX APPLIED' literal value.

See Also:
FIX_APPLIED_LITERAL, Constant Field Values

DEFECT_SUBMITED

public static final int DEFECT_SUBMITED
The 'DEFECT SUBMITED' literal value.

See Also:
DEFECT_SUBMITED_LITERAL, Constant Field Values

IGNORED

public static final int IGNORED
The 'IGNORED' literal value.

See Also:
IGNORED_LITERAL, Constant Field Values

OUT_OF_SYNC

public static final int OUT_OF_SYNC
The 'OUT OF SYNC' literal value.

See Also:
OUT_OF_SYNC_LITERAL, Constant Field Values

UNRESOLVED_LITERAL

public static final MatchStatus UNRESOLVED_LITERAL
The 'UNRESOLVED' literal object.

If the meaning of 'UNRESOLVED' literal object isn't clear, there really should be more of a description here...

See Also:
UNRESOLVED

FIX_APPLIED_LITERAL

public static final MatchStatus FIX_APPLIED_LITERAL
The 'FIX APPLIED' literal object.

If the meaning of 'FIX APPLIED' literal object isn't clear, there really should be more of a description here...

See Also:
FIX_APPLIED

DEFECT_SUBMITED_LITERAL

public static final MatchStatus DEFECT_SUBMITED_LITERAL
The 'DEFECT SUBMITED' literal object.

If the meaning of 'DEFECT SUBMITED' literal object isn't clear, there really should be more of a description here...

See Also:
DEFECT_SUBMITED

IGNORED_LITERAL

public static final MatchStatus IGNORED_LITERAL
The 'IGNORED' literal object.

If the meaning of 'IGNORED' literal object isn't clear, there really should be more of a description here...

See Also:
IGNORED

OUT_OF_SYNC_LITERAL

public static final MatchStatus OUT_OF_SYNC_LITERAL
The 'OUT OF SYNC' literal object.

If the meaning of 'OUT OF SYNC' literal object isn't clear, there really should be more of a description here...

See Also:
OUT_OF_SYNC

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Match Status' enumerators.

Method Detail

get

public static MatchStatus get(java.lang.String name)
Returns the 'Match Status' literal with the specified name.


get

public static MatchStatus get(int value)
Returns the 'Match Status' literal with the specified value.


TPTP 4.1.0 Platform Project
Public API Specification