|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public static final java.lang.String eNAME
public static final java.lang.String eNS_URI
public static final java.lang.String eNS_PREFIX
public static final JspPackage eINSTANCE
public static final int JSP_CONFIG
JSP Config
' class.
JSPConfigImpl
,
JspPackageImpl.getJSPConfig()
,
Constant Field Valuespublic static final int JSP_CONFIG__TAG_LIBS
public static final int JSP_CONFIG__PROPERTY_GROUPS
public static final int JSP_CONFIG_FEATURE_COUNT
public static final int JSP_PROPERTY_GROUP
JSP Property Group
' class.
JSPPropertyGroupImpl
,
JspPackageImpl.getJSPPropertyGroup()
,
Constant Field Valuespublic static final int JSP_PROPERTY_GROUP__ICONS
public static final int JSP_PROPERTY_GROUP__DISPLAY_NAMES
public static final int JSP_PROPERTY_GROUP__DESCRIPTIONS
public static final int JSP_PROPERTY_GROUP__SMALL_ICON
public static final int JSP_PROPERTY_GROUP__LARGE_ICON
public static final int JSP_PROPERTY_GROUP__DESCRIPTION
public static final int JSP_PROPERTY_GROUP__DISPLAY_NAME
public static final int JSP_PROPERTY_GROUP__URL_PATTERN
public static final int JSP_PROPERTY_GROUP__EL_IGNORED
public static final int JSP_PROPERTY_GROUP__PAGE_ENCODING
public static final int JSP_PROPERTY_GROUP__SCRIPTING_INVALID
public static final int JSP_PROPERTY_GROUP__IS_XML
public static final int JSP_PROPERTY_GROUP__INCLUDE_PRELUDES
public static final int JSP_PROPERTY_GROUP__INCLUDE_CODAS
public static final int JSP_PROPERTY_GROUP_FEATURE_COUNT
public static final int TAG_LIB_REF_TYPE
Tag Lib Ref Type
' class.
TagLibRefTypeImpl
,
JspPackageImpl.getTagLibRefType()
,
Constant Field Valuespublic static final int TAG_LIB_REF_TYPE__TAGLIB_URI
public static final int TAG_LIB_REF_TYPE__TAGLIB_LOCATION
public static final int TAG_LIB_REF_TYPE_FEATURE_COUNT
Method Detail |
public EClass getJSPConfig()
JSP Config
'.
JSPConfig
public EReference getJSPConfig_TagLibs()
Tag Libs
'.
JSPConfig.getTagLibs()
,
getJSPConfig()
public EReference getJSPConfig_PropertyGroups()
Property Groups
'.
JSPConfig.getPropertyGroups()
,
getJSPConfig()
public EClass getJSPPropertyGroup()
JSP Property Group
'.
JSPPropertyGroup
public EAttribute getJSPPropertyGroup_UrlPattern()
Url Pattern
'.
JSPPropertyGroup.getUrlPattern()
,
getJSPPropertyGroup()
public EAttribute getJSPPropertyGroup_ElIgnored()
El Ignored
'.
JSPPropertyGroup.isElIgnored()
,
getJSPPropertyGroup()
public EAttribute getJSPPropertyGroup_PageEncoding()
Page Encoding
'.
JSPPropertyGroup.getPageEncoding()
,
getJSPPropertyGroup()
public EAttribute getJSPPropertyGroup_ScriptingInvalid()
Scripting Invalid
'.
JSPPropertyGroup.isScriptingInvalid()
,
getJSPPropertyGroup()
public EAttribute getJSPPropertyGroup_IsXML()
Is XML
'.
JSPPropertyGroup.isIsXML()
,
getJSPPropertyGroup()
public EAttribute getJSPPropertyGroup_IncludePreludes()
Include Preludes
'.
JSPPropertyGroup.getIncludePreludes()
,
getJSPPropertyGroup()
public EAttribute getJSPPropertyGroup_IncludeCodas()
Include Codas
'.
JSPPropertyGroup.getIncludeCodas()
,
getJSPPropertyGroup()
public EClass getTagLibRefType()
Tag Lib Ref Type
'.
TagLibRefType
public EAttribute getTagLibRefType_TaglibURI()
Taglib URI
'.
TagLibRefType.getTaglibURI()
,
getTagLibRefType()
public EAttribute getTagLibRefType_TaglibLocation()
Taglib Location
'.
TagLibRefType.getTaglibLocation()
,
getTagLibRefType()
public JspFactory getJspFactory()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |