org.eclipse.etrice.etunit.converter.Etunit.impl
Class EtunitFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by org.eclipse.etrice.etunit.converter.Etunit.impl.EtunitFactoryImpl
All Implemented Interfaces:
EtunitFactory

public class EtunitFactoryImpl
extends EFactoryImpl
implements EtunitFactory

An implementation of the model Factory.

EMF generated code

Field Summary
 
Fields inherited from interface org.eclipse.etrice.etunit.converter.Etunit.EtunitFactory
eINSTANCE
 
Constructor Summary
EtunitFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 java.lang.String convertISO8601DATETIMEPATTERNToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertNameTypeToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertPreStringToString(EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
           
 EObject create(EClass eClass)
           
 DocumentRoot createDocumentRoot()
           
 ErrorType createErrorType()
           
 FailureType createFailureType()
           
 java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
           
 javax.xml.datatype.XMLGregorianCalendar createISO8601DATETIMEPATTERNFromString(EDataType eDataType, java.lang.String initialValue)
           
 java.lang.String createNameTypeFromString(EDataType eDataType, java.lang.String initialValue)
           
 java.lang.String createPreStringFromString(EDataType eDataType, java.lang.String initialValue)
           
 TestcaseType createTestcaseType()
           
 Testsuite createTestsuite()
           
 TestsuitesType createTestsuitesType()
           
 TestsuiteType createTestsuiteType()
           
 EtunitPackage getEtunitPackage()
           
static EtunitPackage getPackage()
          Deprecated.  
static EtunitFactory init()
          Creates the default factory implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EtunitFactoryImpl

public EtunitFactoryImpl()
Creates an instance of the factory.

EMF generated code
Method Detail

init

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

EMF generated code

create

public EObject create(EClass eClass)

EMF generated code

createFromString

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

EMF generated code

convertToString

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

EMF generated code

createDocumentRoot

public DocumentRoot createDocumentRoot()

Specified by:
createDocumentRoot in interface EtunitFactory
Returns:
a new object of class 'Document Root'.
EMF generated code

createErrorType

public ErrorType createErrorType()

Specified by:
createErrorType in interface EtunitFactory
Returns:
a new object of class 'Error Type'.
EMF generated code

createFailureType

public FailureType createFailureType()

Specified by:
createFailureType in interface EtunitFactory
Returns:
a new object of class 'Failure Type'.
EMF generated code

createTestcaseType

public TestcaseType createTestcaseType()

Specified by:
createTestcaseType in interface EtunitFactory
Returns:
a new object of class 'Testcase Type'.
EMF generated code

createTestsuite

public Testsuite createTestsuite()

Specified by:
createTestsuite in interface EtunitFactory
Returns:
a new object of class 'Testsuite'.
EMF generated code

createTestsuitesType

public TestsuitesType createTestsuitesType()

Specified by:
createTestsuitesType in interface EtunitFactory
Returns:
a new object of class 'Testsuites Type'.
EMF generated code

createTestsuiteType

public TestsuiteType createTestsuiteType()

Specified by:
createTestsuiteType in interface EtunitFactory
Returns:
a new object of class 'Testsuite Type'.
EMF generated code

createISO8601DATETIMEPATTERNFromString

public javax.xml.datatype.XMLGregorianCalendar createISO8601DATETIMEPATTERNFromString(EDataType eDataType,
                                                                                      java.lang.String initialValue)

EMF generated code

convertISO8601DATETIMEPATTERNToString

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

EMF generated code

createNameTypeFromString

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

EMF generated code

convertNameTypeToString

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

EMF generated code

createPreStringFromString

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

EMF generated code

convertPreStringToString

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

EMF generated code

getEtunitPackage

public EtunitPackage getEtunitPackage()

Specified by:
getEtunitPackage in interface EtunitFactory
Returns:
the package supported by this factory.
EMF generated code

getPackage

@Deprecated
public static EtunitPackage getPackage()
Deprecated. 

EMF generated code