| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.JavaSupportType
public final class JavaSupportType
A representation of the literals of the enumeration 'Java Support Type', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getJavaSupportType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | JDK118The 'JDK118' literal value. | 
| static JavaSupportType | JDK118_LITERALThe 'JDK118' literal object. | 
| static int | JDK13The 'JDK13' literal value. | 
| static JavaSupportType | JDK13_LITERALThe 'JDK13' literal object. | 
| static int | OFFThe 'OFF' literal value. | 
| static JavaSupportType | OFF_LITERALThe 'OFF' literal object. | 
| static int | ONThe 'ON' literal value. | 
| static JavaSupportType | ON_LITERALThe 'ON' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Java Support Type' enumerators. | 
| Method Summary | |
|---|---|
| static JavaSupportType | get(int value)Returns the 'Java Support Type' literal with the specified integer value. | 
| static JavaSupportType | get(java.lang.String literal)Returns the 'Java Support Type' literal with the specified literal value. | 
| static JavaSupportType | getByName(java.lang.String name)Returns the 'Java Support Type' 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 | 
| Field Detail | 
|---|
public static final int OFF
If the meaning of 'OFF' literal object isn't clear, there really should be more of a description here...
OFF_LITERAL, 
Constant Field Valuespublic static final int ON
If the meaning of 'ON' literal object isn't clear, there really should be more of a description here...
ON_LITERAL, 
Constant Field Valuespublic static final int JDK13
If the meaning of 'JDK13' literal object isn't clear, there really should be more of a description here...
JDK13_LITERAL, 
Constant Field Valuespublic static final int JDK118
If the meaning of 'JDK118' literal object isn't clear, there really should be more of a description here...
JDK118_LITERAL, 
Constant Field Valuespublic static final JavaSupportType OFF_LITERAL
OFFpublic static final JavaSupportType ON_LITERAL
ONpublic static final JavaSupportType JDK13_LITERAL
JDK13public static final JavaSupportType JDK118_LITERAL
JDK118public static final java.util.List VALUES
| Method Detail | 
|---|
public static JavaSupportType get(java.lang.String literal)
public static JavaSupportType getByName(java.lang.String name)
public static JavaSupportType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||