|
||||||||||
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 FormField Summary | |
---|---|
static int |
JDK118
The 'JDK118' literal value. |
static JavaSupportType |
JDK118_LITERAL
The 'JDK118' literal object. |
static int |
JDK13
The 'JDK13' literal value. |
static JavaSupportType |
JDK13_LITERAL
The 'JDK13' literal object. |
static int |
OFF
The 'OFF' literal value. |
static JavaSupportType |
OFF_LITERAL
The 'OFF' literal object. |
static int |
ON
The 'ON' literal value. |
static JavaSupportType |
ON_LITERAL
The 'ON' literal object. |
static java.util.List |
VALUES
A 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
OFF
public static final JavaSupportType ON_LITERAL
ON
public static final JavaSupportType JDK13_LITERAL
JDK13
public static final JavaSupportType JDK118_LITERAL
JDK118
public 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 |