org.eclipse.jst.j2ee.jsp
Interface JspPackage


public interface JspPackage

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
 
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
 EReference getJSPConfig_PropertyGroups()
          Returns the meta object for the containment reference list 'Property Groups'
 EReference getJSPConfig_TagLibs()
          Returns the meta object for the containment reference list 'Tag Libs'
 EClass getJSPConfig()
          Returns the meta object for class 'JSP Config'
 JspFactory getJspFactory()
          Returns the factory that creates the instances of the model
 EAttribute getJSPPropertyGroup_ElIgnored()
          Returns the meta object for the attribute 'El Ignored'
 EAttribute getJSPPropertyGroup_IncludeCodas()
          Returns the meta object for the attribute list 'Include Codas'
 EAttribute getJSPPropertyGroup_IncludePreludes()
          Returns the meta object for the attribute list 'Include Preludes'
 EAttribute getJSPPropertyGroup_IsXML()
          Returns the meta object for the attribute 'Is XML'
 EAttribute getJSPPropertyGroup_PageEncoding()
          Returns the meta object for the attribute 'Page Encoding'
 EAttribute getJSPPropertyGroup_ScriptingInvalid()
          Returns the meta object for the attribute 'Scripting Invalid'
 EAttribute getJSPPropertyGroup_UrlPattern()
          Returns the meta object for the attribute list 'Url Pattern'
 EClass getJSPPropertyGroup()
          Returns the meta object for class 'JSP Property Group'
 EAttribute getTagLibRefType_TaglibLocation()
          Returns the meta object for the attribute 'Taglib Location'
 EAttribute getTagLibRefType_TaglibURI()
          Returns the meta object for the attribute 'Taglib URI'
 EClass getTagLibRefType()
          Returns the meta object for class 'Tag Lib Ref Type'
 

Field Detail

eNAME

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

See Also:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

public static final JspPackage eINSTANCE
The singleton instance of the package.


JSP_CONFIG

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

See Also:
Constant Field Values

JSP_PROPERTY_GROUP__DISPLAY_NAME

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public EClass getJSPConfig()
Returns the meta object for class 'JSP Config'.

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

getJSPConfig_TagLibs

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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

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