org.eclipse.datatools.modelbase.sql.routines
Class ParameterMode
java.lang.Object
   org.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.emf.common.util.AbstractEnumerator
       org.eclipse.datatools.modelbase.sql.routines.ParameterMode
org.eclipse.datatools.modelbase.sql.routines.ParameterMode
- All Implemented Interfaces: 
- java.io.Serializable, org.eclipse.emf.common.util.Enumerator
- public final class ParameterMode 
- extends org.eclipse.emf.common.util.AbstractEnumerator
 A representation of the literals of the enumeration 'Parameter Mode',
 and utility methods for working with them.
 
 
 Reference: 5WD-02-Foundation-2002-12 11.50 
 
- See Also:
- SQLRoutinesPackage.getParameterMode(), 
Serialized Form
 
| Method Summary | 
| static ParameterMode | get(int value)Returns the 'Parameter Mode' literal with the specified integer value.
 | 
| static ParameterMode | get(java.lang.String literal)Returns the 'Parameter Mode' literal with the specified literal value.
 | 
| static ParameterMode | getByName(java.lang.String name)Returns the 'Parameter Mode' 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 | 
 
IN
public static final int IN
- The 'IN' literal value.
 
 
 
- See Also:
- IN_LITERAL, 
Constant Field Values
 
OUT
public static final int OUT
- The 'OUT' literal value.
 
 
 
- See Also:
- OUT_LITERAL, 
Constant Field Values
 
INOUT
public static final int INOUT
- The 'INOUT' literal value.
 
 
 
- See Also:
- INOUT_LITERAL, 
Constant Field Values
 
IN_LITERAL
public static final ParameterMode IN_LITERAL
- The 'IN' literal object.
 
 
 If the meaning of 'IN' literal object isn't clear,
 there really should be more of a description here...
  
 
- See Also:
- IN
 
OUT_LITERAL
public static final ParameterMode OUT_LITERAL
- The 'OUT' literal object.
 
 
 If the meaning of 'OUT' literal object isn't clear,
 there really should be more of a description here...
  
 
- See Also:
- OUT
 
INOUT_LITERAL
public static final ParameterMode INOUT_LITERAL
- The 'INOUT' literal object.
 
 
 If the meaning of 'INOUT' literal object isn't clear,
 there really should be more of a description here...
  
 
- See Also:
- INOUT
 
VALUES
public static final java.util.List VALUES
- A public read-only list of all the 'Parameter Mode' enumerators.
 
 
 
 
get
public static ParameterMode get(java.lang.String literal)
- Returns the 'Parameter Mode' literal with the specified literal value.
 
 
 
- 
 
getByName
public static ParameterMode getByName(java.lang.String name)
- Returns the 'Parameter Mode' literal with the specified name.
 
 
 
- 
 
get
public static ParameterMode get(int value)
- Returns the 'Parameter Mode' literal with the specified integer value.
 
 
 
-