com.ibm.adt.ovf.ext
Interface ExtFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier

public interface ExtFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
ExtPackage

Field Summary
static ExtFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'.
 ProgrammaticUnitType createProgrammaticUnitType()
          Returns a new object of class 'Programmatic Unit Type'.
 ProgrammaticUnitType createProgrammaticUnitTypeFromString(java.lang.String value)
           
 ExtPackage getExtPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final ExtFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createProgrammaticUnitType

ProgrammaticUnitType createProgrammaticUnitType()
Returns a new object of class 'Programmatic Unit Type'.

Returns:
a new object of class 'Programmatic Unit Type'.

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.

getExtPackage

ExtPackage getExtPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

createProgrammaticUnitTypeFromString

ProgrammaticUnitType createProgrammaticUnitTypeFromString(java.lang.String value)


© Copyright 2008 IBM Corp. 2008 All Rights Reserved