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