org.eclipse.jst.j2ee.jsp
Interface JspFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface JspFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
JspPackage

Field Summary
static JspFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 JSPConfig createJSPConfig()
          Returns a new object of class 'JSP Config'
 JSPPropertyGroup createJSPPropertyGroup()
          Returns a new object of class 'JSP Property Group'
 TagLibRefType createTagLibRefType()
          Returns a new object of class 'Tag Lib Ref Type'
 JspPackage getJspPackage()
          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 JspFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createJSPConfig

JSPConfig createJSPConfig()
Returns a new object of class 'JSP Config'.

Returns:
a new object of class 'JSP Config'.

createJSPPropertyGroup

JSPPropertyGroup createJSPPropertyGroup()
Returns a new object of class 'JSP Property Group'.

Returns:
a new object of class 'JSP Property Group'.

createTagLibRefType

TagLibRefType createTagLibRefType()
Returns a new object of class 'Tag Lib Ref Type'.

Returns:
a new object of class 'Tag Lib Ref Type'.

getJspPackage

JspPackage getJspPackage()
Returns the package supported by this factory. This method is NOT api, and may change in future releases. EMF package classes should be access via their "eINSTANCE" static fields

Returns:
the package supported by this factory.