|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.routines.DataAccess
A representation of the literals of the enumeration 'Data Access', and utility methods for working with them. Reference: 5WD-02-Foundation-2002-12 4.27 SQL-invoked routines
SQLRoutinesPackage.getDataAccess()
,
Serialized FormField Summary | |
static int |
CONTAINS_SQL
The 'CONTAINS SQL' literal value. |
static DataAccess |
CONTAINS_SQL_LITERAL
The 'CONTAINS SQL' literal object. |
static int |
MODIFIES_SQL_DATA
The 'MODIFIES SQL DATA' literal value. |
static DataAccess |
MODIFIES_SQL_DATA_LITERAL
The 'MODIFIES SQL DATA' literal object. |
static int |
NO_SQL
The 'NO SQL' literal value. |
static DataAccess |
NO_SQL_LITERAL
The 'NO SQL' literal object. |
static int |
READS_SQL_DATA
The 'READS SQL DATA' literal value. |
static DataAccess |
READS_SQL_DATA_LITERAL
The 'READS SQL DATA' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Data Access' enumerators. |
Method Summary | |
static DataAccess |
get(int value)
Returns the 'Data Access' literal with the specified integer value. |
static DataAccess |
get(java.lang.String literal)
Returns the 'Data Access' literal with the specified literal value. |
static DataAccess |
getByName(java.lang.String name)
Returns the 'Data Access' literal with the specified name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NO_SQL
NO_SQL_LITERAL
,
Constant Field Valuespublic static final int CONTAINS_SQL
CONTAINS_SQL_LITERAL
,
Constant Field Valuespublic static final int READS_SQL_DATA
READS_SQL_DATA_LITERAL
,
Constant Field Valuespublic static final int MODIFIES_SQL_DATA
MODIFIES_SQL_DATA_LITERAL
,
Constant Field Valuespublic static final DataAccess NO_SQL_LITERAL
If the meaning of 'NO SQL' literal object isn't clear, there really should be more of a description here...
NO_SQL
public static final DataAccess CONTAINS_SQL_LITERAL
If the meaning of 'CONTAINS SQL' literal object isn't clear, there really should be more of a description here...
CONTAINS_SQL
public static final DataAccess READS_SQL_DATA_LITERAL
If the meaning of 'READS SQL DATA' literal object isn't clear, there really should be more of a description here...
READS_SQL_DATA
public static final DataAccess MODIFIES_SQL_DATA_LITERAL
If the meaning of 'MODIFIES SQL DATA' literal object isn't clear, there really should be more of a description here...
MODIFIES_SQL_DATA
public static final java.util.List VALUES
Method Detail |
public static DataAccess get(java.lang.String literal)
public static DataAccess getByName(java.lang.String name)
public static DataAccess get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |