|
||||||||||
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 FormField Summary | |
---|---|
static int |
AUTOINCREMENT
The 'AUTOINCREMENT' literal value. |
static SystemDefinedDefaultType |
AUTOINCREMENT_LITERAL
The 'AUTOINCREMENT' literal object. |
static int |
CURRENT_DATABASE
The 'CURRENT DATABASE' literal value. |
static SystemDefinedDefaultType |
CURRENT_DATABASE_LITERAL
The 'CURRENT DATABASE' literal object. |
static int |
CURRENT_DATE
The 'CURRENT DATE' literal value. |
static SystemDefinedDefaultType |
CURRENT_DATE_LITERAL
The 'CURRENT DATE' literal object. |
static int |
CURRENT_PUBLISHER
The 'CURRENT PUBLISHER' literal value. |
static SystemDefinedDefaultType |
CURRENT_PUBLISHER_LITERAL
The 'CURRENT PUBLISHER' literal object. |
static int |
CURRENT_REMOTE_USER
The 'CURRENT REMOTE USER' literal value. |
static SystemDefinedDefaultType |
CURRENT_REMOTE_USER_LITERAL
The 'CURRENT REMOTE USER' literal object. |
static int |
CURRENT_TIME
The 'CURRENT TIME' literal value. |
static SystemDefinedDefaultType |
CURRENT_TIME_LITERAL
The 'CURRENT TIME' literal object. |
static int |
CURRENT_TIMESTAMP
The 'CURRENT TIMESTAMP' literal value. |
static SystemDefinedDefaultType |
CURRENT_TIMESTAMP_LITERAL
The 'CURRENT TIMESTAMP' literal object. |
static int |
CURRENT_USER
The 'CURRENT USER' literal value. |
static SystemDefinedDefaultType |
CURRENT_USER_LITERAL
The 'CURRENT USER' literal object. |
static int |
CURRENT_UTC_TIMESTAMP
The 'CURRENT UTC TIMESTAMP' literal value. |
static SystemDefinedDefaultType |
CURRENT_UTC_TIMESTAMP_LITERAL
The 'CURRENT UTC TIMESTAMP' literal object. |
static int |
GLOBAL_AUTOINCREMENT
The 'GLOBAL AUTOINCREMENT' literal value. |
static SystemDefinedDefaultType |
GLOBAL_AUTOINCREMENT_LITERAL
The 'GLOBAL AUTOINCREMENT' literal object. |
static int |
LAST_USER
The 'LAST USER' literal value. |
static SystemDefinedDefaultType |
LAST_USER_LITERAL
The 'LAST USER' literal object. |
static int |
NULL
The 'NULL' literal value. |
static SystemDefinedDefaultType |
NULL_LITERAL
The 'NULL' literal object. |
static int |
TIMESTAMP
The 'TIMESTAMP' literal value. |
static SystemDefinedDefaultType |
TIMESTAMP_LITERAL
The 'TIMESTAMP' literal object. |
static int |
USER
The 'USER' literal value. |
static SystemDefinedDefaultType |
USER_LITERAL
The 'USER' literal object. |
static int |
UTC_TIMESTAMP
The 'UTC TIMESTAMP' literal value. |
static SystemDefinedDefaultType |
UTC_TIMESTAMP_LITERAL
The 'UTC TIMESTAMP' literal object. |
static java.util.List |
VALUES
A 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
AUTOINCREMENT
public static final SystemDefinedDefaultType CURRENT_DATABASE_LITERAL
CURRENT_DATABASE
public static final SystemDefinedDefaultType CURRENT_REMOTE_USER_LITERAL
CURRENT_REMOTE_USER
public static final SystemDefinedDefaultType CURRENT_UTC_TIMESTAMP_LITERAL
CURRENT_UTC_TIMESTAMP
public static final SystemDefinedDefaultType GLOBAL_AUTOINCREMENT_LITERAL
GLOBAL_AUTOINCREMENT
public static final SystemDefinedDefaultType NULL_LITERAL
NULL
public static final SystemDefinedDefaultType TIMESTAMP_LITERAL
TIMESTAMP
public static final SystemDefinedDefaultType UTC_TIMESTAMP_LITERAL
UTC_TIMESTAMP
public static final SystemDefinedDefaultType LAST_USER_LITERAL
LAST_USER
public static final SystemDefinedDefaultType CURRENT_DATE_LITERAL
CURRENT_DATE
public static final SystemDefinedDefaultType CURRENT_TIME_LITERAL
CURRENT_TIME
public static final SystemDefinedDefaultType CURRENT_TIMESTAMP_LITERAL
CURRENT_TIMESTAMP
public static final SystemDefinedDefaultType CURRENT_USER_LITERAL
CURRENT_USER
public static final SystemDefinedDefaultType CURRENT_PUBLISHER_LITERAL
CURRENT_PUBLISHER
public static final SystemDefinedDefaultType USER_LITERAL
USER
public 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 |