|
||||||||||
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.ase.models.sybaseasesqlmodel.ProxyTableExternalType
public final class ProxyTableExternalType
A representation of the literals of the enumeration 'Proxy Table External Type', and utility methods for working with them.
SybaseasesqlmodelPackage.getProxyTableExternalType()
,
Serialized FormField Summary | |
---|---|
static int |
DIRECTORY
The 'DIRECTORY' literal value. |
static ProxyTableExternalType |
DIRECTORY_LITERAL
The 'DIRECTORY' literal object. |
static int |
FILE
The 'FILE' literal value. |
static ProxyTableExternalType |
FILE_LITERAL
The 'FILE' literal object. |
static int |
PROCEDURE
The 'PROCEDURE' literal value. |
static ProxyTableExternalType |
PROCEDURE_LITERAL
The 'PROCEDURE' literal object. |
static int |
TABLE
The 'TABLE' literal value. |
static ProxyTableExternalType |
TABLE_LITERAL
The 'TABLE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Proxy Table External Type' enumerators. |
Method Summary | |
---|---|
static ProxyTableExternalType |
get(int value)
Returns the 'Proxy Table External Type' literal with the specified integer value. |
static ProxyTableExternalType |
get(java.lang.String literal)
Returns the 'Proxy Table External Type' literal with the specified literal value. |
static ProxyTableExternalType |
getByName(java.lang.String name)
Returns the 'Proxy Table External 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 TABLE
If the meaning of 'TABLE' literal object isn't clear, there really should be more of a description here...
TABLE_LITERAL
,
Constant Field Valuespublic static final int PROCEDURE
If the meaning of 'PROCEDURE' literal object isn't clear, there really should be more of a description here...
PROCEDURE_LITERAL
,
Constant Field Valuespublic static final int FILE
If the meaning of 'FILE' literal object isn't clear, there really should be more of a description here...
FILE_LITERAL
,
Constant Field Valuespublic static final int DIRECTORY
If the meaning of 'DIRECTORY' literal object isn't clear, there really should be more of a description here...
DIRECTORY_LITERAL
,
Constant Field Valuespublic static final ProxyTableExternalType TABLE_LITERAL
TABLE
public static final ProxyTableExternalType PROCEDURE_LITERAL
PROCEDURE
public static final ProxyTableExternalType FILE_LITERAL
FILE
public static final ProxyTableExternalType DIRECTORY_LITERAL
DIRECTORY
public static final java.util.List VALUES
Method Detail |
---|
public static ProxyTableExternalType get(java.lang.String literal)
public static ProxyTableExternalType getByName(java.lang.String name)
public static ProxyTableExternalType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |