|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.dbdefinition.LanguageType
A representation of the literals of the enumeration 'Language Type', and utility methods for working with them.
DatabaseDefinitionPackage.getLanguageType()
,
Serialized FormField Summary | |
static int |
ASSEMBLY
The 'ASSEMBLY' literal value. |
static LanguageType |
ASSEMBLY_LITERAL
The 'ASSEMBLY' literal object. |
static int |
C
The 'C' literal value. |
static LanguageType |
C_LITERAL
The 'C' literal object. |
static int |
CL
The 'CL' literal value. |
static LanguageType |
CL_LITERAL
The 'CL' literal object. |
static int |
COBOL
The 'COBOL' literal value. |
static LanguageType |
COBOL_LITERAL
The 'COBOL' literal object. |
static int |
COBOLLE
The 'COBOLLE' literal value. |
static LanguageType |
COBOLLE_LITERAL
The 'COBOLLE' literal object. |
static int |
CPLUSPLUS
The 'CPLUSPLUS' literal value. |
static LanguageType |
CPLUSPLUS_LITERAL
The 'CPLUSPLUS' literal object. |
static int |
FORTRAN
The 'FORTRAN' literal value. |
static LanguageType |
FORTRAN_LITERAL
The 'FORTRAN' literal object. |
static int |
JAVA
The 'JAVA' literal value. |
static LanguageType |
JAVA_LITERAL
The 'JAVA' literal object. |
static int |
OLE
The 'OLE' literal value. |
static LanguageType |
OLE_LITERAL
The 'OLE' literal object. |
static int |
PLI
The 'PLI' literal value. |
static LanguageType |
PLI_LITERAL
The 'PLI' literal object. |
static int |
REXX
The 'REXX' literal value. |
static LanguageType |
REXX_LITERAL
The 'REXX' literal object. |
static int |
RPG
The 'RPG' literal value. |
static LanguageType |
RPG_LITERAL
The 'RPG' literal object. |
static int |
RPGLE
The 'RPGLE' literal value. |
static LanguageType |
RPGLE_LITERAL
The 'RPGLE' literal object. |
static int |
SQL
The 'SQL' literal value. |
static LanguageType |
SQL_LITERAL
The 'SQL' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Language Type' enumerators. |
Method Summary | |
static LanguageType |
get(int value)
Returns the 'Language Type' literal with the specified integer value. |
static LanguageType |
get(java.lang.String literal)
Returns the 'Language Type' literal with the specified literal value. |
static LanguageType |
getByName(java.lang.String name)
Returns the 'Language Type' 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 SQL
SQL_LITERAL
,
Constant Field Valuespublic static final int JAVA
JAVA_LITERAL
,
Constant Field Valuespublic static final int C
C_LITERAL
,
Constant Field Valuespublic static final int OLE
OLE_LITERAL
,
Constant Field Valuespublic static final int ASSEMBLY
ASSEMBLY_LITERAL
,
Constant Field Valuespublic static final int COBOL
COBOL_LITERAL
,
Constant Field Valuespublic static final int PLI
PLI_LITERAL
,
Constant Field Valuespublic static final int CPLUSPLUS
CPLUSPLUS_LITERAL
,
Constant Field Valuespublic static final int CL
CL_LITERAL
,
Constant Field Valuespublic static final int COBOLLE
COBOLLE_LITERAL
,
Constant Field Valuespublic static final int FORTRAN
FORTRAN_LITERAL
,
Constant Field Valuespublic static final int REXX
REXX_LITERAL
,
Constant Field Valuespublic static final int RPG
RPG_LITERAL
,
Constant Field Valuespublic static final int RPGLE
RPGLE_LITERAL
,
Constant Field Valuespublic static final LanguageType SQL_LITERAL
If the meaning of 'SQL' literal object isn't clear, there really should be more of a description here...
SQL
public static final LanguageType JAVA_LITERAL
If the meaning of 'JAVA' literal object isn't clear, there really should be more of a description here...
JAVA
public static final LanguageType C_LITERAL
If the meaning of 'C' literal object isn't clear, there really should be more of a description here...
C
public static final LanguageType OLE_LITERAL
If the meaning of 'OLE' literal object isn't clear, there really should be more of a description here...
OLE
public static final LanguageType ASSEMBLY_LITERAL
If the meaning of 'ASSEMBLY' literal object isn't clear, there really should be more of a description here...
ASSEMBLY
public static final LanguageType COBOL_LITERAL
If the meaning of 'COBOL' literal object isn't clear, there really should be more of a description here...
COBOL
public static final LanguageType PLI_LITERAL
If the meaning of 'PLI' literal object isn't clear, there really should be more of a description here...
PLI
public static final LanguageType CPLUSPLUS_LITERAL
If the meaning of 'CPLUSPLUS' literal object isn't clear, there really should be more of a description here...
CPLUSPLUS
public static final LanguageType CL_LITERAL
If the meaning of 'CL' literal object isn't clear, there really should be more of a description here...
CL
public static final LanguageType COBOLLE_LITERAL
If the meaning of 'COBOLLE' literal object isn't clear, there really should be more of a description here...
COBOLLE
public static final LanguageType FORTRAN_LITERAL
If the meaning of 'FORTRAN' literal object isn't clear, there really should be more of a description here...
FORTRAN
public static final LanguageType REXX_LITERAL
If the meaning of 'REXX' literal object isn't clear, there really should be more of a description here...
REXX
public static final LanguageType RPG_LITERAL
If the meaning of 'RPG' literal object isn't clear, there really should be more of a description here...
RPG
public static final LanguageType RPGLE_LITERAL
If the meaning of 'RPGLE' literal object isn't clear, there really should be more of a description here...
RPGLE
public static final java.util.List VALUES
Method Detail |
public static LanguageType get(java.lang.String literal)
public static LanguageType getByName(java.lang.String name)
public static LanguageType get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |