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
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
eINSTANCE
static final ExtFactory eINSTANCE
- The singleton instance of the factory.
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