g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.impl
Class JsdlFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by eu.geclipse.jsdl.model.impl.JsdlFactoryImpl
All Implemented Interfaces:
JsdlFactory

Deprecated. This class is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base.impl

public class JsdlFactoryImpl
extends EFactoryImpl
implements JsdlFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface eu.geclipse.jsdl.model.JsdlFactory
eINSTANCE
 
Constructor Summary
JsdlFactoryImpl()
          Deprecated. Creates an instance of the factory
 
Method Summary
 java.lang.String convertCreationFlagEnumerationObjectToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertCreationFlagEnumerationToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertDescriptionTypeToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertFileSystemTypeEnumerationObjectToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertFileSystemTypeEnumerationToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertOperatingSystemTypeEnumerationObjectToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertOperatingSystemTypeEnumerationToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertProcessorArchitectureEnumerationObjectToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertProcessorArchitectureEnumerationToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
          Deprecated.  
 EObject create(EClass eClass)
          Deprecated.  
 ApplicationType createApplicationType()
          Deprecated.  
 BoundaryType createBoundaryType()
          Deprecated.  
 CandidateHostsType createCandidateHostsType()
          Deprecated.  
 CPUArchitectureType createCPUArchitectureType()
          Deprecated.  
 CreationFlagEnumeration createCreationFlagEnumerationFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 CreationFlagEnumeration createCreationFlagEnumerationObjectFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 DataStagingType createDataStagingType()
          Deprecated.  
 java.lang.String createDescriptionTypeFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 DocumentRoot createDocumentRoot()
          Deprecated.  
 ExactType createExactType()
          Deprecated.  
 FileSystemType createFileSystemType()
          Deprecated.  
 FileSystemTypeEnumeration createFileSystemTypeEnumerationFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 FileSystemTypeEnumeration createFileSystemTypeEnumerationObjectFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 JobDefinitionType createJobDefinitionType()
          Deprecated.  
 JobDescriptionType createJobDescriptionType()
          Deprecated.  
 JobIdentificationType createJobIdentificationType()
          Deprecated.  
 OperatingSystemType createOperatingSystemType()
          Deprecated.  
 OperatingSystemTypeEnumeration createOperatingSystemTypeEnumerationFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 OperatingSystemTypeEnumeration createOperatingSystemTypeEnumerationObjectFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 OperatingSystemTypeType createOperatingSystemTypeType()
          Deprecated.  
 ProcessorArchitectureEnumeration createProcessorArchitectureEnumerationFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 ProcessorArchitectureEnumeration createProcessorArchitectureEnumerationObjectFromString(EDataType eDataType, java.lang.String initialValue)
          Deprecated.  
 RangeType createRangeType()
          Deprecated.  
 RangeValueType createRangeValueType()
          Deprecated.  
 ResourcesType createResourcesType()
          Deprecated.  
 SourceTargetType createSourceTargetType()
          Deprecated.  
 JsdlPackage getJsdlPackage()
          Deprecated.  
static JsdlPackage getPackage()
          Deprecated.  
static JsdlFactory init()
          Deprecated. Creates the default factory implementation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsdlFactoryImpl

public JsdlFactoryImpl()
Deprecated. 
Creates an instance of the factory.

Method Detail

init

public static JsdlFactory init()
Deprecated. 
Creates the default factory implementation.


create

public EObject create(EClass eClass)
Deprecated. 


createFromString

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


convertToString

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


createApplicationType

public ApplicationType createApplicationType()
Deprecated. 

Specified by:
createApplicationType in interface JsdlFactory
Returns:
a new object of class 'Application Type'.

createBoundaryType

public BoundaryType createBoundaryType()
Deprecated. 

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

createCandidateHostsType

public CandidateHostsType createCandidateHostsType()
Deprecated. 

Specified by:
createCandidateHostsType in interface JsdlFactory
Returns:
a new object of class 'Candidate Hosts Type'.

createCPUArchitectureType

public CPUArchitectureType createCPUArchitectureType()
Deprecated. 

Specified by:
createCPUArchitectureType in interface JsdlFactory
Returns:
a new object of class 'CPU Architecture Type'.

createDataStagingType

public DataStagingType createDataStagingType()
Deprecated. 

Specified by:
createDataStagingType in interface JsdlFactory
Returns:
a new object of class 'Data Staging Type'.

createDocumentRoot

public DocumentRoot createDocumentRoot()
Deprecated. 

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

createExactType

