|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataBaseDialect>
org.openxma.dsl.dom.model.DataBaseDialect
public enum DataBaseDialect
A representation of the literals of the enumeration 'Data Base Dialect', and utility methods for working with them.
org.openxma.dsl.dom.DomPackage#getDataBaseDialect()| Enum Constant Summary | |
|---|---|
HSQLDB
The 'HSQLDB' literal object. |
|
MYSQL
The 'MYSQL' literal object. |
|
ORACLE
The 'ORACLE' literal object. |
|
| Field Summary | |
|---|---|
static int |
HSQLDB_VALUE
The 'HSQLDB' literal value. |
static int |
MYSQL_VALUE
The 'MYSQL' literal value. |
static int |
ORACLE_VALUE
The 'ORACLE' literal value. |
static List<DataBaseDialect> |
VALUES
A public read-only list of all the 'Data Base Dialect' enumerators. |
| Method Summary | |
|---|---|
static DataBaseDialect |
get(int value)
Returns the 'Data Base Dialect' literal with the specified integer value. |
static DataBaseDialect |
get(String literal)
Returns the 'Data Base Dialect' literal with the specified literal value. |
static DataBaseDialect |
getByName(String name)
Returns the 'Data Base Dialect' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static DataBaseDialect |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataBaseDialect[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DataBaseDialect ORACLE
ORACLE_VALUEpublic static final DataBaseDialect HSQLDB
HSQLDB_VALUEpublic static final DataBaseDialect MYSQL
MYSQL_VALUE| Field Detail |
|---|
public static final int ORACLE_VALUE
If the meaning of 'ORACLE' literal object isn't clear, there really should be more of a description here...
ORACLE,
Constant Field Valuespublic static final int HSQLDB_VALUE
If the meaning of 'HSQLDB' literal object isn't clear, there really should be more of a description here...
HSQLDB,
Constant Field Valuespublic static final int MYSQL_VALUE
If the meaning of 'MYSQL' literal object isn't clear, there really should be more of a description here...
MYSQL,
Constant Field Valuespublic static final List<DataBaseDialect> VALUES
| Method Detail |
|---|
public static DataBaseDialect[] values()
for (DataBaseDialect c : DataBaseDialect.values()) System.out.println(c);
public static DataBaseDialect valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static DataBaseDialect get(String literal)
public static DataBaseDialect getByName(String name)
public static DataBaseDialect get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<DataBaseDialect>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||