|
||||||||||
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.SybaseASECatalogType
public final class SybaseASECatalogType
A representation of the literals of the enumeration 'Sybase ASE Catalog Type', and utility methods for working with them.
SybaseasesqlmodelPackage.getSybaseASECatalogType()
,
Serialized FormField Summary | |
---|---|
static int |
PROXYCATALOG
The 'PROXYCATALOG' literal value. |
static SybaseASECatalogType |
PROXYCATALOG_LITERAL
The 'PROXYCATALOG' literal object. |
static int |
TEMPCATALOG
The 'TEMPCATALOG' literal value. |
static SybaseASECatalogType |
TEMPCATALOG_LITERAL
The 'TEMPCATALOG' literal object. |
static int |
USERCATALOG
The 'USERCATALOG' literal value. |
static SybaseASECatalogType |
USERCATALOG_LITERAL
The 'USERCATALOG' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Sybase ASE Catalog Type' enumerators. |
Method Summary | |
---|---|
static SybaseASECatalogType |
get(int value)
Returns the 'Sybase ASE Catalog Type' literal with the specified integer value. |
static SybaseASECatalogType |
get(java.lang.String literal)
Returns the 'Sybase ASE Catalog Type' literal with the specified literal value. |
static SybaseASECatalogType |
getByName(java.lang.String name)
Returns the 'Sybase ASE Catalog 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 PROXYCATALOG
If the meaning of 'PROXYCATALOG' literal object isn't clear, there really should be more of a description here...
PROXYCATALOG_LITERAL
,
Constant Field Valuespublic static final int TEMPCATALOG
If the meaning of 'TEMPCATALOG' literal object isn't clear, there really should be more of a description here...
TEMPCATALOG_LITERAL
,
Constant Field Valuespublic static final int USERCATALOG
If the meaning of 'USERCATALOG' literal object isn't clear, there really should be more of a description here...
USERCATALOG_LITERAL
,
Constant Field Valuespublic static final SybaseASECatalogType PROXYCATALOG_LITERAL
PROXYCATALOG
public static final SybaseASECatalogType TEMPCATALOG_LITERAL
TEMPCATALOG
public static final SybaseASECatalogType USERCATALOG_LITERAL
USERCATALOG
public static final java.util.List VALUES
Method Detail |
---|
public static SybaseASECatalogType get(java.lang.String literal)
public static SybaseASECatalogType getByName(java.lang.String name)
public static SybaseASECatalogType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |