|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEFactoryImpl
org.eclipse.datatools.modelbase.sql.routines.impl.SQLRoutinesFactoryImpl
An implementation of the model Factory.
Field Summary |
Fields inherited from interface org.eclipse.datatools.modelbase.sql.routines.SQLRoutinesFactory |
eINSTANCE |
Constructor Summary | |
SQLRoutinesFactoryImpl()
Creates an instance of the factory. |
Method Summary | |
java.lang.String |
convertDataAccessToString(EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertParameterModeToString(EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertToString(EDataType eDataType,
java.lang.Object instanceValue)
|
EObject |
create(EClass eClass)
|
BuiltInFunction |
createBuiltInFunction()
|
DataAccess |
createDataAccessFromString(EDataType eDataType,
java.lang.String initialValue)
|
java.lang.Object |
createFromString(EDataType eDataType,
java.lang.String initialValue)
|
Function |
createFunction()
|
Method |
createMethod()
|
Parameter |
createParameter()
|
ParameterMode |
createParameterModeFromString(EDataType eDataType,
java.lang.String initialValue)
|
Procedure |
createProcedure()
|
RoutineResultTable |
createRoutineResultTable()
|
Source |
createSource()
|
UserDefinedFunction |
createUserDefinedFunction()
|
static SQLRoutinesPackage |
getPackage()
Deprecated. |
SQLRoutinesPackage |
getSQLRoutinesPackage()
|
static SQLRoutinesFactory |
init()
Creates the default factory implementation. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLRoutinesFactoryImpl()
Method Detail |
public static SQLRoutinesFactory init()
public EObject create(EClass eClass)
public java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
public Source createSource()
createSource
in interface SQLRoutinesFactory
public Parameter createParameter()
createParameter
in interface SQLRoutinesFactory
public Procedure createProcedure()
createProcedure
in interface SQLRoutinesFactory
public Function createFunction()
createFunction
in interface SQLRoutinesFactory
public RoutineResultTable createRoutineResultTable()
createRoutineResultTable
in interface SQLRoutinesFactory
public Method createMethod()
createMethod
in interface SQLRoutinesFactory
public UserDefinedFunction createUserDefinedFunction()
createUserDefinedFunction
in interface SQLRoutinesFactory
public BuiltInFunction createBuiltInFunction()
createBuiltInFunction
in interface SQLRoutinesFactory
public DataAccess createDataAccessFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertDataAccessToString(EDataType eDataType, java.lang.Object instanceValue)
public ParameterMode createParameterModeFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertParameterModeToString(EDataType eDataType, java.lang.Object instanceValue)
public SQLRoutinesPackage getSQLRoutinesPackage()
getSQLRoutinesPackage
in interface SQLRoutinesFactory
public static SQLRoutinesPackage getPackage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |