g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.functions.impl
Class FunctionsFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by eu.geclipse.jsdl.model.functions.impl.FunctionsFactoryImpl
All Implemented Interfaces:
FunctionsFactory

public class FunctionsFactoryImpl
extends EFactoryImpl
implements FunctionsFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface eu.geclipse.jsdl.model.functions.FunctionsFactory
eINSTANCE
 
Constructor Summary
FunctionsFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 EObject create(EClass eClass)
           
 DocumentRoot createDocumentRoot()
           
 ExceptionType createExceptionType()
           
 LoopType createLoopType()
           
 ValuesType createValuesType()
           
 FunctionsPackage getFunctionsPackage()
           
static FunctionsPackage getPackage()
          Deprecated.  
static FunctionsFactory init()
          Creates the default factory implementation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionsFactoryImpl

public FunctionsFactoryImpl()
Creates an instance of the factory.

Method Detail

init

public static FunctionsFactory init()
Creates the default factory implementation.


create

public EObject create(EClass eClass)


createDocumentRoot

public DocumentRoot createDocumentRoot()

Specified by:
createDocumentRoot in interface FunctionsFactory
Returns:
a new object of class 'Document Root'.

createExceptionType

public ExceptionType createExceptionType()

Specified by:
createExceptionType in interface FunctionsFactory
Returns:
a new object of class 'Exception Type'.

createLoopType

public LoopType createLoopType()

Specified by:
createLoopType in interface FunctionsFactory
Returns:
a new object of class 'Loop Type'.

createValuesType

public ValuesType createValuesType()

Specified by:
createValuesType in interface FunctionsFactory
Returns:
a new object of class 'Values Type'.

getFunctionsPackage

public FunctionsPackage getFunctionsPackage()

Specified by:
getFunctionsPackage in interface FunctionsFactory
Returns:
the package supported by this factory.

getPackage

public static FunctionsPackage getPackage()
Deprecated. 


g-Eclipse
Release 1.0.0