| 
 | ||||||||||
| 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.SystemDefinedDefaultType
public final class SystemDefinedDefaultType
A representation of the literals of the enumeration 'System Defined Default Type', and utility methods for working with them.
SybaseasabasesqlmodelPackage.getSystemDefinedDefaultType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | AUTOINCREMENTThe 'AUTOINCREMENT' literal value. | 
| static SystemDefinedDefaultType | AUTOINCREMENT_LITERALThe 'AUTOINCREMENT' literal object. | 
| static int | CURRENT_DATABASEThe 'CURRENT DATABASE' literal value. | 
| static SystemDefinedDefaultType | CURRENT_DATABASE_LITERALThe 'CURRENT DATABASE' literal object. | 
| static int | CURRENT_DATEThe 'CURRENT DATE' literal value. | 
| static SystemDefinedDefaultType | CURRENT_DATE_LITERALThe 'CURRENT DATE' literal object. | 
| static int | CURRENT_PUBLISHERThe 'CURRENT PUBLISHER' literal value. | 
| static SystemDefinedDefaultType | CURRENT_PUBLISHER_LITERALThe 'CURRENT PUBLISHER' literal object. | 
| static int | CURRENT_REMOTE_USERThe 'CURRENT REMOTE USER' literal value. | 
| static SystemDefinedDefaultType | CURRENT_REMOTE_USER_LITERALThe 'CURRENT REMOTE USER' literal object. | 
| static int | CURRENT_TIMEThe 'CURRENT TIME' literal value. | 
| static SystemDefinedDefaultType | CURRENT_TIME_LITERALThe 'CURRENT TIME' literal object. | 
| static int | CURRENT_TIMESTAMPThe 'CURRENT TIMESTAMP' literal value. | 
| static SystemDefinedDefaultType | CURRENT_TIMESTAMP_LITERALThe 'CURRENT TIMESTAMP' literal object. | 
| static int | CURRENT_USERThe 'CURRENT USER' literal value. | 
| static SystemDefinedDefaultType | CURRENT_USER_LITERALThe 'CURRENT USER' literal object. | 
| static int | CURRENT_UTC_TIMESTAMPThe 'CURRENT UTC TIMESTAMP' literal value. | 
| static SystemDefinedDefaultType | CURRENT_UTC_TIMESTAMP_LITERALThe 'CURRENT UTC TIMESTAMP' literal object. | 
| static int | GLOBAL_AUTOINCREMENTThe 'GLOBAL AUTOINCREMENT' literal value. | 
| static SystemDefinedDefaultType | GLOBAL_AUTOINCREMENT_LITERALThe 'GLOBAL AUTOINCREMENT' literal object. | 
| static int | LAST_USERThe 'LAST USER' literal value. | 
| static SystemDefinedDefaultType | LAST_USER_LITERALThe 'LAST USER' literal object. | 
| static int | NULLThe 'NULL' literal value. | 
| static SystemDefinedDefaultType | NULL_LITERALThe 'NULL' literal object. | 
| static int | TIMESTAMPThe 'TIMESTAMP' literal value. | 
| static SystemDefinedDefaultType | TIMESTAMP_LITERALThe 'TIMESTAMP' literal object. | 
| static int | USERThe 'USER' literal value. | 
| static SystemDefinedDefaultType | USER_LITERALThe 'USER' literal object. | 
| static int | UTC_TIMESTAMPThe 'UTC TIMESTAMP' literal value. | 
| static SystemDefinedDefaultType | UTC_TIMESTAMP_LITERALThe 'UTC TIMESTAMP' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'System Defined Default Type' enumerators. | 
| Method Summary | |
|---|---|
| static SystemDefinedDefaultType | get(int value)Returns the 'System Defined Default Type' literal with the specified integer value. | 
| static SystemDefinedDefaultType | get(java.lang.String literal)Returns the 'System Defined Default Type' literal with the specified literal value. | 
| static SystemDefinedDefaultType | getByName(java.lang.String name)Returns the 'System Defined Default 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 AUTOINCREMENT
If the meaning of 'AUTOINCREMENT' literal object isn't clear, there really should be more of a description here...
AUTOINCREMENT_LITERAL, 
Constant Field Valuespublic static final int CURRENT_DATABASE
If the meaning of 'CURRENT DATABASE' literal object isn't clear, there really should be more of a description here...
CURRENT_DATABASE_LITERAL, 
Constant Field Valuespublic static final int CURRENT_REMOTE_USER
If the meaning of 'CURRENT REMOTE USER' literal object isn't clear, there really should be more of a description here...
CURRENT_REMOTE_USER_LITERAL, 
Constant Field Valuespublic static final int CURRENT_UTC_TIMESTAMP
If the meaning of 'CURRENT UTC TIMESTAMP' literal object isn't clear, there really should be more of a description here...
CURRENT_UTC_TIMESTAMP_LITERAL, 
Constant Field Valuespublic static final int GLOBAL_AUTOINCREMENT
If the meaning of 'GLOBAL AUTOINCREMENT' literal object isn't clear, there really should be more of a description here...
GLOBAL_AUTOINCREMENT_LITERAL, 
Constant Field Valuespublic static final int NULL
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL_LITERAL, 
Constant Field Valuespublic static final int TIMESTAMP
If the meaning of 'TIMESTAMP' literal object isn't clear, there really should be more of a description here...
TIMESTAMP_LITERAL, 
Constant Field Valuespublic static final int UTC_TIMESTAMP
If the meaning of 'UTC TIMESTAMP' literal object isn't clear, there really should be more of a description here...
UTC_TIMESTAMP_LITERAL, 
Constant Field Valuespublic static final int LAST_USER
If the meaning of 'LAST USER' literal object isn't clear, there really should be more of a description here...
LAST_USER_LITERAL, 
Constant Field Valuespublic static final int CURRENT_DATE
If the meaning of 'CURRENT DATE' literal object isn't clear, there really should be more of a description here...
CURRENT_DATE_LITERAL, 
Constant Field Valuespublic static final int CURRENT_TIME
If the meaning of 'CURRENT TIME' literal object isn't clear, there really should be more of a description here...
CURRENT_TIME_LITERAL, 
Constant Field Valuespublic static final int CURRENT_TIMESTAMP
If the meaning of 'CURRENT TIMESTAMP' literal object isn't clear, there really should be more of a description here...
CURRENT_TIMESTAMP_LITERAL, 
Constant Field Valuespublic static final int CURRENT_USER
If the meaning of 'CURRENT USER' literal object isn't clear, there really should be more of a description here...
CURRENT_USER_LITERAL, 
Constant Field Valuespublic static final int CURRENT_PUBLISHER
If the meaning of 'CURRENT PUBLISHER' literal object isn't clear, there really should be more of a description here...
CURRENT_PUBLISHER_LITERAL, 
Constant Field Valuespublic static final int USER
If the meaning of 'USER' literal object isn't clear, there really should be more of a description here...
USER_LITERAL, 
Constant Field Valuespublic static final SystemDefinedDefaultType AUTOINCREMENT_LITERAL
AUTOINCREMENTpublic static final SystemDefinedDefaultType CURRENT_DATABASE_LITERAL
CURRENT_DATABASEpublic static final SystemDefinedDefaultType CURRENT_REMOTE_USER_LITERAL
CURRENT_REMOTE_USERpublic static final SystemDefinedDefaultType CURRENT_UTC_TIMESTAMP_LITERAL
CURRENT_UTC_TIMESTAMPpublic static final SystemDefinedDefaultType GLOBAL_AUTOINCREMENT_LITERAL
GLOBAL_AUTOINCREMENTpublic static final SystemDefinedDefaultType NULL_LITERAL
NULLpublic static final SystemDefinedDefaultType TIMESTAMP_LITERAL
TIMESTAMPpublic static final SystemDefinedDefaultType UTC_TIMESTAMP_LITERAL
UTC_TIMESTAMPpublic static final SystemDefinedDefaultType LAST_USER_LITERAL
LAST_USERpublic static final SystemDefinedDefaultType CURRENT_DATE_LITERAL
CURRENT_DATEpublic static final SystemDefinedDefaultType CURRENT_TIME_LITERAL
CURRENT_TIMEpublic static final SystemDefinedDefaultType CURRENT_TIMESTAMP_LITERAL
CURRENT_TIMESTAMPpublic static final SystemDefinedDefaultType CURRENT_USER_LITERAL
CURRENT_USERpublic static final SystemDefinedDefaultType CURRENT_PUBLISHER_LITERAL
CURRENT_PUBLISHERpublic static final SystemDefinedDefaultType USER_LITERAL
USERpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static SystemDefinedDefaultType get(java.lang.String literal)
public static SystemDefinedDefaultType getByName(java.lang.String name)
public static SystemDefinedDefaultType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||