|
||||||||||
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.TableType
public final class TableType
A representation of the literals of the enumeration 'Table Type', and utility methods for working with them.
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.SybaseasesqlmodelPackage#getTableType()
,
Serialized FormField Summary | |
---|---|
static int |
NONESHARABLETEMPTABLE
The 'NONESHARABLETEMPTABLE' literal value. |
static TableType |
NONESHARABLETEMPTABLE_LITERAL
The 'NONESHARABLETEMPTABLE' literal object. |
static int |
PROXYTABLE
The 'PROXYTABLE' literal value. |
static TableType |
PROXYTABLE_LITERAL
The 'PROXYTABLE' literal object. |
static int |
SHARABLETEMPTABLE
The 'SHARABLETEMPTABLE' literal value. |
static TableType |
SHARABLETEMPTABLE_LITERAL
The 'SHARABLETEMPTABLE' literal object. |
static int |
SYSTEMTABLE
The 'SYSTEMTABLE' literal value. |
static TableType |
SYSTEMTABLE_LITERAL
The 'SYSTEMTABLE' literal object. |
static int |
USERTABLE
The 'USERTABLE' literal value. |
static TableType |
USERTABLE_LITERAL
The 'USERTABLE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Table Type' enumerators. |
static int |
WEBSERVICEASTABLE
The 'WEBSERVICEASTABLE' literal value. |
static TableType |
WEBSERVICEASTABLE_LITERAL
The 'WEBSERVICEASTABLE' literal object. |
Method Summary | |
---|---|
static TableType |
get(int value)
Returns the 'Table Type' literal with the specified integer value. |
static TableType |
get(java.lang.String literal)
Returns the 'Table Type' literal with the specified literal value. |
static TableType |
getByName(java.lang.String name)
Returns the 'Table 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 USERTABLE
If the meaning of 'USERTABLE' literal object isn't clear, there really should be more of a description here...
USERTABLE_LITERAL
,
Constant Field Valuespublic static final int SHARABLETEMPTABLE
If the meaning of 'SHARABLETEMPTABLE' literal object isn't clear, there really should be more of a description here...
SHARABLETEMPTABLE_LITERAL
,
Constant Field Valuespublic static final int NONESHARABLETEMPTABLE
If the meaning of 'NONESHARABLETEMPTABLE' literal object isn't clear, there really should be more of a description here...
NONESHARABLETEMPTABLE_LITERAL
,
Constant Field Valuespublic static final int PROXYTABLE
If the meaning of 'PROXYTABLE' literal object isn't clear, there really should be more of a description here...
PROXYTABLE_LITERAL
,
Constant Field Valuespublic static final int SYSTEMTABLE
If the meaning of 'SYSTEMTABLE' literal object isn't clear, there really should be more of a description here...
SYSTEMTABLE_LITERAL
,
Constant Field Valuespublic static final int WEBSERVICEASTABLE
If the meaning of 'WEBSERVICEASTABLE' literal object isn't clear, there really should be more of a description here...
WEBSERVICEASTABLE_LITERAL
,
Constant Field Valuespublic static final TableType USERTABLE_LITERAL
USERTABLE
public static final TableType SHARABLETEMPTABLE_LITERAL
SHARABLETEMPTABLE
public static final TableType NONESHARABLETEMPTABLE_LITERAL
NONESHARABLETEMPTABLE
public static final TableType PROXYTABLE_LITERAL
PROXYTABLE
public static final TableType SYSTEMTABLE_LITERAL
SYSTEMTABLE
public static final TableType WEBSERVICEASTABLE_LITERAL
WEBSERVICEASTABLE
public static final java.util.List VALUES
Method Detail |
---|
public static TableType get(java.lang.String literal)
public static TableType getByName(java.lang.String name)
public static TableType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |