g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl.impl
Class QdlFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by eu.geclipse.batch.model.qdl.impl.QdlFactoryImpl
All Implemented Interfaces:
QdlFactory

public class QdlFactoryImpl
extends EFactoryImpl
implements QdlFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface eu.geclipse.batch.model.qdl.QdlFactory
eINSTANCE
 
Constructor Summary
QdlFactoryImpl()
          Creates an instance of the factory
 
Method Summary
 java.lang.String convertDescriptionTypeToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertQueueStatusEnumerationObjectToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertQueueStatusEnumerationToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertQueueTypeEnumerationObjectToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertQueueTypeEnumerationToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
           
 EObject create(EClass eClass)
           
 AllowedVirtualOrganizationsType createAllowedVirtualOrganizationsType()
           
 BoundaryType createBoundaryType()
           
 java.lang.String createDescriptionTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 DocumentRoot createDocumentRoot()
           
 ExactType createExactType()
           
 java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
           
 IntegerBoundaryType createIntegerBoundaryType()
           
 IntegerExactType createIntegerExactType()
           
 IntegerRangeType createIntegerRangeType()
           
 IntegerRangeValueType createIntegerRangeValueType()
           
 QueueStatusEnumeration createQueueStatusEnumerationFromString(EDataType eDataType, java.lang.String initialValue)
           
 QueueStatusEnumeration createQueueStatusEnumerationObjectFromString(EDataType eDataType, java.lang.String initialValue)
           
 QueueType createQueueType()
           
 QueueTypeEnumeration createQueueTypeEnumerationFromString(EDataType eDataType, java.lang.String initialValue)
           
 QueueTypeEnumeration createQueueTypeEnumerationObjectFromString(EDataType eDataType, java.lang.String initialValue)
           
 RangeType createRangeType()
           
 RangeValueType createRangeValueType()
           
static QdlPackage getPackage()
          Deprecated.  
 QdlPackage getQdlPackage()
           
static QdlFactory init()
          Creates the default factory implementation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QdlFactoryImpl

public QdlFactoryImpl()
Creates an instance of the factory.

Method Detail

init

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


create

public EObject create(EClass eClass)


createFromString

public java.lang.Object createFromString(EDataType eDataType,
                                         java.lang.String initialValue)


convertToString

public java.lang.String convertToString(EDataType eDataType,
                                        java.lang.Object instanceValue)


createAllowedVirtualOrganizationsType

public AllowedVirtualOrganizationsType createAllowedVirtualOrganizationsType()

Specified by:
createAllowedVirtualOrganizationsType in interface QdlFactory
Returns:
a new object of class 'Allowed Virtual Organizations Type'.

createBoundaryType

public BoundaryType createBoundaryType()

Specified by:
createBoundaryType in interface QdlFactory
Returns:
a new object of class 'Boundary Type'.

createDocumentRoot

public DocumentRoot createDocumentRoot()

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

createExactType

public ExactType createExactType()

Specified by:
createExactType in interface QdlFactory
Returns:
a new object of class 'Exact Type'.

createIntegerBoundaryType

public IntegerBoundaryType createIntegerBoundaryType()

Specified by:
createIntegerBoundaryType in interface QdlFactory
Returns:
a new object of class 'Integer Boundary Type'.

createIntegerExactType

public IntegerExactType createIntegerExactType()

Specified by:
createIntegerExactType in interface QdlFactory
Returns:
a new object of class 'Integer Exact Type'.

createIntegerRangeType

public IntegerRangeType createIntegerRangeType()

Specified by:
createIntegerRangeType in interface QdlFactory
Returns:
a new object of class 'Integer Range Type'.

createIntegerRangeValueType

public IntegerRangeValueType createIntegerRangeValueType()

Specified by:
createIntegerRangeValueType in interface QdlFactory
Returns:
a new object of class 'Integer Range Value Type'.

createQueueType

public QueueType createQueueType()

Specified by:
createQueueType in interface QdlFactory
Returns:
a new object of class 'Queue Type'.

createRangeType

public RangeType createRangeType()

Specified by:
createRangeType in interface QdlFactory
Returns:
a new object of class 'Range Type'.

createRangeValueType

public RangeValueType createRangeValueType()

Specified by:
createRangeValueType in interface QdlFactory
Returns:
a new object of class 'Range Value Type'.

createQueueStatusEnumerationFromString

public QueueStatusEnumeration createQueueStatusEnumerationFromString(EDataType eDataType,
                                                                     java.lang.String initialValue)


convertQueueStatusEnumerationToString

public java.lang.String convertQueueStatusEnumerationToString(EDataType eDataType,
                                                              java.lang.Object instanceValue)


createQueueTypeEnumerationFromString

public QueueTypeEnumeration createQueueTypeEnumerationFromString(EDataType eDataType,
                                                                 java.lang.String initialValue)


convertQueueTypeEnumerationToString

public java.lang.String convertQueueTypeEnumerationToString(EDataType eDataType,
                                                            java.lang.Object instanceValue)


createDescriptionTypeFromString

public java.lang.String createDescriptionTypeFromString(EDataType eDataType,
                                                        java.lang.String initialValue)


convertDescriptionTypeToString

public java.lang.String convertDescriptionTypeToString(EDataType eDataType,
                                                       java.lang.Object instanceValue)


createQueueStatusEnumerationObjectFromString

public QueueStatusEnumeration createQueueStatusEnumerationObjectFromString(EDataType eDataType,
                                                                           java.lang.String initialValue)


convertQueueStatusEnumerationObjectToString

public java.lang.String convertQueueStatusEnumerationObjectToString(EDataType eDataType,
                                                                    java.lang.Object instanceValue)


createQueueTypeEnumerationObjectFromString

public QueueTypeEnumeration createQueueTypeEnumerationObjectFromString(EDataType eDataType,
                                                                       java.lang.String initialValue)


convertQueueTypeEnumerationObjectToString

public java.lang.String convertQueueTypeEnumerationObjectToString(EDataType eDataType,
                                                                  java.lang.Object instanceValue)


getQdlPackage

public QdlPackage getQdlPackage()

Specified by:
getQdlPackage in interface QdlFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static QdlPackage getPackage()
Deprecated. 


g-Eclipse
Release 1.0.0