|
|||||||||||
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 |
convertToString(EDataType eDataType,
java.lang.Object instanceValue)
|
EObject |
create(EClass eClass)
|
BuiltInFunction |
createBuiltInFunction()
|
java.lang.Object |
createFromString(EDataType eDataType,
java.lang.String initialValue)
|
Function |
createFunction()
|
Method |
createMethod()
|
Parameter |
createParameter()
|
Procedure |
createProcedure()
|
RoutineResultTable |
createRoutineResultTable()
|
Source |
createSource()
|
UserDefinedFunction |
createUserDefinedFunction()
|
static SQLRoutinesPackage |
getPackage()
Deprecated. |
SQLRoutinesPackage |
getSQLRoutinesPackage()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLRoutinesFactoryImpl()
Method Detail |
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 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 |