|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionTimeType | |
---|---|
org.eclipse.datatools.modelbase.sql.tables | |
org.eclipse.datatools.modelbase.sql.tables.impl |
Uses of ActionTimeType in org.eclipse.datatools.modelbase.sql.tables |
---|
Fields in org.eclipse.datatools.modelbase.sql.tables declared as ActionTimeType | |
---|---|
static ActionTimeType |
ActionTimeType.AFTER_LITERAL
The 'AFTER' literal object. |
static ActionTimeType |
ActionTimeType.BEFORE_LITERAL
The 'BEFORE' literal object. |
static ActionTimeType |
ActionTimeType.INSTEADOF_LITERAL
The 'INSTEADOF' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.tables that return ActionTimeType | |
---|---|
static ActionTimeType |
ActionTimeType.get(int value)
Returns the 'Action Time Type' literal with the specified integer value. |
static ActionTimeType |
ActionTimeType.get(java.lang.String literal)
Returns the 'Action Time Type' literal with the specified literal value. |
ActionTimeType |
Trigger.getActionTime()
Returns the value of the 'Action Time' attribute. |
static ActionTimeType |
ActionTimeType.getByName(java.lang.String name)
Returns the 'Action Time Type' literal with the specified name. |
Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type ActionTimeType | |
---|---|
void |
Trigger.setActionTime(ActionTimeType value)
Sets the value of the ' Action Time ' attribute. |
Uses of ActionTimeType in org.eclipse.datatools.modelbase.sql.tables.impl |
---|
Methods in org.eclipse.datatools.modelbase.sql.tables.impl that return ActionTimeType | |
---|---|
ActionTimeType |
SQLTablesFactoryImpl.createActionTimeTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
ActionTimeType |
TriggerImpl.getActionTime()
|
Methods in org.eclipse.datatools.modelbase.sql.tables.impl with parameters of type ActionTimeType | |
---|---|
void |
TriggerImpl.setActionTime(ActionTimeType newActionTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |