TPTP 4.5.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.sample.action
Class DefaultReturnCodes

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.tptp.symptom.sample.action.DefaultReturnCodes
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

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

A representation of the literals of the enumeration 'Default Return Codes', and utility methods for working with them.

See Also:
ActionPackage.getDefaultReturnCodes()
Generated
[EMF] Model

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

OK

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

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

See Also:
OK_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

ERROR

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

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

See Also:
ERROR_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

WARNING

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

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

See Also:
WARNING_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

INPROGRESS

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

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

See Also:
INPROGRESS_LITERAL, Constant Field Values
Generated
[EMF] Model
literal="IN_PROGRESS"
[EMF] Ordered

INFO

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

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

See Also:
INFO_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

OK_LITERAL

public static final DefaultReturnCodes OK_LITERAL
The 'OK' literal object.

See Also:
OK
Generated
[EMF] Ordered

ERROR_LITERAL

public static final DefaultReturnCodes ERROR_LITERAL
The 'ERROR' literal object.

See Also:
ERROR
Generated
[EMF] Ordered

WARNING_LITERAL

public static final DefaultReturnCodes WARNING_LITERAL
The 'WARNING' literal object.

See Also:
WARNING
Generated
[EMF] Ordered

INPROGRESS_LITERAL

public static final DefaultReturnCodes INPROGRESS_LITERAL
The 'INPROGRESS' literal object.

See Also:
INPROGRESS
Generated
[EMF] Ordered

INFO_LITERAL

public static final DefaultReturnCodes INFO_LITERAL
The 'INFO' literal object.

See Also:
INFO
Generated
[EMF] Ordered

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Default Return Codes' enumerators.

Generated
Method Detail

get

public static DefaultReturnCodes get(java.lang.String literal)
Returns the 'Default Return Codes' literal with the specified literal value.

Generated

getByName

public static DefaultReturnCodes getByName(java.lang.String name)
Returns the 'Default Return Codes' literal with the specified name.

Generated

get

public static DefaultReturnCodes get(int value)
Returns the 'Default Return Codes' literal with the specified integer value.

Generated

TPTP 4.5.0 Monitoring Tools Project
Public API Specification