org.eclipse.jst.j2ee.jsp
Interface JspPackage

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

public interface JspPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

/**

Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

See Also:
JspFactory

Nested Class Summary
static interface JspPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static JspPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int JSP_CONFIG
          The meta object id for the 'JSP Config' class
static int JSP_CONFIG__PROPERTY_GROUPS
          The feature id for the 'Property Groups' containment reference list
static int JSP_CONFIG__TAG_LIBS
          The feature id for the 'Tag Libs' containment reference list
static int JSP_CONFIG_FEATURE_COUNT
          The number of structural features of the 'JSP Config' class
static int JSP_PROPERTY_GROUP
          The meta object id for the 'JSP Property Group' class
static int JSP_PROPERTY_GROUP__DESCRIPTION
          The feature id for the 'Description' attribute
static int JSP_PROPERTY_GROUP__DESCRIPTIONS
          The feature id for the 'Descriptions' containment reference list
static int JSP_PROPERTY_GROUP__DISPLAY_NAME
          The feature id for the 'Display Name' attribute
static int JSP_PROPERTY_GROUP__DISPLAY_NAMES
          The feature id for the 'Display Names' containment reference list
static int JSP_PROPERTY_GROUP__EL_IGNORED
          The feature id for the 'El Ignored' attribute
static int JSP_PROPERTY_GROUP__ICONS
          The feature id for the 'Icons' containment reference list
static int JSP_PROPERTY_GROUP__INCLUDE_CODAS
          The feature id for the 'Include Codas' attribute list
static int JSP_PROPERTY_GROUP__INCLUDE_PRELUDES
          The feature id for the 'Include Preludes' attribute list
static int JSP_PROPERTY_GROUP__IS_XML
          The feature id for the 'Is XML' attribute
static int JSP_PROPERTY_GROUP__LARGE_ICON
          The feature id for the 'Large Icon' attribute
static int JSP_PROPERTY_GROUP__PAGE_ENCODING
          The feature id for the 'Page Encoding' attribute
static int JSP_PROPERTY_GROUP__SCRIPTING_INVALID
          The feature id for the 'Scripting Invalid' attribute
static int JSP_PROPERTY_GROUP__SMALL_ICON
          The feature id for the 'Small Icon' attribute
static int JSP_PROPERTY_GROUP__URL_PATTERN
          The feature id for the 'Url Pattern' attribute list
static int JSP_PROPERTY_GROUP_FEATURE_COUNT
          The number of structural features of the 'JSP Property Group' class
static int TAG_LIB_REF_TYPE
          The meta object id for the 'Tag Lib Ref Type' class
static int TAG_LIB_REF_TYPE__TAGLIB_LOCATION
          The feature id for the 'Taglib Location' attribute
static int TAG_LIB_REF_TYPE__TAGLIB_URI
          The feature id for the 'Taglib URI' attribute
static int TAG_LIB_REF_TYPE_FEATURE_COUNT
          The number of structural features of the 'Tag Lib Ref Type' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getJSPConfig_PropertyGroups()
          Returns the meta object for the containment reference list 'Property Groups'
 org.eclipse.emf.ecore.EReference getJSPConfig_TagLibs()
          Returns the meta object for the containment reference list 'Tag Libs'
 org.eclipse.emf.ecore.EClass getJSPConfig()
          Returns the meta object for class 'JSP Config'
 JspFactory getJspFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_ElIgnored()
          Returns the meta object for the attribute 'El Ignored'
 org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_IncludeCodas()
          Returns the meta object for the attribute list 'Include Codas'
 org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_IncludePreludes()
          Returns the meta object for the attribute list 'Include Preludes'
 org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_IsXML()
          Returns the meta object for the attribute 'Is XML'
 org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_PageEncoding()
          Returns the meta object for the attribute 'Page Encoding'
 org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_ScriptingInvalid()
          Returns the meta object for the attribute 'Scripting Invalid'
 org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_UrlPattern()
          Returns the meta object for the attribute list 'Url Pattern'
 org.eclipse.emf.ecore.EClass getJSPPropertyGroup()
          Returns the meta object for class 'JSP Property Group'
 org.eclipse.emf.ecore.EAttribute getTagLibRefType_TaglibLocation()
          Returns the meta object for the attribute 'Taglib Location'
 org.eclipse.emf.ecore.EAttribute getTagLibRefType_TaglibURI()
          Returns the meta object for the attribute 'Taglib URI'
 org.eclipse.emf.ecore.EClass getTagLibRefType()
          Returns the meta object for class 'Tag Lib Ref Type'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final JspPackage eINSTANCE
The singleton instance of the package.


JSP_CONFIG

static final int JSP_CONFIG
The meta object id for the 'JSP Config' class.

See Also:
JSPConfigImpl, JspPackageImpl.getJSPConfig(), Constant Field Values

JSP_CONFIG__TAG_LIBS

static final int JSP_CONFIG__TAG_LIBS
The feature id for the 'Tag Libs' containment reference list.

See Also:
Constant Field Values

JSP_CONFIG__PROPERTY_GROUPS

static final int JSP_CONFIG__PROPERTY_GROUPS
The feature id for the 'Property Groups' containment reference list.

See Also:
Constant Field Values

JSP_CONFIG_FEATURE_COUNT

static final int JSP_CONFIG_FEATURE_COUNT
The number of structural features of the 'JSP Config' class.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP

static final int JSP_PROPERTY_GROUP
The meta object id for the 'JSP Property Group' class.

See Also:
JSPPropertyGroupImpl, JspPackageImpl.getJSPPropertyGroup(), Constant Field Values

JSP_PROPERTY_GROUP__ICONS

static final int JSP_PROPERTY_GROUP__ICONS
The feature id for the 'Icons' containment reference list.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__DISPLAY_NAMES

static final int JSP_PROPERTY_GROUP__DISPLAY_NAMES
The feature id for the 'Display Names' containment reference list.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__DESCRIPTIONS

static final int JSP_PROPERTY_GROUP__DESCRIPTIONS
The feature id for the 'Descriptions' containment reference list.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__SMALL_ICON

static final int JSP_PROPERTY_GROUP__SMALL_ICON
The feature id for the 'Small Icon' attribute.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__LARGE_ICON

static final int JSP_PROPERTY_GROUP__LARGE_ICON
The feature id for the 'Large Icon' attribute.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__DESCRIPTION

static final int JSP_PROPERTY_GROUP__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__DISPLAY_NAME

static final int JSP_PROPERTY_GROUP__DISPLAY_NAME
The feature id for the 'Display Name' attribute.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__URL_PATTERN

static final int JSP_PROPERTY_GROUP__URL_PATTERN
The feature id for the 'Url Pattern' attribute list.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__EL_IGNORED

static final int JSP_PROPERTY_GROUP__EL_IGNORED
The feature id for the 'El Ignored' attribute.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__PAGE_ENCODING

static final int JSP_PROPERTY_GROUP__PAGE_ENCODING
The feature id for the 'Page Encoding' attribute.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__SCRIPTING_INVALID

static final int JSP_PROPERTY_GROUP__SCRIPTING_INVALID
The feature id for the 'Scripting Invalid' attribute.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__IS_XML

static final int JSP_PROPERTY_GROUP__IS_XML
The feature id for the 'Is XML' attribute.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__INCLUDE_PRELUDES

static final int JSP_PROPERTY_GROUP__INCLUDE_PRELUDES
The feature id for the 'Include Preludes' attribute list.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__INCLUDE_CODAS

static final int JSP_PROPERTY_GROUP__INCLUDE_CODAS
The feature id for the 'Include Codas' attribute list.

See Also:
Constant Field Values

JSP_PROPERTY_GROUP_FEATURE_COUNT

static final int JSP_PROPERTY_GROUP_FEATURE_COUNT
The number of structural features of the 'JSP Property Group' class.

See Also:
Constant Field Values

TAG_LIB_REF_TYPE

static final int TAG_LIB_REF_TYPE
The meta object id for the 'Tag Lib Ref Type' class.

See Also:
TagLibRefTypeImpl, JspPackageImpl.getTagLibRefType(), Constant Field Values

TAG_LIB_REF_TYPE__TAGLIB_URI

static final int TAG_LIB_REF_TYPE__TAGLIB_URI
The feature id for the 'Taglib URI' attribute.

See Also:
Constant Field Values

TAG_LIB_REF_TYPE__TAGLIB_LOCATION

static final int TAG_LIB_REF_TYPE__TAGLIB_LOCATION
The feature id for the 'Taglib Location' attribute.

See Also:
Constant Field Values

TAG_LIB_REF_TYPE_FEATURE_COUNT

static final int TAG_LIB_REF_TYPE_FEATURE_COUNT
The number of structural features of the 'Tag Lib Ref Type' class.

See Also:
Constant Field Values
Method Detail

getJSPConfig

org.eclipse.emf.ecore.EClass getJSPConfig()
Returns the meta object for class 'JSP Config'.

Returns:
the meta object for class 'JSP Config'.
See Also:
JSPConfig

getJSPConfig_TagLibs

org.eclipse.emf.ecore.EReference getJSPConfig_TagLibs()
Returns the meta object for the containment reference list 'Tag Libs'.

Returns:
the meta object for the containment reference list 'Tag Libs'.
See Also:
JSPConfig.getTagLibs(), getJSPConfig()

getJSPConfig_PropertyGroups

org.eclipse.emf.ecore.EReference getJSPConfig_PropertyGroups()
Returns the meta object for the containment reference list 'Property Groups'.

Returns:
the meta object for the containment reference list 'Property Groups'.
See Also:
JSPConfig.getPropertyGroups(), getJSPConfig()

getJSPPropertyGroup

org.eclipse.emf.ecore.EClass getJSPPropertyGroup()
Returns the meta object for class 'JSP Property Group'.

Returns:
the meta object for class 'JSP Property Group'.
See Also:
JSPPropertyGroup

getJSPPropertyGroup_UrlPattern

org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_UrlPattern()
Returns the meta object for the attribute list 'Url Pattern'.

Returns:
the meta object for the attribute list 'Url Pattern'.
See Also:
JSPPropertyGroup.getUrlPattern(), getJSPPropertyGroup()

getJSPPropertyGroup_ElIgnored

org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_ElIgnored()
Returns the meta object for the attribute 'El Ignored'.

Returns:
the meta object for the attribute 'El Ignored'.
See Also:
JSPPropertyGroup.isElIgnored(), getJSPPropertyGroup()

getJSPPropertyGroup_PageEncoding

org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_PageEncoding()
Returns the meta object for the attribute 'Page Encoding'.

Returns:
the meta object for the attribute 'Page Encoding'.
See Also:
JSPPropertyGroup.getPageEncoding(), getJSPPropertyGroup()

getJSPPropertyGroup_ScriptingInvalid

org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_ScriptingInvalid()
Returns the meta object for the attribute 'Scripting Invalid'.

Returns:
the meta object for the attribute 'Scripting Invalid'.
See Also:
JSPPropertyGroup.isScriptingInvalid(), getJSPPropertyGroup()

getJSPPropertyGroup_IsXML

org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_IsXML()
Returns the meta object for the attribute 'Is XML'.

Returns:
the meta object for the attribute 'Is XML'.
See Also:
JSPPropertyGroup.isIsXML(), getJSPPropertyGroup()

getJSPPropertyGroup_IncludePreludes

org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_IncludePreludes()
Returns the meta object for the attribute list 'Include Preludes'.

Returns:
the meta object for the attribute list 'Include Preludes'.
See Also:
JSPPropertyGroup.getIncludePreludes(), getJSPPropertyGroup()

getJSPPropertyGroup_IncludeCodas

org.eclipse.emf.ecore.EAttribute getJSPPropertyGroup_IncludeCodas()
Returns the meta object for the attribute list 'Include Codas'.

Returns:
the meta object for the attribute list 'Include Codas'.
See Also:
JSPPropertyGroup.getIncludeCodas(), getJSPPropertyGroup()

getTagLibRefType

org.eclipse.emf.ecore.EClass getTagLibRefType()
Returns the meta object for class 'Tag Lib Ref Type'.

Returns:
the meta object for class 'Tag Lib Ref Type'.
See Also:
TagLibRefType

getTagLibRefType_TaglibURI

org.eclipse.emf.ecore.EAttribute getTagLibRefType_TaglibURI()
Returns the meta object for the attribute 'Taglib URI'.

Returns:
the meta object for the attribute 'Taglib URI'.
See Also:
TagLibRefType.getTaglibURI(), getTagLibRefType()

getTagLibRefType_TaglibLocation

org.eclipse.emf.ecore.EAttribute getTagLibRefType_TaglibLocation()
Returns the meta object for the attribute 'Taglib Location'.

Returns:
the meta object for the attribute 'Taglib Location'.
See Also:
TagLibRefType.getTaglibLocation(), getTagLibRefType()

getJspFactory

JspFactory getJspFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.