public ExactType createExactType()
Deprecated. 

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

createFileSystemType

public FileSystemType createFileSystemType()
Deprecated. 

Specified by:
createFileSystemType in interface JsdlFactory
Returns:
a new object of class 'File System Type'.

createJobDefinitionType

public JobDefinitionType createJobDefinitionType()
Deprecated. 

Specified by:
createJobDefinitionType in interface JsdlFactory
Returns:
a new object of class 'Job Definition Type'.

createJobDescriptionType

public JobDescriptionType createJobDescriptionType()
Deprecated. 

Specified by:
createJobDescriptionType in interface JsdlFactory
Returns:
a new object of class 'Job Description Type'.

createJobIdentificationType

public JobIdentificationType createJobIdentificationType()
Deprecated. 

Specified by:
createJobIdentificationType in interface JsdlFactory
Returns:
a new object of class 'Job Identification Type'.

createOperatingSystemType

public OperatingSystemType createOperatingSystemType()
Deprecated. 

Specified by:
createOperatingSystemType in interface JsdlFactory
Returns:
a new object of class 'Operating System Type'.

createOperatingSystemTypeType

public OperatingSystemTypeType createOperatingSystemTypeType()
Deprecated. 

Specified by:
createOperatingSystemTypeType in interface JsdlFactory
Returns:
a new object of class 'Operating System Type Type'.

createRangeType

public RangeType createRangeType()
Deprecated. 

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

createRangeValueType

public RangeValueType createRangeValueType()
Deprecated. 

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

createResourcesType

public ResourcesType createResourcesType()
Deprecated. 

Specified by:
createResourcesType in interface JsdlFactory
Returns:
a new object of class 'Resources Type'.

createSourceTargetType

public SourceTargetType createSourceTargetType()
Deprecated. 

Specified by:
createSourceTargetType in interface JsdlFactory
Returns:
a new object of class 'Source Target Type'.

createCreationFlagEnumerationFromString

public CreationFlagEnumeration createCreationFlagEnumerationFromString(EDataType eDataType,
                                                                       java.lang.String initialValue)
Deprecated. 


convertCreationFlagEnumerationToString

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


createFileSystemTypeEnumerationFromString

public FileSystemTypeEnumeration createFileSystemTypeEnumerationFromString(EDataType eDataType,
                                                                           java.lang.String initialValue)
Deprecated. 


convertFileSystemTypeEnumerationToString

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


createOperatingSystemTypeEnumerationFromString

public OperatingSystemTypeEnumeration createOperatingSystemTypeEnumerationFromString(EDataType eDataType,
                                                                                     java.lang.String initialValue)
Deprecated. 


convertOperatingSystemTypeEnumerationToString

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


createProcessorArchitectureEnumerationFromString

public ProcessorArchitectureEnumeration createProcessorArchitectureEnumerationFromString(EDataType eDataType,
                                                                                         java.lang.String initialValue)
Deprecated. 


convertProcessorArchitectureEnumerationToString

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


createCreationFlagEnumerationObjectFromString

public CreationFlagEnumeration createCreationFlagEnumerationObjectFromString(EDataType eDataType,
                                                                             java.lang.String initialValue)
Deprecated. 


convertCreationFlagEnumerationObjectToString

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


createDescriptionTypeFromString

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


convertDescriptionTypeToString

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


createFileSystemTypeEnumerationObjectFromString

public FileSystemTypeEnumeration createFileSystemTypeEnumerationObjectFromString(EDataType eDataType,
                                                                                 java.lang.String initialValue)
Deprecated. 


convertFileSystemTypeEnumerationObjectToString

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


createOperatingSystemTypeEnumerationObjectFromString

public OperatingSystemTypeEnumeration createOperatingSystemTypeEnumerationObjectFromString(EDataType eDataType,
                                                                                           java.lang.String initialValue)
Deprecated. 


convertOperatingSystemTypeEnumerationObjectToString

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


createProcessorArchitectureEnumerationObjectFromString

public ProcessorArchitectureEnumeration createProcessorArchitectureEnumerationObjectFromString(EDataType eDataType,
                                                                                               java.lang.String initialValue)
Deprecated. 


convertProcessorArchitectureEnumerationObjectToString

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


getJsdlPackage

public JsdlPackage getJsdlPackage()
Deprecated. 

Specified by:
getJsdlPackage in interface JsdlFactory
Returns:
the package supported by this factory.

getPackage

public static JsdlPackage getPackage()
Deprecated. 


g-Eclipse
Release 1.0.0