| 
 | ||||||||||
| 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 Form| Field Summary | |
|---|---|
| static int | DIRECTORYThe 'DIRECTORY' literal value. | 
| static ProxyTableExternalType | DIRECTORY_LITERALThe 'DIRECTORY' literal object. | 
| static int | FILEThe 'FILE' literal value. | 
| static ProxyTableExternalType | FILE_LITERALThe 'FILE' literal object. | 
| static int | PROCEDUREThe 'PROCEDURE' literal value. | 
| static ProxyTableExternalType | PROCEDURE_LITERALThe 'PROCEDURE' literal object. | 
| static int | TABLEThe 'TABLE' literal value. | 
| static ProxyTableExternalType | TABLE_LITERALThe 'TABLE' literal object. | 
| static java.util.List | VALUESA 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
TABLEpublic static final ProxyTableExternalType PROCEDURE_LITERAL
PROCEDUREpublic static final ProxyTableExternalType FILE_LITERAL
FILEpublic static final ProxyTableExternalType DIRECTORY_LITERAL
DIRECTORYpublic 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 | |||||||||