org.eclipse.jst.jsf.facesconfig.emf
Interface FacesConfigPackage
-
All Known Implementing Classes:
-
FacesConfigPackageImpl
-
public interface FacesConfigPackage
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
See https://www.w3.org/XML/1998/namespace.html and
https://www.w3.org/TR/REC-xml for information about this namespace.
This schema document describes the XML namespace, in a form
suitable for import by other schema documents.
Note that local names in this namespace are intended to be defined
only by the World Wide Web Consortium or its subgroups. The
following names are currently defined in this namespace and should
not be used with conflicting semantics by any Working Group,
specification, or document instance:
base (as an attribute name): denotes an attribute whose value
provides a URI to be used as the base for interpreting any
relative URIs in the scope of the element on which it
appears; its value is inherited. This name is reserved
by virtue of its definition in the XML Base specification.
id (as an attribute name): denotes an attribute whose value
should be interpreted as if declared to be of type ID.
The xml:id specification is not yet a W3C Recommendation,
but this attribute is included here to facilitate experimentation
with the mechanisms it proposes. Note that it is _not_ included
in the specialAttrs attribute group.
lang (as an attribute name): denotes an attribute whose value
is a language code for the natural language of the content of
any element; its value is inherited. This name is reserved
by virtue of its definition in the XML specification.
space (as an attribute name): denotes an attribute whose
value is a keyword indicating what whitespace processing
discipline is intended for the content of the element; its
value is inherited. This name is reserved by virtue of its
definition in the XML specification.
Father (in any context at all): denotes Jon Bosak, the chair of
the original XML Working Group. This name is reserved by
the following decision of the W3C XML Plenary and
XML Coordination groups:
In appreciation for his vision, leadership and dedication
the W3C XML Plenary on this 10th day of February, 2000
reserves for Jon Bosak in perpetuity the XML name
xml:Father
This schema defines attributes and an attribute group
suitable for use by
schemas wishing to allow xml:base, xml:lang, xml:space or xml:id
attributes on elements they define.
To enable this, such a schema must import this schema
for the XML namespace, e.g. as follows:
<schema . . .>
. . .
<import namespace="https://www.w3.org/XML/1998/namespace"
schemaLocation="https://www.w3.org/2001/xml.xsd"/>
Subsequently, qualified reference to any of the attributes
or the group defined below will have the desired effect, e.g.
<type . . .>
. . .
<attributeGroup ref="xml:specialAttrs"/>
will define a type which will schema-validate an instance
element with any of those attributes
In keeping with the XML Schema WG's standard versioning
policy, this schema document will persist at
https://www.w3.org/2005/08/xml.xsd.
At the date of issue it can also be found at
https://www.w3.org/2001/xml.xsd.
The schema document at that URI may however change in the future,
in order to remain compatible with the latest version of XML Schema
itself, or with the XML namespace itself. In other words, if the XML
Schema or XML namespaces change, the version of this document at
https://www.w3.org/2001/xml.xsd will change
accordingly; the version at
https://www.w3.org/2005/08/xml.xsd will not change.
-
See Also:
-
FacesConfigFactory
Nested Class Summary
|
static interface
|
FacesConfigPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
copyright
static final java.lang.String copyright
-
-
See Also:
-
Constant Field Values
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
FacesConfigPackage eINSTANCE
- The singleton instance of the package.
ACTION_LISTENER_TYPE
static final int ACTION_LISTENER_TYPE
- The meta object id for the '
Action Listener Type
' class.
-
See Also:
-
ActionListenerTypeImpl
,
FacesConfigPackageImpl.getActionListenerType()
,
Constant Field Values
ACTION_LISTENER_TYPE__TEXT_CONTENT
static final int ACTION_LISTENER_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
ACTION_LISTENER_TYPE__ID
static final int ACTION_LISTENER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
ACTION_LISTENER_TYPE_FEATURE_COUNT
static final int ACTION_LISTENER_TYPE_FEATURE_COUNT
- The number of structural features of the 'Action Listener Type' class.
-
See Also:
-
Constant Field Values
APPLICATION_FACTORY_TYPE
static final int APPLICATION_FACTORY_TYPE
- The meta object id for the '
Application Factory Type
' class.
-
See Also:
-
ApplicationFactoryTypeImpl
,
FacesConfigPackageImpl.getApplicationFactoryType()
,
Constant Field Values
APPLICATION_FACTORY_TYPE__TEXT_CONTENT
static final int APPLICATION_FACTORY_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
APPLICATION_FACTORY_TYPE__ID
static final int APPLICATION_FACTORY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
APPLICATION_FACTORY_TYPE_FEATURE_COUNT
static final int APPLICATION_FACTORY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Application Factory Type' class.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE
static final int APPLICATION_TYPE
- The meta object id for the '
Application Type
' class.
-
See Also:
-
ApplicationTypeImpl
,
FacesConfigPackageImpl.getApplicationType()
,
Constant Field Values
APPLICATION_TYPE__ACTION_LISTENER
static final int APPLICATION_TYPE__ACTION_LISTENER
- The feature id for the '
Action Listener
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__DEFAULT_RENDER_KIT_ID
static final int APPLICATION_TYPE__DEFAULT_RENDER_KIT_ID
- The feature id for the '
Default Render Kit Id
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__MESSAGE_BUNDLE
static final int APPLICATION_TYPE__MESSAGE_BUNDLE
- The feature id for the '
Message Bundle
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__NAVIGATION_HANDLER
static final int APPLICATION_TYPE__NAVIGATION_HANDLER
- The feature id for the '
Navigation Handler
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__VIEW_HANDLER
static final int APPLICATION_TYPE__VIEW_HANDLER
- The feature id for the '
View Handler
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__STATE_MANAGER
static final int APPLICATION_TYPE__STATE_MANAGER
- The feature id for the '
State Manager
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__PROPERTY_RESOLVER
static final int APPLICATION_TYPE__PROPERTY_RESOLVER
- The feature id for the '
Property Resolver
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__VARIABLE_RESOLVER
static final int APPLICATION_TYPE__VARIABLE_RESOLVER
- The feature id for the '
Variable Resolver
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__LOCALE_CONFIG
static final int APPLICATION_TYPE__LOCALE_CONFIG
- The feature id for the '
Locale Config
' containment reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__ID
static final int APPLICATION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__EL_RESOLVER
static final int APPLICATION_TYPE__EL_RESOLVER
- The feature id for the '
EL Resolver
' reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__RESOURCE_BUNDLE
static final int APPLICATION_TYPE__RESOURCE_BUNDLE
- The feature id for the '
Resource Bundle
' reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE__APPLICATION_EXTENSION
static final int APPLICATION_TYPE__APPLICATION_EXTENSION
- The feature id for the '
Application Extension
' reference list.
-
See Also:
-
Constant Field Values
APPLICATION_TYPE_FEATURE_COUNT
static final int APPLICATION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Application Type' class.
-
See Also:
-
Constant Field Values
ATTRIBUTE_CLASS_TYPE
static final int ATTRIBUTE_CLASS_TYPE
- The meta object id for the '
Attribute Class Type
' class.
-
See Also:
-
AttributeClassTypeImpl
,
FacesConfigPackageImpl.getAttributeClassType()
,
Constant Field Values
ATTRIBUTE_CLASS_TYPE__TEXT_CONTENT
static final int ATTRIBUTE_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
ATTRIBUTE_CLASS_TYPE__ID
static final int ATTRIBUTE_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
ATTRIBUTE_CLASS_TYPE_FEATURE_COUNT
static final int ATTRIBUTE_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Attribute Class Type' class.
-
See Also:
-
Constant Field Values
ATTRIBUTE_EXTENSION_TYPE
static final int ATTRIBUTE_EXTENSION_TYPE
- The meta object id for the '
Attribute Extension Type
' class.
-
See Also:
-
AttributeExtensionTypeImpl
,
FacesConfigPackageImpl.getAttributeExtensionType()
,
Constant Field Values
ATTRIBUTE_NAME_TYPE
static final int ATTRIBUTE_NAME_TYPE
- The meta object id for the '
Attribute Name Type
' class.
-
See Also:
-
AttributeNameTypeImpl
,
FacesConfigPackageImpl.getAttributeNameType()
,
Constant Field Values
ATTRIBUTE_TYPE
static final int ATTRIBUTE_TYPE
- The meta object id for the '
Attribute Type
' class.
-
See Also:
-
AttributeTypeImpl
,
FacesConfigPackageImpl.getAttributeType()
,
Constant Field Values
COMPONENT_CLASS_TYPE
static final int COMPONENT_CLASS_TYPE
- The meta object id for the '
Component Class Type
' class.
-
See Also:
-
ComponentClassTypeImpl
,
FacesConfigPackageImpl.getComponentClassType()
,
Constant Field Values
EXTENSION_TYPE
static final int EXTENSION_TYPE
- The meta object id for the '
Extension Type
' class.
-
See Also:
-
ExtensionTypeImpl
,
FacesConfigPackageImpl.getExtensionType()
,
Constant Field Values
EXTENSION_TYPE__CHILD_NODES
static final int EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
EXTENSION_TYPE__TEXT_CONTENT
static final int EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
EXTENSION_TYPE__ID
static final int EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
EXTENSION_TYPE_FEATURE_COUNT
static final int EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Extension Type' class.
-
See Also:
-
Constant Field Values
ATTRIBUTE_EXTENSION_TYPE__CHILD_NODES
static final int ATTRIBUTE_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
ATTRIBUTE_EXTENSION_TYPE__TEXT_CONTENT
static final int ATTRIBUTE_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
ATTRIBUTE_EXTENSION_TYPE__ID
static final int ATTRIBUTE_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
ATTRIBUTE_EXTENSION_TYPE_FEATURE_COUNT
static final int ATTRIBUTE_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Attribute Extension Type' class.
-
See Also:
-
Constant Field Values
ATTRIBUTE_NAME_TYPE__TEXT_CONTENT
static final int ATTRIBUTE_NAME_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
ATTRIBUTE_NAME_TYPE__ID
static final int ATTRIBUTE_NAME_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
ATTRIBUTE_NAME_TYPE_FEATURE_COUNT
static final int ATTRIBUTE_NAME_TYPE_FEATURE_COUNT
- The number of structural features of the 'Attribute Name Type' class.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__DESCRIPTION
static final int ATTRIBUTE_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__DISPLAY_NAME
static final int ATTRIBUTE_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__ICON
static final int ATTRIBUTE_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__ATTRIBUTE_NAME
static final int ATTRIBUTE_TYPE__ATTRIBUTE_NAME
- The feature id for the '
Attribute Name
' containment reference.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__ATTRIBUTE_CLASS
static final int ATTRIBUTE_TYPE__ATTRIBUTE_CLASS
- The feature id for the '
Attribute Class
' containment reference.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__DEFAULT_VALUE
static final int ATTRIBUTE_TYPE__DEFAULT_VALUE
- The feature id for the '
Default Value
' containment reference.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__SUGGESTED_VALUE
static final int ATTRIBUTE_TYPE__SUGGESTED_VALUE
- The feature id for the '
Suggested Value
' containment reference.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__ATTRIBUTE_EXTENSION
static final int ATTRIBUTE_TYPE__ATTRIBUTE_EXTENSION
- The feature id for the '
Attribute Extension
' containment reference list.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE__ID
static final int ATTRIBUTE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
ATTRIBUTE_TYPE_FEATURE_COUNT
static final int ATTRIBUTE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Attribute Type' class.
-
See Also:
-
Constant Field Values
COMPONENT_CLASS_TYPE__TEXT_CONTENT
static final int COMPONENT_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_CLASS_TYPE__ID
static final int COMPONENT_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_CLASS_TYPE_FEATURE_COUNT
static final int COMPONENT_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Component Class Type' class.
-
See Also:
-
Constant Field Values
COMPONENT_EXTENSION_TYPE
static final int COMPONENT_EXTENSION_TYPE
- The meta object id for the '
Component Extension Type
' class.
-
See Also:
-
ComponentExtensionTypeImpl
,
FacesConfigPackageImpl.getComponentExtensionType()
,
Constant Field Values
COMPONENT_EXTENSION_TYPE__CHILD_NODES
static final int COMPONENT_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
COMPONENT_EXTENSION_TYPE__TEXT_CONTENT
static final int COMPONENT_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_EXTENSION_TYPE__ID
static final int COMPONENT_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_EXTENSION_TYPE_FEATURE_COUNT
static final int COMPONENT_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Component Extension Type' class.
-
See Also:
-
Constant Field Values
COMPONENT_FAMILY_TYPE
static final int COMPONENT_FAMILY_TYPE
- The meta object id for the '
Component Family Type
' class.
-
See Also:
-
ComponentFamilyTypeImpl
,
FacesConfigPackageImpl.getComponentFamilyType()
,
Constant Field Values
COMPONENT_FAMILY_TYPE__TEXT_CONTENT
static final int COMPONENT_FAMILY_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_FAMILY_TYPE__ID
static final int COMPONENT_FAMILY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_FAMILY_TYPE_FEATURE_COUNT
static final int COMPONENT_FAMILY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Component Family Type' class.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE
static final int COMPONENT_TYPE
- The meta object id for the '
Component Type
' class.
-
See Also:
-
ComponentTypeImpl
,
FacesConfigPackageImpl.getComponentType()
,
Constant Field Values
COMPONENT_TYPE__DESCRIPTION
static final int COMPONENT_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__DISPLAY_NAME
static final int COMPONENT_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__ICON
static final int COMPONENT_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__COMPONENT_TYPE
static final int COMPONENT_TYPE__COMPONENT_TYPE
- The feature id for the '
Component Type
' containment reference.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__COMPONENT_CLASS
static final int COMPONENT_TYPE__COMPONENT_CLASS
- The feature id for the '
Component Class
' containment reference.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__FACET
static final int COMPONENT_TYPE__FACET
- The feature id for the '
Facet
' containment reference list.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__ATTRIBUTE
static final int COMPONENT_TYPE__ATTRIBUTE
- The feature id for the '
Attribute
' containment reference list.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__PROPERTY
static final int COMPONENT_TYPE__PROPERTY
- The feature id for the '
Property
' containment reference list.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__COMPONENT_EXTENSION
static final int COMPONENT_TYPE__COMPONENT_EXTENSION
- The feature id for the '
Component Extension
' containment reference list.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE__ID
static final int COMPONENT_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE_FEATURE_COUNT
static final int COMPONENT_TYPE_FEATURE_COUNT
- The number of structural features of the 'Component Type' class.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE_TYPE
static final int COMPONENT_TYPE_TYPE
- The meta object id for the '
Component Type Type
' class.
-
See Also:
-
ComponentTypeTypeImpl
,
FacesConfigPackageImpl.getComponentTypeType()
,
Constant Field Values
COMPONENT_TYPE_TYPE__TEXT_CONTENT
static final int COMPONENT_TYPE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE_TYPE__ID
static final int COMPONENT_TYPE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
COMPONENT_TYPE_TYPE_FEATURE_COUNT
static final int COMPONENT_TYPE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Component Type Type' class.
-
See Also:
-
Constant Field Values
CONVERTER_CLASS_TYPE
static final int CONVERTER_CLASS_TYPE
- The meta object id for the '
Converter Class Type
' class.
-
See Also:
-
ConverterClassTypeImpl
,
FacesConfigPackageImpl.getConverterClassType()
,
Constant Field Values
CONVERTER_CLASS_TYPE__TEXT_CONTENT
static final int CONVERTER_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_CLASS_TYPE__ID
static final int CONVERTER_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_CLASS_TYPE_FEATURE_COUNT
static final int CONVERTER_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Converter Class Type' class.
-
See Also:
-
Constant Field Values
CONVERTER_FOR_CLASS_TYPE
static final int CONVERTER_FOR_CLASS_TYPE
- The meta object id for the '
Converter For Class Type
' class.
-
See Also:
-
ConverterForClassTypeImpl
,
FacesConfigPackageImpl.getConverterForClassType()
,
Constant Field Values
CONVERTER_FOR_CLASS_TYPE__TEXT_CONTENT
static final int CONVERTER_FOR_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_FOR_CLASS_TYPE__ID
static final int CONVERTER_FOR_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_FOR_CLASS_TYPE_FEATURE_COUNT
static final int CONVERTER_FOR_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Converter For Class Type' class.
-
See Also:
-
Constant Field Values
CONVERTER_ID_TYPE
static final int CONVERTER_ID_TYPE
- The meta object id for the '
Converter Id Type
' class.
-
See Also:
-
ConverterIdTypeImpl
,
FacesConfigPackageImpl.getConverterIdType()
,
Constant Field Values
CONVERTER_ID_TYPE__TEXT_CONTENT
static final int CONVERTER_ID_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_ID_TYPE__ID
static final int CONVERTER_ID_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_ID_TYPE_FEATURE_COUNT
static final int CONVERTER_ID_TYPE_FEATURE_COUNT
- The number of structural features of the 'Converter Id Type' class.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE
static final int CONVERTER_TYPE
- The meta object id for the '
Converter Type
' class.
-
See Also:
-
ConverterTypeImpl
,
FacesConfigPackageImpl.getConverterType()
,
Constant Field Values
CONVERTER_TYPE__DESCRIPTION
static final int CONVERTER_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__DISPLAY_NAME
static final int CONVERTER_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__ICON
static final int CONVERTER_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__CONVERTER_ID
static final int CONVERTER_TYPE__CONVERTER_ID
- The feature id for the '
Converter Id
' containment reference.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__CONVERTER_FOR_CLASS
static final int CONVERTER_TYPE__CONVERTER_FOR_CLASS
- The feature id for the '
Converter For Class
' containment reference.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__CONVERTER_CLASS
static final int CONVERTER_TYPE__CONVERTER_CLASS
- The feature id for the '
Converter Class
' containment reference.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__ATTRIBUTE
static final int CONVERTER_TYPE__ATTRIBUTE
- The feature id for the '
Attribute
' containment reference list.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__PROPERTY
static final int CONVERTER_TYPE__PROPERTY
- The feature id for the '
Property
' containment reference list.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__CONVERTER_EXTENSION
static final int CONVERTER_TYPE__CONVERTER_EXTENSION
- The feature id for the '
Converter Extension
' containment reference list.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE__ID
static final int CONVERTER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_TYPE_FEATURE_COUNT
static final int CONVERTER_TYPE_FEATURE_COUNT
- The number of structural features of the 'Converter Type' class.
-
See Also:
-
Constant Field Values
DEFAULT_LOCALE_TYPE
static final int DEFAULT_LOCALE_TYPE
- The meta object id for the '
Default Locale Type
' class.
-
See Also:
-
DefaultLocaleTypeImpl
,
FacesConfigPackageImpl.getDefaultLocaleType()
,
Constant Field Values
DEFAULT_LOCALE_TYPE__TEXT_CONTENT
static final int DEFAULT_LOCALE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
DEFAULT_LOCALE_TYPE__ID
static final int DEFAULT_LOCALE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
DEFAULT_LOCALE_TYPE_FEATURE_COUNT
static final int DEFAULT_LOCALE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Default Locale Type' class.
-
See Also:
-
Constant Field Values
DEFAULT_RENDER_KIT_ID_TYPE
static final int DEFAULT_RENDER_KIT_ID_TYPE
- The meta object id for the '
Default Render Kit Id Type
' class.
-
See Also:
-
DefaultRenderKitIdTypeImpl
,
FacesConfigPackageImpl.getDefaultRenderKitIdType()
,
Constant Field Values
DEFAULT_RENDER_KIT_ID_TYPE__TEXT_CONTENT
static final int DEFAULT_RENDER_KIT_ID_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
DEFAULT_RENDER_KIT_ID_TYPE__ID
static final int DEFAULT_RENDER_KIT_ID_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
DEFAULT_RENDER_KIT_ID_TYPE_FEATURE_COUNT
static final int DEFAULT_RENDER_KIT_ID_TYPE_FEATURE_COUNT
- The number of structural features of the 'Default Render Kit Id Type' class.
-
See Also:
-
Constant Field Values
DEFAULT_VALUE_TYPE
static final int DEFAULT_VALUE_TYPE
- The meta object id for the '
Default Value Type
' class.
-
See Also:
-
DefaultValueTypeImpl
,
FacesConfigPackageImpl.getDefaultValueType()
,
Constant Field Values
DEFAULT_VALUE_TYPE__TEXT_CONTENT
static final int DEFAULT_VALUE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
DEFAULT_VALUE_TYPE__ID
static final int DEFAULT_VALUE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
DEFAULT_VALUE_TYPE_FEATURE_COUNT
static final int DEFAULT_VALUE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Default Value Type' class.
-
See Also:
-
Constant Field Values
DESCRIPTION_TYPE
static final int DESCRIPTION_TYPE
- The meta object id for the '
Description Type
' class.
-
See Also:
-
DescriptionTypeImpl
,
FacesConfigPackageImpl.getDescriptionType()
,
Constant Field Values
DESCRIPTION_TYPE__TEXT_CONTENT
static final int DESCRIPTION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
DESCRIPTION_TYPE__LANG
static final int DESCRIPTION_TYPE__LANG
- The feature id for the '
Lang
' attribute.
-
See Also:
-
Constant Field Values
DESCRIPTION_TYPE__ID
static final int DESCRIPTION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
DESCRIPTION_TYPE_FEATURE_COUNT
static final int DESCRIPTION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Description Type' class.
-
See Also:
-
Constant Field Values
DISPLAY_NAME_TYPE
static final int DISPLAY_NAME_TYPE
- The meta object id for the '
Display Name Type
' class.
-
See Also:
-
DisplayNameTypeImpl
,
FacesConfigPackageImpl.getDisplayNameType()
,
Constant Field Values
DISPLAY_NAME_TYPE__TEXT_CONTENT
static final int DISPLAY_NAME_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
DISPLAY_NAME_TYPE__LANG
static final int DISPLAY_NAME_TYPE__LANG
- The feature id for the '
Lang
' attribute.
-
See Also:
-
Constant Field Values
DISPLAY_NAME_TYPE__ID
static final int DISPLAY_NAME_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
DISPLAY_NAME_TYPE_FEATURE_COUNT
static final int DISPLAY_NAME_TYPE_FEATURE_COUNT
- The number of structural features of the 'Display Name Type' class.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT
static final int DOCUMENT_ROOT
- The meta object id for the '
Document Root
' class.
-
See Also:
-
DocumentRootImpl
,
FacesConfigPackageImpl.getDocumentRoot()
,
Constant Field Values
DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__MIXED
- The feature id for the '
Mixed
' attribute list.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
- The feature id for the '
XMLNS Prefix Map
' map.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
- The feature id for the '
XSI Schema Location
' map.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__ACTION_LISTENER
static final int DOCUMENT_ROOT__ACTION_LISTENER
- The feature id for the '
Action Listener
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__APPLICATION
static final int DOCUMENT_ROOT__APPLICATION
- The feature id for the '
Application
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__APPLICATION_FACTORY
static final int DOCUMENT_ROOT__APPLICATION_FACTORY
- The feature id for the '
Application Factory
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__ATTRIBUTE
static final int DOCUMENT_ROOT__ATTRIBUTE
- The feature id for the '
Attribute
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__ATTRIBUTE_CLASS
static final int DOCUMENT_ROOT__ATTRIBUTE_CLASS
- The feature id for the '
Attribute Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__ATTRIBUTE_EXTENSION
static final int DOCUMENT_ROOT__ATTRIBUTE_EXTENSION
- The feature id for the '
Attribute Extension
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__ATTRIBUTE_NAME
static final int DOCUMENT_ROOT__ATTRIBUTE_NAME
- The feature id for the '
Attribute Name
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__COMPONENT
static final int DOCUMENT_ROOT__COMPONENT
- The feature id for the '
Component
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__COMPONENT_CLASS
static final int DOCUMENT_ROOT__COMPONENT_CLASS
- The feature id for the '
Component Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__COMPONENT_EXTENSION
static final int DOCUMENT_ROOT__COMPONENT_EXTENSION
- The feature id for the '
Component Extension
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__COMPONENT_FAMILY
static final int DOCUMENT_ROOT__COMPONENT_FAMILY
- The feature id for the '
Component Family
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__COMPONENT_TYPE
static final int DOCUMENT_ROOT__COMPONENT_TYPE
- The feature id for the '
Component Type
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__CONVERTER
static final int DOCUMENT_ROOT__CONVERTER
- The feature id for the '
Converter
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__CONVERTER_CLASS
static final int DOCUMENT_ROOT__CONVERTER_CLASS
- The feature id for the '
Converter Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__CONVERTER_FOR_CLASS
static final int DOCUMENT_ROOT__CONVERTER_FOR_CLASS
- The feature id for the '
Converter For Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__CONVERTER_ID
static final int DOCUMENT_ROOT__CONVERTER_ID
- The feature id for the '
Converter Id
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__DEFAULT_LOCALE
static final int DOCUMENT_ROOT__DEFAULT_LOCALE
- The feature id for the '
Default Locale
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__DEFAULT_RENDER_KIT_ID
static final int DOCUMENT_ROOT__DEFAULT_RENDER_KIT_ID
- The feature id for the '
Default Render Kit Id
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__DEFAULT_VALUE
static final int DOCUMENT_ROOT__DEFAULT_VALUE
- The feature id for the '
Default Value
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__DESCRIPTION
static final int DOCUMENT_ROOT__DESCRIPTION
- The feature id for the '
Description
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__DISPLAY_NAME
static final int DOCUMENT_ROOT__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FACES_CONFIG
static final int DOCUMENT_ROOT__FACES_CONFIG
- The feature id for the '
Faces Config
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FACES_CONTEXT_FACTORY
static final int DOCUMENT_ROOT__FACES_CONTEXT_FACTORY
- The feature id for the '
Faces Context Factory
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FACET
static final int DOCUMENT_ROOT__FACET
- The feature id for the '
Facet
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FACET_EXTENSION
static final int DOCUMENT_ROOT__FACET_EXTENSION
- The feature id for the '
Facet Extension
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FACET_NAME
static final int DOCUMENT_ROOT__FACET_NAME
- The feature id for the '
Facet Name
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FACTORY
static final int DOCUMENT_ROOT__FACTORY
- The feature id for the '
Factory
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FROM_ACTION
static final int DOCUMENT_ROOT__FROM_ACTION
- The feature id for the '
From Action
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FROM_OUTCOME
static final int DOCUMENT_ROOT__FROM_OUTCOME
- The feature id for the '
From Outcome
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__FROM_VIEW_ID
static final int DOCUMENT_ROOT__FROM_VIEW_ID
- The feature id for the '
From View Id
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__ICON
static final int DOCUMENT_ROOT__ICON
- The feature id for the '
Icon
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__KEY
static final int DOCUMENT_ROOT__KEY
- The feature id for the '
Key
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__KEY_CLASS
static final int DOCUMENT_ROOT__KEY_CLASS
- The feature id for the '
Key Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__LARGE_ICON
static final int DOCUMENT_ROOT__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__LIFECYCLE
static final int DOCUMENT_ROOT__LIFECYCLE
- The feature id for the '
Lifecycle
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__LIFECYCLE_FACTORY
static final int DOCUMENT_ROOT__LIFECYCLE_FACTORY
- The feature id for the '
Lifecycle Factory
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__LIST_ENTRIES
static final int DOCUMENT_ROOT__LIST_ENTRIES
- The feature id for the '
List Entries
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__LOCALE_CONFIG
static final int DOCUMENT_ROOT__LOCALE_CONFIG
- The feature id for the '
Locale Config
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__MANAGED_BEAN
static final int DOCUMENT_ROOT__MANAGED_BEAN
- The feature id for the '
Managed Bean
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__MANAGED_BEAN_CLASS
static final int DOCUMENT_ROOT__MANAGED_BEAN_CLASS
- The feature id for the '
Managed Bean Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__MANAGED_BEAN_NAME
static final int DOCUMENT_ROOT__MANAGED_BEAN_NAME
- The feature id for the '
Managed Bean Name
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__MANAGED_BEAN_SCOPE
static final int DOCUMENT_ROOT__MANAGED_BEAN_SCOPE
- The feature id for the '
Managed Bean Scope
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__MANAGED_PROPERTY
static final int DOCUMENT_ROOT__MANAGED_PROPERTY
- The feature id for the '
Managed Property
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__MAP_ENTRIES
static final int DOCUMENT_ROOT__MAP_ENTRIES
- The feature id for the '
Map Entries
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__MAP_ENTRY
static final int DOCUMENT_ROOT__MAP_ENTRY
- The feature id for the '
Map Entry
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__MESSAGE_BUNDLE
static final int DOCUMENT_ROOT__MESSAGE_BUNDLE
- The feature id for the '
Message Bundle
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__NAVIGATION_CASE
static final int DOCUMENT_ROOT__NAVIGATION_CASE
- The feature id for the '
Navigation Case
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__NAVIGATION_HANDLER
static final int DOCUMENT_ROOT__NAVIGATION_HANDLER
- The feature id for the '
Navigation Handler
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__NAVIGATION_RULE
static final int DOCUMENT_ROOT__NAVIGATION_RULE
- The feature id for the '
Navigation Rule
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__NULL_VALUE
static final int DOCUMENT_ROOT__NULL_VALUE
- The feature id for the '
Null Value
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__PHASE_LISTENER
static final int DOCUMENT_ROOT__PHASE_LISTENER
- The feature id for the '
Phase Listener
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__PROPERTY
static final int DOCUMENT_ROOT__PROPERTY
- The feature id for the '
Property
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__PROPERTY_CLASS
static final int DOCUMENT_ROOT__PROPERTY_CLASS
- The feature id for the '
Property Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__PROPERTY_EXTENSION
static final int DOCUMENT_ROOT__PROPERTY_EXTENSION
- The feature id for the '
Property Extension
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__PROPERTY_NAME
static final int DOCUMENT_ROOT__PROPERTY_NAME
- The feature id for the '
Property Name
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__PROPERTY_RESOLVER
static final int DOCUMENT_ROOT__PROPERTY_RESOLVER
- The feature id for the '
Property Resolver
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__REDIRECT
static final int DOCUMENT_ROOT__REDIRECT
- The feature id for the '
Redirect
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__REFERENCED_BEAN
static final int DOCUMENT_ROOT__REFERENCED_BEAN
- The feature id for the '
Referenced Bean
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__REFERENCED_BEAN_CLASS
static final int DOCUMENT_ROOT__REFERENCED_BEAN_CLASS
- The feature id for the '
Referenced Bean Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__REFERENCED_BEAN_NAME
static final int DOCUMENT_ROOT__REFERENCED_BEAN_NAME
- The feature id for the '
Referenced Bean Name
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__RENDERER
static final int DOCUMENT_ROOT__RENDERER
- The feature id for the '
Renderer
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__RENDERER_CLASS
static final int DOCUMENT_ROOT__RENDERER_CLASS
- The feature id for the '
Renderer Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__RENDERER_EXTENSION
static final int DOCUMENT_ROOT__RENDERER_EXTENSION
- The feature id for the '
Renderer Extension
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__RENDERER_TYPE
static final int DOCUMENT_ROOT__RENDERER_TYPE
- The feature id for the '
Renderer Type
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__RENDER_KIT
static final int DOCUMENT_ROOT__RENDER_KIT
- The feature id for the '
Render Kit
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__RENDER_KIT_CLASS
static final int DOCUMENT_ROOT__RENDER_KIT_CLASS
- The feature id for the '
Render Kit Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__RENDER_KIT_FACTORY
static final int DOCUMENT_ROOT__RENDER_KIT_FACTORY
- The feature id for the '
Render Kit Factory
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__RENDER_KIT_ID
static final int DOCUMENT_ROOT__RENDER_KIT_ID
- The feature id for the '
Render Kit Id
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__SMALL_ICON
static final int DOCUMENT_ROOT__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__STATE_MANAGER
static final int DOCUMENT_ROOT__STATE_MANAGER
- The feature id for the '
State Manager
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__SUGGESTED_VALUE
static final int DOCUMENT_ROOT__SUGGESTED_VALUE
- The feature id for the '
Suggested Value
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__SUPPORTED_LOCALE
static final int DOCUMENT_ROOT__SUPPORTED_LOCALE
- The feature id for the '
Supported Locale
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__TO_VIEW_ID
static final int DOCUMENT_ROOT__TO_VIEW_ID
- The feature id for the '
To View Id
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__VALIDATOR
static final int DOCUMENT_ROOT__VALIDATOR
- The feature id for the '
Validator
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__VALIDATOR_CLASS
static final int DOCUMENT_ROOT__VALIDATOR_CLASS
- The feature id for the '
Validator Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__VALIDATOR_ID
static final int DOCUMENT_ROOT__VALIDATOR_ID
- The feature id for the '
Validator Id
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__VALUE
static final int DOCUMENT_ROOT__VALUE
- The feature id for the '
Value
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__VALUE_CLASS
static final int DOCUMENT_ROOT__VALUE_CLASS
- The feature id for the '
Value Class
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__VARIABLE_RESOLVER
static final int DOCUMENT_ROOT__VARIABLE_RESOLVER
- The feature id for the '
Variable Resolver
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT__VIEW_HANDLER
static final int DOCUMENT_ROOT__VIEW_HANDLER
- The feature id for the '
View Handler
' containment reference.
-
See Also:
-
Constant Field Values
DOCUMENT_ROOT_FEATURE_COUNT
static final int DOCUMENT_ROOT_FEATURE_COUNT
- The number of structural features of the 'Document Root' class.
-
See Also:
-
Constant Field Values
DYNAMIC_ATTRIBUTE
static final int DYNAMIC_ATTRIBUTE
- The meta object id for the '
Dynamic Attribute
' class.
-
See Also:
-
DynamicAttributeImpl
,
FacesConfigPackageImpl.getDynamicAttribute()
,
Constant Field Values
DYNAMIC_ATTRIBUTE__NAME
static final int DYNAMIC_ATTRIBUTE__NAME
- The feature id for the '
Name
' attribute.
-
See Also:
-
Constant Field Values
DYNAMIC_ATTRIBUTE__VALUE
static final int DYNAMIC_ATTRIBUTE__VALUE
- The feature id for the '
Value
' attribute.
-
See Also:
-
Constant Field Values
DYNAMIC_ATTRIBUTE_FEATURE_COUNT
static final int DYNAMIC_ATTRIBUTE_FEATURE_COUNT
- The number of structural features of the 'Dynamic Attribute' class.
-
See Also:
-
Constant Field Values
DYNAMIC_ELEMENT
static final int DYNAMIC_ELEMENT
- The meta object id for the '
Dynamic Element
' class.
-
See Also:
-
DynamicElementImpl
,
FacesConfigPackageImpl.getDynamicElement()
,
Constant Field Values
DYNAMIC_ELEMENT__CHILD_NODES
static final int DYNAMIC_ELEMENT__CHILD_NODES
- The feature id for the '
Child Nodes
' containment reference list.
-
See Also:
-
Constant Field Values
DYNAMIC_ELEMENT__NAME
static final int DYNAMIC_ELEMENT__NAME
- The feature id for the '
Name
' attribute.
-
See Also:
-
Constant Field Values
DYNAMIC_ELEMENT__ATTRIBUTES
static final int DYNAMIC_ELEMENT__ATTRIBUTES
- The feature id for the '
Attributes
' reference list.
-
See Also:
-
Constant Field Values
DYNAMIC_ELEMENT__TEXT_CONTENT
static final int DYNAMIC_ELEMENT__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
DYNAMIC_ELEMENT_FEATURE_COUNT
static final int DYNAMIC_ELEMENT_FEATURE_COUNT
- The number of structural features of the 'Dynamic Element' class.
-
See Also:
-
Constant Field Values
EL_RESOLVER_TYPE
static final int EL_RESOLVER_TYPE
- The meta object id for the '
EL Resolver Type
' class.
-
See Also:
-
ELResolverTypeImpl
,
FacesConfigPackageImpl.getELResolverType()
,
Constant Field Values
FACES_CONFIG_TYPE
static final int FACES_CONFIG_TYPE
- The meta object id for the '
Type
' class.
-
See Also:
-
FacesConfigTypeImpl
,
FacesConfigPackageImpl.getFacesConfigType()
,
Constant Field Values
FACES_CONFIG_TYPE__APPLICATION
static final int FACES_CONFIG_TYPE__APPLICATION
- The feature id for the '
Application
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__FACTORY
static final int FACES_CONFIG_TYPE__FACTORY
- The feature id for the '
Factory
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__COMPONENT
static final int FACES_CONFIG_TYPE__COMPONENT
- The feature id for the '
Component
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__CONVERTER
static final int FACES_CONFIG_TYPE__CONVERTER
- The feature id for the '
Converter
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__MANAGED_BEAN
static final int FACES_CONFIG_TYPE__MANAGED_BEAN
- The feature id for the '
Managed Bean
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__NAVIGATION_RULE
static final int FACES_CONFIG_TYPE__NAVIGATION_RULE
- The feature id for the '
Navigation Rule
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__REFERENCED_BEAN
static final int FACES_CONFIG_TYPE__REFERENCED_BEAN
- The feature id for the '
Referenced Bean
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__RENDER_KIT
static final int FACES_CONFIG_TYPE__RENDER_KIT
- The feature id for the '
Render Kit
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__LIFECYCLE
static final int FACES_CONFIG_TYPE__LIFECYCLE
- The feature id for the '
Lifecycle
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__VALIDATOR
static final int FACES_CONFIG_TYPE__VALIDATOR
- The feature id for the '
Validator
' containment reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__FACES_CONFIG_EXTENSION
static final int FACES_CONFIG_TYPE__FACES_CONFIG_EXTENSION
- The feature id for the '
Faces Config Extension
' reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__XMLNS
static final int FACES_CONFIG_TYPE__XMLNS
- The feature id for the '
Xmlns
' attribute.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE__ID
static final int FACES_CONFIG_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FACES_CONFIG_TYPE_FEATURE_COUNT
static final int FACES_CONFIG_TYPE_FEATURE_COUNT
- The number of structural features of the 'Type' class.
-
See Also:
-
Constant Field Values
FACES_CONTEXT_FACTORY_TYPE
static final int FACES_CONTEXT_FACTORY_TYPE
- The meta object id for the '
Faces Context Factory Type
' class.
-
See Also:
-
FacesContextFactoryTypeImpl
,
FacesConfigPackageImpl.getFacesContextFactoryType()
,
Constant Field Values
FACES_CONTEXT_FACTORY_TYPE__TEXT_CONTENT
static final int FACES_CONTEXT_FACTORY_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
FACES_CONTEXT_FACTORY_TYPE__ID
static final int FACES_CONTEXT_FACTORY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FACES_CONTEXT_FACTORY_TYPE_FEATURE_COUNT
static final int FACES_CONTEXT_FACTORY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Faces Context Factory Type' class.
-
See Also:
-
Constant Field Values
FACET_EXTENSION_TYPE
static final int FACET_EXTENSION_TYPE
- The meta object id for the '
Facet Extension Type
' class.
-
See Also:
-
FacetExtensionTypeImpl
,
FacesConfigPackageImpl.getFacetExtensionType()
,
Constant Field Values
FACET_EXTENSION_TYPE__CHILD_NODES
static final int FACET_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
FACET_EXTENSION_TYPE__TEXT_CONTENT
static final int FACET_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
FACET_EXTENSION_TYPE__ID
static final int FACET_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FACET_EXTENSION_TYPE_FEATURE_COUNT
static final int FACET_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Facet Extension Type' class.
-
See Also:
-
Constant Field Values
FACET_NAME_TYPE
static final int FACET_NAME_TYPE
- The meta object id for the '
Facet Name Type
' class.
-
See Also:
-
FacetNameTypeImpl
,
FacesConfigPackageImpl.getFacetNameType()
,
Constant Field Values
FACET_NAME_TYPE__TEXT_CONTENT
static final int FACET_NAME_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
FACET_NAME_TYPE__ID
static final int FACET_NAME_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FACET_NAME_TYPE_FEATURE_COUNT
static final int FACET_NAME_TYPE_FEATURE_COUNT
- The number of structural features of the 'Facet Name Type' class.
-
See Also:
-
Constant Field Values
FACET_TYPE
static final int FACET_TYPE
- The meta object id for the '
Facet Type
' class.
-
See Also:
-
FacetTypeImpl
,
FacesConfigPackageImpl.getFacetType()
,
Constant Field Values
FACET_TYPE__DESCRIPTION
static final int FACET_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
FACET_TYPE__DISPLAY_NAME
static final int FACET_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
FACET_TYPE__ICON
static final int FACET_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
FACET_TYPE__FACET_NAME
static final int FACET_TYPE__FACET_NAME
- The feature id for the '
Facet Name
' containment reference.
-
See Also:
-
Constant Field Values
FACET_TYPE__FACET_EXTENSION
static final int FACET_TYPE__FACET_EXTENSION
- The feature id for the '
Facet Extension
' containment reference list.
-
See Also:
-
Constant Field Values
FACET_TYPE__ID
static final int FACET_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FACET_TYPE_FEATURE_COUNT
static final int FACET_TYPE_FEATURE_COUNT
- The number of structural features of the 'Facet Type' class.
-
See Also:
-
Constant Field Values
FACTORY_TYPE
static final int FACTORY_TYPE
- The meta object id for the '
Factory Type
' class.
-
See Also:
-
FactoryTypeImpl
,
FacesConfigPackageImpl.getFactoryType()
,
Constant Field Values
FACTORY_TYPE__APPLICATION_FACTORY
static final int FACTORY_TYPE__APPLICATION_FACTORY
- The feature id for the '
Application Factory
' containment reference list.
-
See Also:
-
Constant Field Values
FACTORY_TYPE__FACES_CONTEXT_FACTORY
static final int FACTORY_TYPE__FACES_CONTEXT_FACTORY
- The feature id for the '
Faces Context Factory
' containment reference list.
-
See Also:
-
Constant Field Values
FACTORY_TYPE__LIFECYCLE_FACTORY
static final int FACTORY_TYPE__LIFECYCLE_FACTORY
- The feature id for the '
Lifecycle Factory
' containment reference list.
-
See Also:
-
Constant Field Values
FACTORY_TYPE__RENDER_KIT_FACTORY
static final int FACTORY_TYPE__RENDER_KIT_FACTORY
- The feature id for the '
Render Kit Factory
' containment reference list.
-
See Also:
-
Constant Field Values
FACTORY_TYPE__FACTORY_EXTENSION
static final int FACTORY_TYPE__FACTORY_EXTENSION
- The feature id for the '
Factory Extension
' reference list.
-
See Also:
-
Constant Field Values
FACTORY_TYPE__ID
static final int FACTORY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FACTORY_TYPE_FEATURE_COUNT
static final int FACTORY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Factory Type' class.
-
See Also:
-
Constant Field Values
FROM_ACTION_TYPE
static final int FROM_ACTION_TYPE
- The meta object id for the '
From Action Type
' class.
-
See Also:
-
FromActionTypeImpl
,
FacesConfigPackageImpl.getFromActionType()
,
Constant Field Values
FROM_ACTION_TYPE__TEXT_CONTENT
static final int FROM_ACTION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
FROM_ACTION_TYPE__ID
static final int FROM_ACTION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FROM_ACTION_TYPE_FEATURE_COUNT
static final int FROM_ACTION_TYPE_FEATURE_COUNT
- The number of structural features of the 'From Action Type' class.
-
See Also:
-
Constant Field Values
FROM_OUTCOME_TYPE
static final int FROM_OUTCOME_TYPE
- The meta object id for the '
From Outcome Type
' class.
-
See Also:
-
FromOutcomeTypeImpl
,
FacesConfigPackageImpl.getFromOutcomeType()
,
Constant Field Values
FROM_OUTCOME_TYPE__TEXT_CONTENT
static final int FROM_OUTCOME_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
FROM_OUTCOME_TYPE__ID
static final int FROM_OUTCOME_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FROM_OUTCOME_TYPE_FEATURE_COUNT
static final int FROM_OUTCOME_TYPE_FEATURE_COUNT
- The number of structural features of the 'From Outcome Type' class.
-
See Also:
-
Constant Field Values
FROM_VIEW_ID_TYPE
static final int FROM_VIEW_ID_TYPE
- The meta object id for the '
From View Id Type
' class.
-
See Also:
-
FromViewIdTypeImpl
,
FacesConfigPackageImpl.getFromViewIdType()
,
Constant Field Values
FROM_VIEW_ID_TYPE__TEXT_CONTENT
static final int FROM_VIEW_ID_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
FROM_VIEW_ID_TYPE__ID
static final int FROM_VIEW_ID_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FROM_VIEW_ID_TYPE_FEATURE_COUNT
static final int FROM_VIEW_ID_TYPE_FEATURE_COUNT
- The number of structural features of the 'From View Id Type' class.
-
See Also:
-
Constant Field Values
ICON_TYPE
static final int ICON_TYPE
- The meta object id for the '
Icon Type
' class.
-
See Also:
-
IconTypeImpl
,
FacesConfigPackageImpl.getIconType()
,
Constant Field Values
ICON_TYPE__SMALL_ICON
static final int ICON_TYPE__SMALL_ICON
- The feature id for the '
Small Icon
' containment reference.
-
See Also:
-
Constant Field Values
ICON_TYPE__LARGE_ICON
static final int ICON_TYPE__LARGE_ICON
- The feature id for the '
Large Icon
' containment reference.
-
See Also:
-
Constant Field Values
ICON_TYPE__LANG
static final int ICON_TYPE__LANG
- The feature id for the '
Lang
' attribute.
-
See Also:
-
Constant Field Values
ICON_TYPE__ID
static final int ICON_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
ICON_TYPE_FEATURE_COUNT
static final int ICON_TYPE_FEATURE_COUNT
- The number of structural features of the 'Icon Type' class.
-
See Also:
-
Constant Field Values
KEY_CLASS_TYPE
static final int KEY_CLASS_TYPE
- The meta object id for the '
Key Class Type
' class.
-
See Also:
-
KeyClassTypeImpl
,
FacesConfigPackageImpl.getKeyClassType()
,
Constant Field Values
KEY_CLASS_TYPE__TEXT_CONTENT
static final int KEY_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
KEY_CLASS_TYPE__ID
static final int KEY_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
KEY_CLASS_TYPE_FEATURE_COUNT
static final int KEY_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Key Class Type' class.
-
See Also:
-
Constant Field Values
KEY_TYPE
static final int KEY_TYPE
- The meta object id for the '
Key Type
' class.
-
See Also:
-
KeyTypeImpl
,
FacesConfigPackageImpl.getKeyType()
,
Constant Field Values
KEY_TYPE__TEXT_CONTENT
static final int KEY_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
KEY_TYPE__ID
static final int KEY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
KEY_TYPE_FEATURE_COUNT
static final int KEY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Key Type' class.
-
See Also:
-
Constant Field Values
LARGE_ICON_TYPE
static final int LARGE_ICON_TYPE
- The meta object id for the '
Large Icon Type
' class.
-
See Also:
-
LargeIconTypeImpl
,
FacesConfigPackageImpl.getLargeIconType()
,
Constant Field Values
LARGE_ICON_TYPE__TEXT_CONTENT
static final int LARGE_ICON_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
LARGE_ICON_TYPE__ID
static final int LARGE_ICON_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
LARGE_ICON_TYPE_FEATURE_COUNT
static final int LARGE_ICON_TYPE_FEATURE_COUNT
- The number of structural features of the 'Large Icon Type' class.
-
See Also:
-
Constant Field Values
LIFECYCLE_FACTORY_TYPE
static final int LIFECYCLE_FACTORY_TYPE
- The meta object id for the '
Lifecycle Factory Type
' class.
-
See Also:
-
LifecycleFactoryTypeImpl
,
FacesConfigPackageImpl.getLifecycleFactoryType()
,
Constant Field Values
LIFECYCLE_FACTORY_TYPE__TEXT_CONTENT
static final int LIFECYCLE_FACTORY_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
LIFECYCLE_FACTORY_TYPE__ID
static final int LIFECYCLE_FACTORY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
LIFECYCLE_FACTORY_TYPE_FEATURE_COUNT
static final int LIFECYCLE_FACTORY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Lifecycle Factory Type' class.
-
See Also:
-
Constant Field Values
LIFECYCLE_TYPE
static final int LIFECYCLE_TYPE
- The meta object id for the '
Lifecycle Type
' class.
-
See Also:
-
LifecycleTypeImpl
,
FacesConfigPackageImpl.getLifecycleType()
,
Constant Field Values
LIFECYCLE_TYPE__PHASE_LISTENER
static final int LIFECYCLE_TYPE__PHASE_LISTENER
- The feature id for the '
Phase Listener
' containment reference list.
-
See Also:
-
Constant Field Values
LIFECYCLE_TYPE__LIFECYCLE_EXTENSION
static final int LIFECYCLE_TYPE__LIFECYCLE_EXTENSION
- The feature id for the '
Lifecycle Extension
' containment reference list.
-
See Also:
-
Constant Field Values
LIFECYCLE_TYPE__ID
static final int LIFECYCLE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
LIFECYCLE_TYPE_FEATURE_COUNT
static final int LIFECYCLE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Lifecycle Type' class.
-
See Also:
-
Constant Field Values
LIST_ENTRIES_TYPE
static final int LIST_ENTRIES_TYPE
- The meta object id for the '
List Entries Type
' class.
-
See Also:
-
ListEntriesTypeImpl
,
FacesConfigPackageImpl.getListEntriesType()
,
Constant Field Values
LIST_ENTRIES_TYPE__VALUE_CLASS
static final int LIST_ENTRIES_TYPE__VALUE_CLASS
- The feature id for the '
Value Class
' containment reference.
-
See Also:
-
Constant Field Values
LIST_ENTRIES_TYPE__NULL_VALUE
static final int LIST_ENTRIES_TYPE__NULL_VALUE
- The feature id for the '
Null Value
' containment reference list.
-
See Also:
-
Constant Field Values
LIST_ENTRIES_TYPE__VALUE
static final int LIST_ENTRIES_TYPE__VALUE
- The feature id for the '
Value
' containment reference list.
-
See Also:
-
Constant Field Values
LIST_ENTRIES_TYPE__ID
static final int LIST_ENTRIES_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
LIST_ENTRIES_TYPE_FEATURE_COUNT
static final int LIST_ENTRIES_TYPE_FEATURE_COUNT
- The number of structural features of the 'List Entries Type' class.
-
See Also:
-
Constant Field Values
LOCALE_CONFIG_TYPE
static final int LOCALE_CONFIG_TYPE
- The meta object id for the '
Locale Config Type
' class.
-
See Also:
-
LocaleConfigTypeImpl
,
FacesConfigPackageImpl.getLocaleConfigType()
,
Constant Field Values
LOCALE_CONFIG_TYPE__DEFAULT_LOCALE
static final int LOCALE_CONFIG_TYPE__DEFAULT_LOCALE
- The feature id for the '
Default Locale
' containment reference.
-
See Also:
-
Constant Field Values
LOCALE_CONFIG_TYPE__SUPPORTED_LOCALE
static final int LOCALE_CONFIG_TYPE__SUPPORTED_LOCALE
- The feature id for the '
Supported Locale
' containment reference list.
-
See Also:
-
Constant Field Values
LOCALE_CONFIG_TYPE__ID
static final int LOCALE_CONFIG_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
LOCALE_CONFIG_TYPE_FEATURE_COUNT
static final int LOCALE_CONFIG_TYPE_FEATURE_COUNT
- The number of structural features of the 'Locale Config Type' class.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_CLASS_TYPE
static final int MANAGED_BEAN_CLASS_TYPE
- The meta object id for the '
Managed Bean Class Type
' class.
-
See Also:
-
ManagedBeanClassTypeImpl
,
FacesConfigPackageImpl.getManagedBeanClassType()
,
Constant Field Values
MANAGED_BEAN_CLASS_TYPE__TEXT_CONTENT
static final int MANAGED_BEAN_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_CLASS_TYPE__ID
static final int MANAGED_BEAN_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_CLASS_TYPE_FEATURE_COUNT
static final int MANAGED_BEAN_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Managed Bean Class Type' class.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_NAME_TYPE
static final int MANAGED_BEAN_NAME_TYPE
- The meta object id for the '
Managed Bean Name Type
' class.
-
See Also:
-
ManagedBeanNameTypeImpl
,
FacesConfigPackageImpl.getManagedBeanNameType()
,
Constant Field Values
MANAGED_BEAN_NAME_TYPE__TEXT_CONTENT
static final int MANAGED_BEAN_NAME_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_NAME_TYPE__ID
static final int MANAGED_BEAN_NAME_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_NAME_TYPE_FEATURE_COUNT
static final int MANAGED_BEAN_NAME_TYPE_FEATURE_COUNT
- The number of structural features of the 'Managed Bean Name Type' class.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_SCOPE_TYPE
static final int MANAGED_BEAN_SCOPE_TYPE
- The meta object id for the '
Managed Bean Scope Type
' class.
-
See Also:
-
ManagedBeanScopeTypeImpl
,
FacesConfigPackageImpl.getManagedBeanScopeType()
,
Constant Field Values
MANAGED_BEAN_SCOPE_TYPE__TEXT_CONTENT
static final int MANAGED_BEAN_SCOPE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_SCOPE_TYPE__ID
static final int MANAGED_BEAN_SCOPE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_SCOPE_TYPE_FEATURE_COUNT
static final int MANAGED_BEAN_SCOPE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Managed Bean Scope Type' class.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE
static final int MANAGED_BEAN_TYPE
- The meta object id for the '
Managed Bean Type
' class.
-
See Also:
-
ManagedBeanTypeImpl
,
FacesConfigPackageImpl.getManagedBeanType()
,
Constant Field Values
MANAGED_BEAN_TYPE__DESCRIPTION
static final int MANAGED_BEAN_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__DISPLAY_NAME
static final int MANAGED_BEAN_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__ICON
static final int MANAGED_BEAN_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__MANAGED_BEAN_NAME
static final int MANAGED_BEAN_TYPE__MANAGED_BEAN_NAME
- The feature id for the '
Managed Bean Name
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__MANAGED_BEAN_CLASS
static final int MANAGED_BEAN_TYPE__MANAGED_BEAN_CLASS
- The feature id for the '
Managed Bean Class
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__MANAGED_BEAN_SCOPE
static final int MANAGED_BEAN_TYPE__MANAGED_BEAN_SCOPE
- The feature id for the '
Managed Bean Scope
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__MANAGED_PROPERTY
static final int MANAGED_BEAN_TYPE__MANAGED_PROPERTY
- The feature id for the '
Managed Property
' containment reference list.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__MAP_ENTRIES
static final int MANAGED_BEAN_TYPE__MAP_ENTRIES
- The feature id for the '
Map Entries
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__LIST_ENTRIES
static final int MANAGED_BEAN_TYPE__LIST_ENTRIES
- The feature id for the '
List Entries
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__MANAGED_BEAN_EXTENSION
static final int MANAGED_BEAN_TYPE__MANAGED_BEAN_EXTENSION
- The feature id for the '
Managed Bean Extension
' containment reference list.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE__ID
static final int MANAGED_BEAN_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_TYPE_FEATURE_COUNT
static final int MANAGED_BEAN_TYPE_FEATURE_COUNT
- The number of structural features of the 'Managed Bean Type' class.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE
static final int MANAGED_PROPERTY_TYPE
- The meta object id for the '
Managed Property Type
' class.
-
See Also:
-
ManagedPropertyTypeImpl
,
FacesConfigPackageImpl.getManagedPropertyType()
,
Constant Field Values
MANAGED_PROPERTY_TYPE__DESCRIPTION
static final int MANAGED_PROPERTY_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__DISPLAY_NAME
static final int MANAGED_PROPERTY_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__ICON
static final int MANAGED_PROPERTY_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__PROPERTY_NAME
static final int MANAGED_PROPERTY_TYPE__PROPERTY_NAME
- The feature id for the '
Property Name
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__PROPERTY_CLASS
static final int MANAGED_PROPERTY_TYPE__PROPERTY_CLASS
- The feature id for the '
Property Class
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__MAP_ENTRIES
static final int MANAGED_PROPERTY_TYPE__MAP_ENTRIES
- The feature id for the '
Map Entries
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__NULL_VALUE
static final int MANAGED_PROPERTY_TYPE__NULL_VALUE
- The feature id for the '
Null Value
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__VALUE
static final int MANAGED_PROPERTY_TYPE__VALUE
- The feature id for the '
Value
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__LIST_ENTRIES
static final int MANAGED_PROPERTY_TYPE__LIST_ENTRIES
- The feature id for the '
List Entries
' containment reference.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE__ID
static final int MANAGED_PROPERTY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_PROPERTY_TYPE_FEATURE_COUNT
static final int MANAGED_PROPERTY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Managed Property Type' class.
-
See Also:
-
Constant Field Values
MAP_ENTRIES_TYPE
static final int MAP_ENTRIES_TYPE
- The meta object id for the '
Map Entries Type
' class.
-
See Also:
-
MapEntriesTypeImpl
,
FacesConfigPackageImpl.getMapEntriesType()
,
Constant Field Values
MAP_ENTRIES_TYPE__KEY_CLASS
static final int MAP_ENTRIES_TYPE__KEY_CLASS
- The feature id for the '
Key Class
' containment reference.
-
See Also:
-
Constant Field Values
MAP_ENTRIES_TYPE__VALUE_CLASS
static final int MAP_ENTRIES_TYPE__VALUE_CLASS
- The feature id for the '
Value Class
' containment reference.
-
See Also:
-
Constant Field Values
MAP_ENTRIES_TYPE__MAP_ENTRY
static final int MAP_ENTRIES_TYPE__MAP_ENTRY
- The feature id for the '
Map Entry
' containment reference list.
-
See Also:
-
Constant Field Values
MAP_ENTRIES_TYPE__ID
static final int MAP_ENTRIES_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MAP_ENTRIES_TYPE_FEATURE_COUNT
static final int MAP_ENTRIES_TYPE_FEATURE_COUNT
- The number of structural features of the 'Map Entries Type' class.
-
See Also:
-
Constant Field Values
MAP_ENTRY_TYPE
static final int MAP_ENTRY_TYPE
- The meta object id for the '
Map Entry Type
' class.
-
See Also:
-
MapEntryTypeImpl
,
FacesConfigPackageImpl.getMapEntryType()
,
Constant Field Values
MAP_ENTRY_TYPE__KEY
static final int MAP_ENTRY_TYPE__KEY
- The feature id for the '
Key
' containment reference.
-
See Also:
-
Constant Field Values
MAP_ENTRY_TYPE__NULL_VALUE
static final int MAP_ENTRY_TYPE__NULL_VALUE
- The feature id for the '
Null Value
' containment reference.
-
See Also:
-
Constant Field Values
MAP_ENTRY_TYPE__VALUE
static final int MAP_ENTRY_TYPE__VALUE
- The feature id for the '
Value
' containment reference.
-
See Also:
-
Constant Field Values
MAP_ENTRY_TYPE__ID
static final int MAP_ENTRY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MAP_ENTRY_TYPE_FEATURE_COUNT
static final int MAP_ENTRY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Map Entry Type' class.
-
See Also:
-
Constant Field Values
MESSAGE_BUNDLE_TYPE
static final int MESSAGE_BUNDLE_TYPE
- The meta object id for the '
Message Bundle Type
' class.
-
See Also:
-
MessageBundleTypeImpl
,
FacesConfigPackageImpl.getMessageBundleType()
,
Constant Field Values
MESSAGE_BUNDLE_TYPE__TEXT_CONTENT
static final int MESSAGE_BUNDLE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
MESSAGE_BUNDLE_TYPE__ID
static final int MESSAGE_BUNDLE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MESSAGE_BUNDLE_TYPE_FEATURE_COUNT
static final int MESSAGE_BUNDLE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Message Bundle Type' class.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE
static final int NAVIGATION_CASE_TYPE
- The meta object id for the '
Navigation Case Type
' class.
-
See Also:
-
NavigationCaseTypeImpl
,
FacesConfigPackageImpl.getNavigationCaseType()
,
Constant Field Values
NAVIGATION_CASE_TYPE__DESCRIPTION
static final int NAVIGATION_CASE_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE__DISPLAY_NAME
static final int NAVIGATION_CASE_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE__ICON
static final int NAVIGATION_CASE_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE__FROM_ACTION
static final int NAVIGATION_CASE_TYPE__FROM_ACTION
- The feature id for the '
From Action
' containment reference.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE__FROM_OUTCOME
static final int NAVIGATION_CASE_TYPE__FROM_OUTCOME
- The feature id for the '
From Outcome
' containment reference.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE__TO_VIEW_ID
static final int NAVIGATION_CASE_TYPE__TO_VIEW_ID
- The feature id for the '
To View Id
' containment reference.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE__REDIRECT
static final int NAVIGATION_CASE_TYPE__REDIRECT
- The feature id for the '
Redirect
' containment reference.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE__ID
static final int NAVIGATION_CASE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
NAVIGATION_CASE_TYPE_FEATURE_COUNT
static final int NAVIGATION_CASE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Navigation Case Type' class.
-
See Also:
-
Constant Field Values
NAVIGATION_HANDLER_TYPE
static final int NAVIGATION_HANDLER_TYPE
- The meta object id for the '
Navigation Handler Type
' class.
-
See Also:
-
NavigationHandlerTypeImpl
,
FacesConfigPackageImpl.getNavigationHandlerType()
,
Constant Field Values
NAVIGATION_HANDLER_TYPE__TEXT_CONTENT
static final int NAVIGATION_HANDLER_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
NAVIGATION_HANDLER_TYPE__ID
static final int NAVIGATION_HANDLER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
NAVIGATION_HANDLER_TYPE_FEATURE_COUNT
static final int NAVIGATION_HANDLER_TYPE_FEATURE_COUNT
- The number of structural features of the 'Navigation Handler Type' class.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_TYPE
static final int NAVIGATION_RULE_TYPE
- The meta object id for the '
Navigation Rule Type
' class.
-
See Also:
-
NavigationRuleTypeImpl
,
FacesConfigPackageImpl.getNavigationRuleType()
,
Constant Field Values
NAVIGATION_RULE_TYPE__DESCRIPTION
static final int NAVIGATION_RULE_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_TYPE__DISPLAY_NAME
static final int NAVIGATION_RULE_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_TYPE__ICON
static final int NAVIGATION_RULE_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_TYPE__FROM_VIEW_ID
static final int NAVIGATION_RULE_TYPE__FROM_VIEW_ID
- The feature id for the '
From View Id
' containment reference.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_TYPE__NAVIGATION_CASE
static final int NAVIGATION_RULE_TYPE__NAVIGATION_CASE
- The feature id for the '
Navigation Case
' containment reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_TYPE__NAVIGATION_RULE_EXTENSION
static final int NAVIGATION_RULE_TYPE__NAVIGATION_RULE_EXTENSION
- The feature id for the '
Navigation Rule Extension
' containment reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_TYPE__ID
static final int NAVIGATION_RULE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_TYPE_FEATURE_COUNT
static final int NAVIGATION_RULE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Navigation Rule Type' class.
-
See Also:
-
Constant Field Values
NULL_VALUE_TYPE
static final int NULL_VALUE_TYPE
- The meta object id for the '
Null Value Type
' class.
-
See Also:
-
NullValueTypeImpl
,
FacesConfigPackageImpl.getNullValueType()
,
Constant Field Values
NULL_VALUE_TYPE__ID
static final int NULL_VALUE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
NULL_VALUE_TYPE_FEATURE_COUNT
static final int NULL_VALUE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Null Value Type' class.
-
See Also:
-
Constant Field Values
PHASE_LISTENER_TYPE
static final int PHASE_LISTENER_TYPE
- The meta object id for the '
Phase Listener Type
' class.
-
See Also:
-
PhaseListenerTypeImpl
,
FacesConfigPackageImpl.getPhaseListenerType()
,
Constant Field Values
PHASE_LISTENER_TYPE__TEXT_CONTENT
static final int PHASE_LISTENER_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
PHASE_LISTENER_TYPE__ID
static final int PHASE_LISTENER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
PHASE_LISTENER_TYPE_FEATURE_COUNT
static final int PHASE_LISTENER_TYPE_FEATURE_COUNT
- The number of structural features of the 'Phase Listener Type' class.
-
See Also:
-
Constant Field Values
PROPERTY_CLASS_TYPE
static final int PROPERTY_CLASS_TYPE
- The meta object id for the '
Property Class Type
' class.
-
See Also:
-
PropertyClassTypeImpl
,
FacesConfigPackageImpl.getPropertyClassType()
,
Constant Field Values
PROPERTY_CLASS_TYPE__TEXT_CONTENT
static final int PROPERTY_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_CLASS_TYPE__ID
static final int PROPERTY_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_CLASS_TYPE_FEATURE_COUNT
static final int PROPERTY_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Property Class Type' class.
-
See Also:
-
Constant Field Values
PROPERTY_EXTENSION_TYPE
static final int PROPERTY_EXTENSION_TYPE
- The meta object id for the '
Property Extension Type
' class.
-
See Also:
-
PropertyExtensionTypeImpl
,
FacesConfigPackageImpl.getPropertyExtensionType()
,
Constant Field Values
PROPERTY_EXTENSION_TYPE__CHILD_NODES
static final int PROPERTY_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
PROPERTY_EXTENSION_TYPE__TEXT_CONTENT
static final int PROPERTY_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_EXTENSION_TYPE__ID
static final int PROPERTY_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_EXTENSION_TYPE_FEATURE_COUNT
static final int PROPERTY_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Property Extension Type' class.
-
See Also:
-
Constant Field Values
PROPERTY_NAME_TYPE
static final int PROPERTY_NAME_TYPE
- The meta object id for the '
Property Name Type
' class.
-
See Also:
-
PropertyNameTypeImpl
,
FacesConfigPackageImpl.getPropertyNameType()
,
Constant Field Values
PROPERTY_NAME_TYPE__TEXT_CONTENT
static final int PROPERTY_NAME_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_NAME_TYPE__ID
static final int PROPERTY_NAME_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_NAME_TYPE_FEATURE_COUNT
static final int PROPERTY_NAME_TYPE_FEATURE_COUNT
- The number of structural features of the 'Property Name Type' class.
-
See Also:
-
Constant Field Values
PROPERTY_RESOLVER_TYPE
static final int PROPERTY_RESOLVER_TYPE
- The meta object id for the '
Property Resolver Type
' class.
-
See Also:
-
PropertyResolverTypeImpl
,
FacesConfigPackageImpl.getPropertyResolverType()
,
Constant Field Values
PROPERTY_RESOLVER_TYPE__TEXT_CONTENT
static final int PROPERTY_RESOLVER_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_RESOLVER_TYPE__ID
static final int PROPERTY_RESOLVER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_RESOLVER_TYPE_FEATURE_COUNT
static final int PROPERTY_RESOLVER_TYPE_FEATURE_COUNT
- The number of structural features of the 'Property Resolver Type' class.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE
static final int PROPERTY_TYPE
- The meta object id for the '
Property Type
' class.
-
See Also:
-
PropertyTypeImpl
,
FacesConfigPackageImpl.getPropertyType()
,
Constant Field Values
PROPERTY_TYPE__DESCRIPTION
static final int PROPERTY_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE__DISPLAY_NAME
static final int PROPERTY_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE__ICON
static final int PROPERTY_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE__PROPERTY_NAME
static final int PROPERTY_TYPE__PROPERTY_NAME
- The feature id for the '
Property Name
' containment reference.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE__PROPERTY_CLASS
static final int PROPERTY_TYPE__PROPERTY_CLASS
- The feature id for the '
Property Class
' containment reference.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE__DEFAULT_VALUE
static final int PROPERTY_TYPE__DEFAULT_VALUE
- The feature id for the '
Default Value
' containment reference.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE__SUGGESTED_VALUE
static final int PROPERTY_TYPE__SUGGESTED_VALUE
- The feature id for the '
Suggested Value
' containment reference.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE__PROPERTY_EXTENSION
static final int PROPERTY_TYPE__PROPERTY_EXTENSION
- The feature id for the '
Property Extension
' containment reference list.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE__ID
static final int PROPERTY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
PROPERTY_TYPE_FEATURE_COUNT
static final int PROPERTY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Property Type' class.
-
See Also:
-
Constant Field Values
REDIRECT_TYPE
static final int REDIRECT_TYPE
- The meta object id for the '
Redirect Type
' class.
-
See Also:
-
RedirectTypeImpl
,
FacesConfigPackageImpl.getRedirectType()
,
Constant Field Values
REDIRECT_TYPE__ID
static final int REDIRECT_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
REDIRECT_TYPE_FEATURE_COUNT
static final int REDIRECT_TYPE_FEATURE_COUNT
- The number of structural features of the 'Redirect Type' class.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_CLASS_TYPE
static final int REFERENCED_BEAN_CLASS_TYPE
- The meta object id for the '
Referenced Bean Class Type
' class.
-
See Also:
-
ReferencedBeanClassTypeImpl
,
FacesConfigPackageImpl.getReferencedBeanClassType()
,
Constant Field Values
REFERENCED_BEAN_CLASS_TYPE__TEXT_CONTENT
static final int REFERENCED_BEAN_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_CLASS_TYPE__ID
static final int REFERENCED_BEAN_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_CLASS_TYPE_FEATURE_COUNT
static final int REFERENCED_BEAN_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Referenced Bean Class Type' class.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_NAME_TYPE
static final int REFERENCED_BEAN_NAME_TYPE
- The meta object id for the '
Referenced Bean Name Type
' class.
-
See Also:
-
ReferencedBeanNameTypeImpl
,
FacesConfigPackageImpl.getReferencedBeanNameType()
,
Constant Field Values
REFERENCED_BEAN_NAME_TYPE__TEXT_CONTENT
static final int REFERENCED_BEAN_NAME_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_NAME_TYPE__ID
static final int REFERENCED_BEAN_NAME_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_NAME_TYPE_FEATURE_COUNT
static final int REFERENCED_BEAN_NAME_TYPE_FEATURE_COUNT
- The number of structural features of the 'Referenced Bean Name Type' class.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_TYPE
static final int REFERENCED_BEAN_TYPE
- The meta object id for the '
Referenced Bean Type
' class.
-
See Also:
-
ReferencedBeanTypeImpl
,
FacesConfigPackageImpl.getReferencedBeanType()
,
Constant Field Values
REFERENCED_BEAN_TYPE__DESCRIPTION
static final int REFERENCED_BEAN_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_TYPE__DISPLAY_NAME
static final int REFERENCED_BEAN_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_TYPE__ICON
static final int REFERENCED_BEAN_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_TYPE__REFERENCED_BEAN_NAME
static final int REFERENCED_BEAN_TYPE__REFERENCED_BEAN_NAME
- The feature id for the '
Referenced Bean Name
' containment reference.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_TYPE__REFERENCED_BEAN_CLASS
static final int REFERENCED_BEAN_TYPE__REFERENCED_BEAN_CLASS
- The feature id for the '
Referenced Bean Class
' containment reference.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_TYPE__ID
static final int REFERENCED_BEAN_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
REFERENCED_BEAN_TYPE_FEATURE_COUNT
static final int REFERENCED_BEAN_TYPE_FEATURE_COUNT
- The number of structural features of the 'Referenced Bean Type' class.
-
See Also:
-
Constant Field Values
RENDERER_CLASS_TYPE
static final int RENDERER_CLASS_TYPE
- The meta object id for the '
Renderer Class Type
' class.
-
See Also:
-
RendererClassTypeImpl
,
FacesConfigPackageImpl.getRendererClassType()
,
Constant Field Values
RENDERER_CLASS_TYPE__TEXT_CONTENT
static final int RENDERER_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
RENDERER_CLASS_TYPE__ID
static final int RENDERER_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDERER_CLASS_TYPE_FEATURE_COUNT
static final int RENDERER_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Renderer Class Type' class.
-
See Also:
-
Constant Field Values
RENDERER_EXTENSION_TYPE
static final int RENDERER_EXTENSION_TYPE
- The meta object id for the '
Renderer Extension Type
' class.
-
See Also:
-
RendererExtensionTypeImpl
,
FacesConfigPackageImpl.getRendererExtensionType()
,
Constant Field Values
RENDERER_EXTENSION_TYPE__CHILD_NODES
static final int RENDERER_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
RENDERER_EXTENSION_TYPE__TEXT_CONTENT
static final int RENDERER_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
RENDERER_EXTENSION_TYPE__ID
static final int RENDERER_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDERER_EXTENSION_TYPE_FEATURE_COUNT
static final int RENDERER_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Renderer Extension Type' class.
-
See Also:
-
Constant Field Values
RENDERER_TYPE
static final int RENDERER_TYPE
- The meta object id for the '
Renderer Type
' class.
-
See Also:
-
RendererTypeImpl
,
FacesConfigPackageImpl.getRendererType()
,
Constant Field Values
RENDERER_TYPE__DESCRIPTION
static final int RENDERER_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__DISPLAY_NAME
static final int RENDERER_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__ICON
static final int RENDERER_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__COMPONENT_FAMILY
static final int RENDERER_TYPE__COMPONENT_FAMILY
- The feature id for the '
Component Family
' containment reference.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__RENDERER_TYPE
static final int RENDERER_TYPE__RENDERER_TYPE
- The feature id for the '
Renderer Type
' containment reference.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__RENDERER_CLASS
static final int RENDERER_TYPE__RENDERER_CLASS
- The feature id for the '
Renderer Class
' containment reference.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__FACET
static final int RENDERER_TYPE__FACET
- The feature id for the '
Facet
' containment reference list.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__ATTRIBUTE
static final int RENDERER_TYPE__ATTRIBUTE
- The feature id for the '
Attribute
' containment reference list.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__RENDERER_EXTENSION
static final int RENDERER_TYPE__RENDERER_EXTENSION
- The feature id for the '
Renderer Extension
' containment reference list.
-
See Also:
-
Constant Field Values
RENDERER_TYPE__ID
static final int RENDERER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDERER_TYPE_FEATURE_COUNT
static final int RENDERER_TYPE_FEATURE_COUNT
- The number of structural features of the 'Renderer Type' class.
-
See Also:
-
Constant Field Values
RENDERER_TYPE_TYPE
static final int RENDERER_TYPE_TYPE
- The meta object id for the '
Renderer Type Type
' class.
-
See Also:
-
RendererTypeTypeImpl
,
FacesConfigPackageImpl.getRendererTypeType()
,
Constant Field Values
RENDERER_TYPE_TYPE__TEXT_CONTENT
static final int RENDERER_TYPE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
RENDERER_TYPE_TYPE__ID
static final int RENDERER_TYPE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDERER_TYPE_TYPE_FEATURE_COUNT
static final int RENDERER_TYPE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Renderer Type Type' class.
-
See Also:
-
Constant Field Values
RENDER_KIT_CLASS_TYPE
static final int RENDER_KIT_CLASS_TYPE
- The meta object id for the '
Render Kit Class Type
' class.
-
See Also:
-
RenderKitClassTypeImpl
,
FacesConfigPackageImpl.getRenderKitClassType()
,
Constant Field Values
RENDER_KIT_CLASS_TYPE__TEXT_CONTENT
static final int RENDER_KIT_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_CLASS_TYPE__ID
static final int RENDER_KIT_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_CLASS_TYPE_FEATURE_COUNT
static final int RENDER_KIT_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Render Kit Class Type' class.
-
See Also:
-
Constant Field Values
RENDER_KIT_FACTORY_TYPE
static final int RENDER_KIT_FACTORY_TYPE
- The meta object id for the '
Render Kit Factory Type
' class.
-
See Also:
-
RenderKitFactoryTypeImpl
,
FacesConfigPackageImpl.getRenderKitFactoryType()
,
Constant Field Values
RENDER_KIT_FACTORY_TYPE__TEXT_CONTENT
static final int RENDER_KIT_FACTORY_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_FACTORY_TYPE__ID
static final int RENDER_KIT_FACTORY_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_FACTORY_TYPE_FEATURE_COUNT
static final int RENDER_KIT_FACTORY_TYPE_FEATURE_COUNT
- The number of structural features of the 'Render Kit Factory Type' class.
-
See Also:
-
Constant Field Values
RENDER_KIT_ID_TYPE
static final int RENDER_KIT_ID_TYPE
- The meta object id for the '
Render Kit Id Type
' class.
-
See Also:
-
RenderKitIdTypeImpl
,
FacesConfigPackageImpl.getRenderKitIdType()
,
Constant Field Values
RENDER_KIT_ID_TYPE__TEXT_CONTENT
static final int RENDER_KIT_ID_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_ID_TYPE__ID
static final int RENDER_KIT_ID_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_ID_TYPE_FEATURE_COUNT
static final int RENDER_KIT_ID_TYPE_FEATURE_COUNT
- The number of structural features of the 'Render Kit Id Type' class.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE
static final int RENDER_KIT_TYPE
- The meta object id for the '
Render Kit Type
' class.
-
See Also:
-
RenderKitTypeImpl
,
FacesConfigPackageImpl.getRenderKitType()
,
Constant Field Values
RENDER_KIT_TYPE__DESCRIPTION
static final int RENDER_KIT_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE__DISPLAY_NAME
static final int RENDER_KIT_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE__ICON
static final int RENDER_KIT_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE__RENDER_KIT_ID
static final int RENDER_KIT_TYPE__RENDER_KIT_ID
- The feature id for the '
Render Kit Id
' containment reference.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE__RENDER_KIT_CLASS
static final int RENDER_KIT_TYPE__RENDER_KIT_CLASS
- The feature id for the '
Render Kit Class
' containment reference.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE__RENDERER
static final int RENDER_KIT_TYPE__RENDERER
- The feature id for the '
Renderer
' containment reference list.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE__RENDER_KIT_EXTENSION
static final int RENDER_KIT_TYPE__RENDER_KIT_EXTENSION
- The feature id for the '
Render Kit Extension
' containment reference list.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE__ID
static final int RENDER_KIT_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_TYPE_FEATURE_COUNT
static final int RENDER_KIT_TYPE_FEATURE_COUNT
- The number of structural features of the 'Render Kit Type' class.
-
See Also:
-
Constant Field Values
SMALL_ICON_TYPE
static final int SMALL_ICON_TYPE
- The meta object id for the '
Small Icon Type
' class.
-
See Also:
-
SmallIconTypeImpl
,
FacesConfigPackageImpl.getSmallIconType()
,
Constant Field Values
SMALL_ICON_TYPE__TEXT_CONTENT
static final int SMALL_ICON_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
SMALL_ICON_TYPE__ID
static final int SMALL_ICON_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
SMALL_ICON_TYPE_FEATURE_COUNT
static final int SMALL_ICON_TYPE_FEATURE_COUNT
- The number of structural features of the 'Small Icon Type' class.
-
See Also:
-
Constant Field Values
STATE_MANAGER_TYPE
static final int STATE_MANAGER_TYPE
- The meta object id for the '
State Manager Type
' class.
-
See Also:
-
StateManagerTypeImpl
,
FacesConfigPackageImpl.getStateManagerType()
,
Constant Field Values
STATE_MANAGER_TYPE__TEXT_CONTENT
static final int STATE_MANAGER_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
STATE_MANAGER_TYPE__ID
static final int STATE_MANAGER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
STATE_MANAGER_TYPE_FEATURE_COUNT
static final int STATE_MANAGER_TYPE_FEATURE_COUNT
- The number of structural features of the 'State Manager Type' class.
-
See Also:
-
Constant Field Values
SUGGESTED_VALUE_TYPE
static final int SUGGESTED_VALUE_TYPE
- The meta object id for the '
Suggested Value Type
' class.
-
See Also:
-
SuggestedValueTypeImpl
,
FacesConfigPackageImpl.getSuggestedValueType()
,
Constant Field Values
SUGGESTED_VALUE_TYPE__TEXT_CONTENT
static final int SUGGESTED_VALUE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
SUGGESTED_VALUE_TYPE__ID
static final int SUGGESTED_VALUE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
SUGGESTED_VALUE_TYPE_FEATURE_COUNT
static final int SUGGESTED_VALUE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Suggested Value Type' class.
-
See Also:
-
Constant Field Values
SUPPORTED_LOCALE_TYPE
static final int SUPPORTED_LOCALE_TYPE
- The meta object id for the '
Supported Locale Type
' class.
-
See Also:
-
SupportedLocaleTypeImpl
,
FacesConfigPackageImpl.getSupportedLocaleType()
,
Constant Field Values
SUPPORTED_LOCALE_TYPE__TEXT_CONTENT
static final int SUPPORTED_LOCALE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
SUPPORTED_LOCALE_TYPE__ID
static final int SUPPORTED_LOCALE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
SUPPORTED_LOCALE_TYPE_FEATURE_COUNT
static final int SUPPORTED_LOCALE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Supported Locale Type' class.
-
See Also:
-
Constant Field Values
TO_VIEW_ID_TYPE
static final int TO_VIEW_ID_TYPE
- The meta object id for the '
To View Id Type
' class.
-
See Also:
-
ToViewIdTypeImpl
,
FacesConfigPackageImpl.getToViewIdType()
,
Constant Field Values
TO_VIEW_ID_TYPE__TEXT_CONTENT
static final int TO_VIEW_ID_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
TO_VIEW_ID_TYPE__ID
static final int TO_VIEW_ID_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
TO_VIEW_ID_TYPE_FEATURE_COUNT
static final int TO_VIEW_ID_TYPE_FEATURE_COUNT
- The number of structural features of the 'To View Id Type' class.
-
See Also:
-
Constant Field Values
VALIDATOR_CLASS_TYPE
static final int VALIDATOR_CLASS_TYPE
- The meta object id for the '
Validator Class Type
' class.
-
See Also:
-
ValidatorClassTypeImpl
,
FacesConfigPackageImpl.getValidatorClassType()
,
Constant Field Values
VALIDATOR_CLASS_TYPE__TEXT_CONTENT
static final int VALIDATOR_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
VALIDATOR_CLASS_TYPE__ID
static final int VALIDATOR_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VALIDATOR_CLASS_TYPE_FEATURE_COUNT
static final int VALIDATOR_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Validator Class Type' class.
-
See Also:
-
Constant Field Values
VALIDATOR_ID_TYPE
static final int VALIDATOR_ID_TYPE
- The meta object id for the '
Validator Id Type
' class.
-
See Also:
-
ValidatorIdTypeImpl
,
FacesConfigPackageImpl.getValidatorIdType()
,
Constant Field Values
VALIDATOR_ID_TYPE__TEXT_CONTENT
static final int VALIDATOR_ID_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
VALIDATOR_ID_TYPE__ID
static final int VALIDATOR_ID_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VALIDATOR_ID_TYPE_FEATURE_COUNT
static final int VALIDATOR_ID_TYPE_FEATURE_COUNT
- The number of structural features of the 'Validator Id Type' class.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE
static final int VALIDATOR_TYPE
- The meta object id for the '
Validator Type
' class.
-
See Also:
-
ValidatorTypeImpl
,
FacesConfigPackageImpl.getValidatorType()
,
Constant Field Values
VALIDATOR_TYPE__DESCRIPTION
static final int VALIDATOR_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE__DISPLAY_NAME
static final int VALIDATOR_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE__ICON
static final int VALIDATOR_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE__VALIDATOR_ID
static final int VALIDATOR_TYPE__VALIDATOR_ID
- The feature id for the '
Validator Id
' containment reference.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE__VALIDATOR_CLASS
static final int VALIDATOR_TYPE__VALIDATOR_CLASS
- The feature id for the '
Validator Class
' containment reference.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE__ATTRIBUTE
static final int VALIDATOR_TYPE__ATTRIBUTE
- The feature id for the '
Attribute
' containment reference list.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE__PROPERTY
static final int VALIDATOR_TYPE__PROPERTY
- The feature id for the '
Property
' containment reference list.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE__VALIDATOR_EXTENSION
static final int VALIDATOR_TYPE__VALIDATOR_EXTENSION
- The feature id for the '
Validator Extension
' containment reference list.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE__ID
static final int VALIDATOR_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VALIDATOR_TYPE_FEATURE_COUNT
static final int VALIDATOR_TYPE_FEATURE_COUNT
- The number of structural features of the 'Validator Type' class.
-
See Also:
-
Constant Field Values
VALUE_CLASS_TYPE
static final int VALUE_CLASS_TYPE
- The meta object id for the '
Value Class Type
' class.
-
See Also:
-
ValueClassTypeImpl
,
FacesConfigPackageImpl.getValueClassType()
,
Constant Field Values
VALUE_CLASS_TYPE__TEXT_CONTENT
static final int VALUE_CLASS_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
VALUE_CLASS_TYPE__ID
static final int VALUE_CLASS_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VALUE_CLASS_TYPE_FEATURE_COUNT
static final int VALUE_CLASS_TYPE_FEATURE_COUNT
- The number of structural features of the 'Value Class Type' class.
-
See Also:
-
Constant Field Values
VALUE_TYPE
static final int VALUE_TYPE
- The meta object id for the '
Value Type
' class.
-
See Also:
-
ValueTypeImpl
,
FacesConfigPackageImpl.getValueType()
,
Constant Field Values
VALUE_TYPE__TEXT_CONTENT
static final int VALUE_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
VALUE_TYPE__ID
static final int VALUE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VALUE_TYPE_FEATURE_COUNT
static final int VALUE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Value Type' class.
-
See Also:
-
Constant Field Values
VARIABLE_RESOLVER_TYPE
static final int VARIABLE_RESOLVER_TYPE
- The meta object id for the '
Variable Resolver Type
' class.
-
See Also:
-
VariableResolverTypeImpl
,
FacesConfigPackageImpl.getVariableResolverType()
,
Constant Field Values
VARIABLE_RESOLVER_TYPE__TEXT_CONTENT
static final int VARIABLE_RESOLVER_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
VARIABLE_RESOLVER_TYPE__ID
static final int VARIABLE_RESOLVER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VARIABLE_RESOLVER_TYPE_FEATURE_COUNT
static final int VARIABLE_RESOLVER_TYPE_FEATURE_COUNT
- The number of structural features of the 'Variable Resolver Type' class.
-
See Also:
-
Constant Field Values
VIEW_HANDLER_TYPE
static final int VIEW_HANDLER_TYPE
- The meta object id for the '
View Handler Type
' class.
-
See Also:
-
ViewHandlerTypeImpl
,
FacesConfigPackageImpl.getViewHandlerType()
,
Constant Field Values
VIEW_HANDLER_TYPE__TEXT_CONTENT
static final int VIEW_HANDLER_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
VIEW_HANDLER_TYPE__ID
static final int VIEW_HANDLER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VIEW_HANDLER_TYPE_FEATURE_COUNT
static final int VIEW_HANDLER_TYPE_FEATURE_COUNT
- The number of structural features of the 'View Handler Type' class.
-
See Also:
-
Constant Field Values
APPLICATION_EXTENSION_TYPE
static final int APPLICATION_EXTENSION_TYPE
- The meta object id for the '
Application Extension Type
' class.
-
See Also:
-
ApplicationExtensionTypeImpl
,
FacesConfigPackageImpl.getApplicationExtensionType()
,
Constant Field Values
APPLICATION_EXTENSION_TYPE__CHILD_NODES
static final int APPLICATION_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
APPLICATION_EXTENSION_TYPE__TEXT_CONTENT
static final int APPLICATION_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
APPLICATION_EXTENSION_TYPE__ID
static final int APPLICATION_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
APPLICATION_EXTENSION_TYPE_FEATURE_COUNT
static final int APPLICATION_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Application Extension Type' class.
-
See Also:
-
Constant Field Values
RESOURCE_BUNDLE_TYPE
static final int RESOURCE_BUNDLE_TYPE
- The meta object id for the '
Resource Bundle Type
' class.
-
See Also:
-
ResourceBundleTypeImpl
,
FacesConfigPackageImpl.getResourceBundleType()
,
Constant Field Values
BASE_NAME_TYPE
static final int BASE_NAME_TYPE
- The meta object id for the '
Base Name Type
' class.
-
See Also:
-
BaseNameTypeImpl
,
FacesConfigPackageImpl.getBaseNameType()
,
Constant Field Values
VAR_TYPE
static final int VAR_TYPE
- The meta object id for the '
Var Type
' class.
-
See Also:
-
VarTypeImpl
,
FacesConfigPackageImpl.getVarType()
,
Constant Field Values
FACES_CONFIG_EXTENSION_TYPE
static final int FACES_CONFIG_EXTENSION_TYPE
- The meta object id for the '
Extension Type
' class.
-
See Also:
-
FacesConfigExtensionTypeImpl
,
FacesConfigPackageImpl.getFacesConfigExtensionType()
,
Constant Field Values
FACTORY_EXTENSION_TYPE
static final int FACTORY_EXTENSION_TYPE
- The meta object id for the '
Factory Extension Type
' class.
-
See Also:
-
FactoryExtensionTypeImpl
,
FacesConfigPackageImpl.getFactoryExtensionType()
,
Constant Field Values
LIFECYCLE_EXTENSION_TYPE
static final int LIFECYCLE_EXTENSION_TYPE
- The meta object id for the '
Lifecycle Extension Type
' class.
-
See Also:
-
LifecycleExtensionTypeImpl
,
FacesConfigPackageImpl.getLifecycleExtensionType()
,
Constant Field Values
CONVERTER_EXTENSION_TYPE
static final int CONVERTER_EXTENSION_TYPE
- The meta object id for the '
Converter Extension Type
' class.
-
See Also:
-
ConverterExtensionTypeImpl
,
FacesConfigPackageImpl.getConverterExtensionType()
,
Constant Field Values
CONVERTER_EXTENSION_TYPE__CHILD_NODES
static final int CONVERTER_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
CONVERTER_EXTENSION_TYPE__TEXT_CONTENT
static final int CONVERTER_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_EXTENSION_TYPE__ID
static final int CONVERTER_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
CONVERTER_EXTENSION_TYPE_FEATURE_COUNT
static final int CONVERTER_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Converter Extension Type' class.
-
See Also:
-
Constant Field Values
EL_RESOLVER_TYPE__TEXT_CONTENT
static final int EL_RESOLVER_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
EL_RESOLVER_TYPE__ID
static final int EL_RESOLVER_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
EL_RESOLVER_TYPE_FEATURE_COUNT
static final int EL_RESOLVER_TYPE_FEATURE_COUNT
- The number of structural features of the 'EL Resolver Type' class.
-
See Also:
-
Constant Field Values
FACES_CONFIG_EXTENSION_TYPE__CHILD_NODES
static final int FACES_CONFIG_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
FACES_CONFIG_EXTENSION_TYPE__TEXT_CONTENT
static final int FACES_CONFIG_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
FACES_CONFIG_EXTENSION_TYPE__ID
static final int FACES_CONFIG_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FACES_CONFIG_EXTENSION_TYPE_FEATURE_COUNT
static final int FACES_CONFIG_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Extension Type' class.
-
See Also:
-
Constant Field Values
FACTORY_EXTENSION_TYPE__CHILD_NODES
static final int FACTORY_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
FACTORY_EXTENSION_TYPE__TEXT_CONTENT
static final int FACTORY_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
FACTORY_EXTENSION_TYPE__ID
static final int FACTORY_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
FACTORY_EXTENSION_TYPE_FEATURE_COUNT
static final int FACTORY_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Factory Extension Type' class.
-
See Also:
-
Constant Field Values
LIFECYCLE_EXTENSION_TYPE__CHILD_NODES
static final int LIFECYCLE_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
LIFECYCLE_EXTENSION_TYPE__TEXT_CONTENT
static final int LIFECYCLE_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
LIFECYCLE_EXTENSION_TYPE__ID
static final int LIFECYCLE_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
LIFECYCLE_EXTENSION_TYPE_FEATURE_COUNT
static final int LIFECYCLE_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Lifecycle Extension Type' class.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_EXTENSION_TYPE
static final int MANAGED_BEAN_EXTENSION_TYPE
- The meta object id for the '
Managed Bean Extension Type
' class.
-
See Also:
-
ManagedBeanExtensionTypeImpl
,
FacesConfigPackageImpl.getManagedBeanExtensionType()
,
Constant Field Values
MANAGED_BEAN_EXTENSION_TYPE__CHILD_NODES
static final int MANAGED_BEAN_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_EXTENSION_TYPE__TEXT_CONTENT
static final int MANAGED_BEAN_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_EXTENSION_TYPE__ID
static final int MANAGED_BEAN_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
MANAGED_BEAN_EXTENSION_TYPE_FEATURE_COUNT
static final int MANAGED_BEAN_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Managed Bean Extension Type' class.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_EXTENSION_TYPE
static final int NAVIGATION_RULE_EXTENSION_TYPE
- The meta object id for the '
Navigation Rule Extension Type
' class.
-
See Also:
-
NavigationRuleExtensionTypeImpl
,
FacesConfigPackageImpl.getNavigationRuleExtensionType()
,
Constant Field Values
NAVIGATION_RULE_EXTENSION_TYPE__CHILD_NODES
static final int NAVIGATION_RULE_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_EXTENSION_TYPE__TEXT_CONTENT
static final int NAVIGATION_RULE_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_EXTENSION_TYPE__ID
static final int NAVIGATION_RULE_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
NAVIGATION_RULE_EXTENSION_TYPE_FEATURE_COUNT
static final int NAVIGATION_RULE_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Navigation Rule Extension Type' class.
-
See Also:
-
Constant Field Values
VALIDATOR_EXTENSION_TYPE
static final int VALIDATOR_EXTENSION_TYPE
- The meta object id for the '
Validator Extension Type
' class.
-
See Also:
-
ValidatorExtensionTypeImpl
,
FacesConfigPackageImpl.getValidatorExtensionType()
,
Constant Field Values
VALIDATOR_EXTENSION_TYPE__CHILD_NODES
static final int VALIDATOR_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
VALIDATOR_EXTENSION_TYPE__TEXT_CONTENT
static final int VALIDATOR_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
VALIDATOR_EXTENSION_TYPE__ID
static final int VALIDATOR_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VALIDATOR_EXTENSION_TYPE_FEATURE_COUNT
static final int VALIDATOR_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Validator Extension Type' class.
-
See Also:
-
Constant Field Values
RESOURCE_BUNDLE_TYPE__DESCRIPTION
static final int RESOURCE_BUNDLE_TYPE__DESCRIPTION
- The feature id for the '
Description
' containment reference list.
-
See Also:
-
Constant Field Values
RESOURCE_BUNDLE_TYPE__DISPLAY_NAME
static final int RESOURCE_BUNDLE_TYPE__DISPLAY_NAME
- The feature id for the '
Display Name
' containment reference list.
-
See Also:
-
Constant Field Values
RESOURCE_BUNDLE_TYPE__ICON
static final int RESOURCE_BUNDLE_TYPE__ICON
- The feature id for the '
Icon
' containment reference list.
-
See Also:
-
Constant Field Values
RESOURCE_BUNDLE_TYPE__BASE_NAME
static final int RESOURCE_BUNDLE_TYPE__BASE_NAME
- The feature id for the '
Base Name
' reference.
-
See Also:
-
Constant Field Values
RESOURCE_BUNDLE_TYPE__VAR
static final int RESOURCE_BUNDLE_TYPE__VAR
- The feature id for the '
Var
' reference.
-
See Also:
-
Constant Field Values
RESOURCE_BUNDLE_TYPE__ID
static final int RESOURCE_BUNDLE_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RESOURCE_BUNDLE_TYPE_FEATURE_COUNT
static final int RESOURCE_BUNDLE_TYPE_FEATURE_COUNT
- The number of structural features of the 'Resource Bundle Type' class.
-
See Also:
-
Constant Field Values
BASE_NAME_TYPE__TEXT_CONTENT
static final int BASE_NAME_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
BASE_NAME_TYPE__ID
static final int BASE_NAME_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
BASE_NAME_TYPE_FEATURE_COUNT
static final int BASE_NAME_TYPE_FEATURE_COUNT
- The number of structural features of the 'Base Name Type' class.
-
See Also:
-
Constant Field Values
VAR_TYPE__TEXT_CONTENT
static final int VAR_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
VAR_TYPE__ID
static final int VAR_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
VAR_TYPE_FEATURE_COUNT
static final int VAR_TYPE_FEATURE_COUNT
- The number of structural features of the 'Var Type' class.
-
See Also:
-
Constant Field Values
RENDER_KIT_EXTENSION_TYPE
static final int RENDER_KIT_EXTENSION_TYPE
- The meta object id for the '
Render Kit Extension Type
' class.
-
See Also:
-
RenderKitExtensionTypeImpl
,
FacesConfigPackageImpl.getRenderKitExtensionType()
,
Constant Field Values
RENDER_KIT_EXTENSION_TYPE__CHILD_NODES
static final int RENDER_KIT_EXTENSION_TYPE__CHILD_NODES
- The feature id for the '
Child Nodes
' reference list.
-
See Also:
-
Constant Field Values
RENDER_KIT_EXTENSION_TYPE__TEXT_CONTENT
static final int RENDER_KIT_EXTENSION_TYPE__TEXT_CONTENT
- The feature id for the '
Text Content
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_EXTENSION_TYPE__ID
static final int RENDER_KIT_EXTENSION_TYPE__ID
- The feature id for the '
Id
' attribute.
-
See Also:
-
Constant Field Values
RENDER_KIT_EXTENSION_TYPE_FEATURE_COUNT
static final int RENDER_KIT_EXTENSION_TYPE_FEATURE_COUNT
- The number of structural features of the 'Render Kit Extension Type' class.
-
See Also:
-
Constant Field Values
getActionListenerType
EClass getActionListenerType()
- Returns the meta object for class '
Action Listener Type
'.
-
-
Returns:
- the meta object for class 'Action Listener Type'.
-
See Also:
-
ActionListenerType
getActionListenerType_TextContent
EAttribute getActionListenerType_TextContent()
- Returns the meta object for the attribute '
Text Content
'.
-
-
Returns:
- the meta object for the attribute 'Text Content'.
-
See Also:
-
ActionListenerType.getTextContent()
,
getActionListenerType()
getActionListenerType_Id
EAttribute getActionListenerType_Id()
- Returns the meta object for the attribute '
Id
'.
-
-
Returns:
- the meta object for the attribute 'Id'.
-
See Also:
-
ActionListenerType.getId()
,
getActionListenerType()
getApplicationFactoryType
EClass getApplicationFactoryType()
- Returns the meta object for class '
Application Factory Type
'.
-
-
Returns:
- the meta object for class 'Application Factory Type'.
-
See Also:
-
ApplicationFactoryType
getApplicationFactoryType_TextContent
EAttribute getApplicationFactoryType_TextContent()
- Returns the meta object for the attribute '
Text Content
'.
-
-
Returns:
- the meta object for the attribute 'Text Content'.
-
See Also:
-
ApplicationFactoryType.getTextContent()
,
getApplicationFactoryType()
getApplicationFactoryType_Id
EAttribute getApplicationFactoryType_Id()
- Returns the meta object for the attribute '
Id
'.
-
-
Returns:
- the meta object for the attribute 'Id'.
-
See Also:
-
ApplicationFactoryType.getId()
,
getApplicationFactoryType()
getApplicationType
EClass getApplicationType()
- Returns the meta object for class '
Application Type
'.
-
-
Returns:
- the meta object for class 'Application Type'.
-
See Also:
-
ApplicationType
getApplicationType_ActionListener
EReference getApplicationType_ActionListener()
- Returns the meta object for the containment reference list '
Action Listener
'.
-
-
Returns:
- the meta object for the containment reference list 'Action Listener'.
-
See Also:
-
ApplicationType.getActionListener()
,
getApplicationType()
getApplicationType_DefaultRenderKitId
EReference getApplicationType_DefaultRenderKitId()
- Returns the meta object for the containment reference list '
Default Render Kit Id
'.
-
-
Returns:
- the meta object for the containment reference list 'Default Render Kit Id'.
-
See Also:
-
ApplicationType.getDefaultRenderKitId()
,
getApplicationType()
getApplicationType_MessageBundle
EReference getApplicationType_MessageBundle()
- Returns the meta object for the containment reference list '
Message Bundle
'.
-
-
Returns:
- the meta object for the containment reference list 'Message Bundle'.
-
See Also:
-
ApplicationType.getMessageBundle()
,
getApplicationType()
getApplicationType_NavigationHandler
EReference getApplicationType_NavigationHandler()
- Returns the meta object for the containment reference list '
Navigation Handler
'.
-
-
Returns:
- the meta object for the containment reference list 'Navigation Handler'.
-
See Also:
-
ApplicationType.getNavigationHandler()
,
getApplicationType()
getApplicationType_ViewHandler
EReference getApplicationType_ViewHandler()
- Returns the meta object for the containment reference list '
View Handler
'.
-
-
Returns:
- the meta object for the containment reference list 'View Handler'.
-
See Also:
-
ApplicationType.getViewHandler()
,
getApplicationType()
getApplicationType_StateManager
EReference getApplicationType_StateManager()
- Returns the meta object for the containment reference list '
State Manager
'.
-
-
Returns:
- the meta object for the containment reference list 'State Manager'.
-
See Also:
-
ApplicationType.getStateManager()
,
getApplicationType()
getApplicationType_PropertyResolver
EReference getApplicationType_PropertyResolver()
- Returns the meta object for the containment reference list '
Property Resolver
'.
-
-
Returns:
- the meta object for the containment reference list 'Property Resolver'.
-
See Also:
-
ApplicationType.getPropertyResolver()
,
getApplicationType()
getApplicationType_VariableResolver
EReference getApplicationType_VariableResolver()
- Returns the meta object for the containment reference list '
Variable Resolver
'.
-
-
Returns:
- the meta object for the containment reference list 'Variable Resolver'.
-
See Also:
-
ApplicationType.getVariableResolver()
,
getApplicationType()
getApplicationType_LocaleConfig
EReference getApplicationType_LocaleConfig()
- Returns the meta object for the containment reference list '
Locale Config
'.
-
-
Returns:
- the meta object for the containment reference list 'Locale Config'.
-
See Also:
-
ApplicationType.getLocaleConfig()
,
getApplicationType()
getApplicationType_Id
EAttribute getApplicationType_Id()
- Returns the meta object for the attribute '
Id
'.
-
-
Returns:
- the meta object for the attribute 'Id'.
-
See Also:
-
ApplicationType.getId()
,
getApplicationType()
getApplicationType_ELResolver
EReference getApplicationType_ELResolver()
- Returns the meta object for the reference list '
EL Resolver
'.
-
-
Returns:
- the meta object for the reference list 'EL Resolver'.
-
See Also:
-
ApplicationType.getELResolver()
,
getApplicationType()
getApplicationType_ResourceBundle
EReference getApplicationType_ResourceBundle()
- Returns the meta object for the reference list '
Resource Bundle
'.
-
-
Returns:
- the meta object for the reference list 'Resource Bundle'.
-
See Also:
-
ApplicationType.getResourceBundle()
,
getApplicationType()
getApplicationType_ApplicationExtension
EReference getApplicationType_ApplicationExtension()
- Returns the meta object for the reference list '
Application Extension
'.
-
-
Returns:
- the meta object for the reference list 'Application Extension'.
-
See Also:
-
ApplicationType.getApplicationExtension()
,
getApplicationType()
getAttributeClassType
EClass getAttributeClassType()
- Returns the meta object for class '
Attribute Class Type
'.
-
-
Returns:
- the meta object for class 'Attribute Class Type'.
-
See Also:
-
AttributeClassType
getAttributeClassType_TextContent
EAttribute getAttributeClassType_TextContent()
- Returns the meta object for the attribute '
Text Content
'.
-
-
Returns:
- the meta object for the attribute 'Text Content'.
-
See Also:
-
AttributeClassType.getTextContent()
,
getAttributeClassType()
getAttributeClassType_Id
EAttribute getAttributeClassType_Id()
- Returns the meta object for the attribute '
Id
'.
-
-
Returns:
- the meta object for the attribute 'Id'.
-
See Also:
-
AttributeClassType.getId()
,
getAttributeClassType()
getAttributeExtensionType
EClass getAttributeExtensionType()
- Returns the meta object for class '
Attribute Extension Type
'.
-
-
Returns:
- the meta object for class 'Attribute Extension Type'.
-
See Also:
-
AttributeExtensionType
getAttributeNameType
EClass getAttributeNameType()
- Returns the meta object for class '
Attribute Name Type
'.
-
-
Returns:
- the meta object for class 'Attribute Name Type'.
-
See Also:
-
AttributeNameType
getAttributeNameType_TextContent
EAttribute getAttributeNameType_TextContent()
- Returns the meta object for the attribute '
Text Content
'.
-
-
Returns:
- the meta object for the attribute 'Text Content'.
-
See Also:
-
AttributeNameType.getTextContent()
,
getAttributeNameType()
getAttributeNameType_Id
EAttribute getAttributeNameType_Id()
- Returns the meta object for the attribute '
Id
'.
-
-
Returns:
- the meta object for the attribute 'Id'.
-
See Also:
-
AttributeNameType.getId()
,
getAttributeNameType()
getAttributeType
EClass getAttributeType()
- Returns the meta object for class '
Attribute Type
'.
-
-
Returns:
- the meta object for class 'Attribute Type'.
-
See Also:
-
AttributeType
getAttributeType_Description
EReference getAttributeType_Description()
- Returns the meta object for the containment reference list '
Description
'.
-
-
Returns:
- the meta object for the containment reference list 'Description'.
-
See Also:
-
AttributeType.getDescription()
,
getAttributeType()
getAttributeType_DisplayName
EReference getAttributeType_DisplayName()
- Returns the meta object for the containment reference list '
Display Name
'.
-
-
Returns:
- the meta object for the containment reference list 'Display Name'.
-
See Also:
-
AttributeType.getDisplayName()
,
getAttributeType()
getAttributeType_Icon
EReference getAttributeType_Icon()
- Returns the meta object for the containment reference list '
Icon
'.
-
-
Returns:
- the meta object for the containment reference list 'Icon'.
-
See Also:
-
AttributeType.getIcon()
,
getAttributeType()
getAttributeType_AttributeName
EReference getAttributeType_AttributeName()
- Returns the meta object for the containment reference '
Attribute Name
'.
-
-
Returns:
- the meta object for the containment reference 'Attribute Name'.
-
See Also:
-
AttributeType.getAttributeName()
,
getAttributeType()
getAttributeType_AttributeClass
EReference getAttributeType_AttributeClass()
- Returns the meta object for the containment reference '
Attribute Class
'.
-
-
Returns:
- the meta object for the containment reference 'Attribute Class'.
-
See Also:
-
AttributeType.getAttributeClass()
,
getAttributeType()
getAttributeType_DefaultValue
EReference getAttributeType_DefaultValue()
- Returns the meta object for the containment reference '
Default Value
'.
-
-
Returns:
- the meta object for the containment reference 'Default Value'.
-
See Also:
-
AttributeType.getDefaultValue()
,
getAttributeType()
getAttributeType_SuggestedValue
EReference getAttributeType_SuggestedValue()
- Returns the meta object for the containment reference '
Suggested Value
'.
-
-
Returns:
- the meta object for the containment reference 'Suggested Value'.
-
See Also:
-
AttributeType.getSuggestedValue()
,
getAttributeType()
getAttributeType_AttributeExtension
EReference getAttributeType_AttributeExtension()
- Returns the meta object for the containment reference list '
Attribute Extension
'.
-
-
Returns:
- the meta object for the containment reference list 'Attribute Extension'.
-
See Also:
-
AttributeType.getAttributeExtension()
,
getAttributeType()
getAttributeType_Id
EAttribute getAttributeType_Id()
- Returns the meta object for the attribute '
Id
'.
-
-
Returns:
- the meta object for the attribute 'Id'.
-
See Also:
-
AttributeType.getId()
,
getAttributeType()
getComponentClassType
EClass getComponentClassType()
- Returns the meta object for class '
Component Class Type
'.
-
-
Returns:
- the meta object for class 'Component Class Type'.
-
See Also:
-
ComponentClassType
getComponentClassType_TextContent
EAttribute getComponentClassType_TextContent()
- Returns the meta object for the attribute '
Text Content
'.
-
-
Returns:
- the meta object for the attribute 'Text Content'.
-
See Also:
-
ComponentClassType.getTextContent()
,
getComponentClassType()
getComponentClassType_Id
EAttribute getComponentClassType_Id()
- Returns the meta object for the attribute '
Id
'.
-
-
Returns:
- the meta object for the attribute 'Id'.
-
See Also:
-
ComponentClassType.getId()
,
getComponentClassType()
getComponentExtensionType
EClass getComponentExtensionType()
- Returns the meta object for class '
Component Extension Type
'.
-
-
Returns:
- the meta object for class 'Component Extension Type'.
-
See Also:
-
ComponentExtensionType
getComponentFamilyType
EClass getComponentFamilyType()
- Returns the meta object for class '
Component Family Type
'.
-
-
Returns:
- the meta object for class 'Component Family Type'.
-
See Also:
-
ComponentFamilyType
getComponentFamilyType_TextContent
EAttribute getComponentFamilyType_TextContent()
- Returns the meta object for the attribute '
Text Content
'.
-
-
Returns:
- the meta object for the attribute 'Text Content'.
-
See Also:
-
ComponentFamilyType.getTextContent()
,
getComponentFamilyType()
getComponentFamilyType_Id
EAttribute getComponentFamilyType_Id()
- Returns the meta object for the attribute '
Id
'.
-
-
Returns:
- the meta object for the attribute 'Id'.
-
See Also:
-
ComponentFamilyType.getId()
,
getComponentFamilyType()
getComponentType
EClass getComponentType()
- Returns the meta object for class '
Component Type
'.
-
-
Returns:
- the meta object for class 'Component Type'.
-
See Also:
-
ComponentType
getComponentType_Description
EReference getComponentType_Description()
- Returns the meta object for the containment reference list '
Description
'.
-
-
Returns:
- the meta object for the containment reference list 'Description'.
-
See Also:
-
ComponentType.getDescription()
,
getComponentType()
getComponentType_DisplayName
EReference getComponentType_DisplayName()
- Returns the meta object for the containment reference list '
Display Name
'.
-
-
Returns:
- the meta object for the containment reference list 'Display Name'.
-
See Also:
-
ComponentType.getDisplayName()
,
getComponentType()
getComponentType_Icon
EReference getComponentType_Icon()
- Returns the meta object for the containment reference list '
Icon
'.
-
-
Returns:
- the meta object for the containment reference list 'Icon'.
-
See Also:
-
ComponentType.getIcon()
,
getComponentType()
getComponentType_ComponentType
EReference getComponentType_ComponentType()
- Returns the meta object for the containment reference '
Component Type
'.
-
-
Returns:
- the meta object for the containment reference 'Component Type'.
-
See Also:
-
ComponentType.getComponentType()
,
getComponentType()
getComponentType_ComponentClass