::= NO SQL | CONTAINS SQL | READS SQL DATA | MODIFIES SQL DATA
- See Also:
SQLRoutinesPackage.getDataAccess()
|
Method Summary |
static DataAccess |
get(int value)
Returns the 'Data Access' literal with the specified value. |
static DataAccess |
get(java.lang.String name)
Returns the 'Data Access' 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NO_SQL
public static final int NO_SQL
- The 'NO SQL' literal value.
- See Also:
NO_SQL_LITERAL
CONTAINS_SQL
public static final int CONTAINS_SQL
- The 'CONTAINS SQL' literal value.
- See Also:
CONTAINS_SQL_LITERAL
READS_SQL_DATA
public static final int READS_SQL_DATA
- The 'READS SQL DATA' literal value.
- See Also:
READS_SQL_DATA_LITERAL
MODIFIES_SQL_DATA
public static final int MODIFIES_SQL_DATA
- The 'MODIFIES SQL DATA' literal value.
- See Also:
MODIFIES_SQL_DATA_LITERAL
NO_SQL_LITERAL
public static final DataAccess NO_SQL_LITERAL
- The 'NO SQL' literal object.
If the meaning of 'NO SQL' literal object isn't clear,
there really should be more of a description here...
- See Also:
NO_SQL
CONTAINS_SQL_LITERAL
public static final DataAccess CONTAINS_SQL_LITERAL
- The 'CONTAINS SQL' literal object.
If the meaning of 'CONTAINS SQL' literal object isn't clear,
there really should be more of a description here...
- See Also:
CONTAINS_SQL
READS_SQL_DATA_LITERAL
public static final DataAccess READS_SQL_DATA_LITERAL
- The 'READS SQL DATA' literal object.
If the meaning of 'READS SQL DATA' literal object isn't clear,
there really should be more of a description here...
- See Also:
READS_SQL_DATA
MODIFIES_SQL_DATA_LITERAL
public static final DataAccess MODIFIES_SQL_DATA_LITERAL
- The 'MODIFIES SQL DATA' literal object.
If the meaning of 'MODIFIES SQL DATA' literal object isn't clear,
there really should be more of a description here...
- See Also:
MODIFIES_SQL_DATA
VALUES
public static final java.util.List VALUES
- A public read-only list of all the 'Data Access' enumerators.
get
public static DataAccess get(java.lang.String name)
- Returns the 'Data Access' literal with the specified name.
get
public static DataAccess get(int value)
- Returns the 'Data Access' literal with the specified value.