com.ibm.websphere.wim.model

Interface ModelPackage



  • public interface ModelPackage
    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 http://www.w3.org/XML/1998/namespace.html and http://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="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/> Subsequently, qualified reference to any of the attributes or the group defined next 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 http://www.w3.org/2005/08/xml.xsd. At the date of issue it can also be found at http://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 http://www.w3.org/2001/xml.xsd will change accordingly; the version at http://www.w3.org/2005/08/xml.xsd will not change.
    See Also:
    ModelFactory
    Model:
    kind="package"
    Generated:
    • Field Detail

      • eNS_URI

        static final java.lang.String eNS_URI
        The package namespace URI.
        See Also:
        Constant Field Values
        Generated:
      • eNS_PREFIX

        static final java.lang.String eNS_PREFIX
        The package namespace name.
        See Also:
        Constant Field Values
        Generated:
      • eINSTANCE

        static final ModelPackage eINSTANCE
        The singleton instance of the package.
        Generated:
      • ACTION_NOT_ALLOW_TYPE

        static final int ACTION_NOT_ALLOW_TYPE
        The meta object id for the 'Action Not Allow Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ActionNotAllowTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getActionNotAllowType(), Constant Field Values
        Generated:
      • ACTION_NOT_ALLOW_TYPE__ACTION_NAME

        static final int ACTION_NOT_ALLOW_TYPE__ACTION_NAME
        The feature id for the 'Action Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ACTION_NOT_ALLOW_TYPE__REPOSITORY_ID

        static final int ACTION_NOT_ALLOW_TYPE__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ACTION_NOT_ALLOW_TYPE_FEATURE_COUNT

        static final int ACTION_NOT_ALLOW_TYPE_FEATURE_COUNT
        The number of structural features of the 'Action Not Allow Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ADDRESS_TYPE

        static final int ADDRESS_TYPE
        The meta object id for the 'Address Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.AddressTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getAddressType(), Constant Field Values
        Generated:
      • ADDRESS_TYPE__NICK_NAME

        static final int ADDRESS_TYPE__NICK_NAME
        The feature id for the 'Nick Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ADDRESS_TYPE__STREET

        static final int ADDRESS_TYPE__STREET
        The feature id for the 'Street' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ADDRESS_TYPE__CITY

        static final int ADDRESS_TYPE__CITY
        The feature id for the 'City' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ADDRESS_TYPE__STATE_OR_PROVINCE_NAME

        static final int ADDRESS_TYPE__STATE_OR_PROVINCE_NAME
        The feature id for the 'State Or Province Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ADDRESS_TYPE__POSTAL_CODE

        static final int ADDRESS_TYPE__POSTAL_CODE
        The feature id for the 'Postal Code' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ADDRESS_TYPE__COUNTRY_NAME

        static final int ADDRESS_TYPE__COUNTRY_NAME
        The feature id for the 'Country Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ADDRESS_TYPE_FEATURE_COUNT

        static final int ADDRESS_TYPE_FEATURE_COUNT
        The number of structural features of the 'Address Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTROL

        static final int CONTROL
        The meta object id for the 'Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getControl(), Constant Field Values
        Generated:
      • CONTROL_FEATURE_COUNT

        static final int CONTROL_FEATURE_COUNT
        The number of structural features of the 'Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_CONTROL

        static final int PROPERTY_CONTROL
        The meta object id for the 'Property Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PropertyControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPropertyControl(), Constant Field Values
        Generated:
      • PROPERTY_CONTROL__PROPERTIES

        static final int PROPERTY_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_CONTROL__CONTEXT_PROPERTIES

        static final int PROPERTY_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_CONTROL_FEATURE_COUNT

        static final int PROPERTY_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Property Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL

        static final int SEARCH_CONTROL
        The meta object id for the 'Search Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.SearchControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getSearchControl(), Constant Field Values
        Generated:
      • SEARCH_CONTROL__PROPERTIES

        static final int SEARCH_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL__CONTEXT_PROPERTIES

        static final int SEARCH_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL__SEARCH_BASES

        static final int SEARCH_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL__COUNT_LIMIT

        static final int SEARCH_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL__EXPRESSION

        static final int SEARCH_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL__RETURN_SUB_TYPE

        static final int SEARCH_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL__SEARCH_LIMIT

        static final int SEARCH_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL__TIME_LIMIT

        static final int SEARCH_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_CONTROL_FEATURE_COUNT

        static final int SEARCH_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Search Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL

        static final int HIERARCHY_CONTROL
        The meta object id for the 'Hierarchy Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.HierarchyControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getHierarchyControl(), Constant Field Values
        Generated:
      • HIERARCHY_CONTROL__PROPERTIES

        static final int HIERARCHY_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__CONTEXT_PROPERTIES

        static final int HIERARCHY_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__SEARCH_BASES

        static final int HIERARCHY_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__COUNT_LIMIT

        static final int HIERARCHY_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__EXPRESSION

        static final int HIERARCHY_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__RETURN_SUB_TYPE

        static final int HIERARCHY_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__SEARCH_LIMIT

        static final int HIERARCHY_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__TIME_LIMIT

        static final int HIERARCHY_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__LEVEL

        static final int HIERARCHY_CONTROL__LEVEL
        The feature id for the 'Level' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL__TREE_VIEW

        static final int HIERARCHY_CONTROL__TREE_VIEW
        The feature id for the 'Tree View' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • HIERARCHY_CONTROL_FEATURE_COUNT

        static final int HIERARCHY_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Hierarchy Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL

        static final int ANCESTOR_CONTROL
        The meta object id for the 'Ancestor Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.AncestorControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getAncestorControl(), Constant Field Values
        Generated:
      • ANCESTOR_CONTROL__PROPERTIES

        static final int ANCESTOR_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__CONTEXT_PROPERTIES

        static final int ANCESTOR_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__SEARCH_BASES

        static final int ANCESTOR_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__COUNT_LIMIT

        static final int ANCESTOR_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__EXPRESSION

        static final int ANCESTOR_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__RETURN_SUB_TYPE

        static final int ANCESTOR_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__SEARCH_LIMIT

        static final int ANCESTOR_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__TIME_LIMIT

        static final int ANCESTOR_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__LEVEL

        static final int ANCESTOR_CONTROL__LEVEL
        The feature id for the 'Level' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL__TREE_VIEW

        static final int ANCESTOR_CONTROL__TREE_VIEW
        The feature id for the 'Tree View' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANCESTOR_CONTROL_FEATURE_COUNT

        static final int ANCESTOR_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Ancestor Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CACHE_CONTROL

        static final int CACHE_CONTROL
        The meta object id for the 'Cache Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.CacheControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getCacheControl(), Constant Field Values
        Generated:
      • CACHE_CONTROL__MODE

        static final int CACHE_CONTROL__MODE
        The feature id for the 'Mode' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CACHE_CONTROL_FEATURE_COUNT

        static final int CACHE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Cache Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHECK_GROUP_MEMBERSHIP_CONTROL

        static final int CHECK_GROUP_MEMBERSHIP_CONTROL
        The meta object id for the 'Check Group Membership Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.CheckGroupMembershipControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getCheckGroupMembershipControl(), Constant Field Values
        Generated:
      • ENTITY

        static final int ENTITY
        The meta object id for the 'Entity' class.
        See Also:
        com.ibm.websphere.wim.model.impl.EntityImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getEntity(), Constant Field Values
        Generated:
      • CONTAINER

        static final int CONTAINER
        The meta object id for the 'Container' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ContainerImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getContainer(), Constant Field Values
        Generated:
      • CONTEXT

        static final int CONTEXT
        The meta object id for the 'Context' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ContextImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getContext(), Constant Field Values
        Generated:
      • CONTEXT_PROPERTIES_TYPE

        static final int CONTEXT_PROPERTIES_TYPE
        The meta object id for the 'Context Properties Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ContextPropertiesTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getContextPropertiesType(), Constant Field Values
        Generated:
      • GEOGRAPHIC_LOCATION

        static final int GEOGRAPHIC_LOCATION
        The meta object id for the 'Geographic Location' class.
        See Also:
        com.ibm.websphere.wim.model.impl.GeographicLocationImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getGeographicLocation(), Constant Field Values
        Generated:
      • COUNTRY

        static final int COUNTRY
        The meta object id for the 'Country' class.
        See Also:
        com.ibm.websphere.wim.model.impl.CountryImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getCountry(), Constant Field Values
        Generated:
      • TYPE_CONTROL

        static final int TYPE_CONTROL
        The meta object id for the 'Type Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.TypeControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getTypeControl(), Constant Field Values
        Generated:
      • DATA_TYPE_CONTROL

        static final int DATA_TYPE_CONTROL
        The meta object id for the 'Data Type Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.DataTypeControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getDataTypeControl(), Constant Field Values
        Generated:
      • DELETE_CONTROL

        static final int DELETE_CONTROL
        The meta object id for the 'Delete Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.DeleteControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getDeleteControl(), Constant Field Values
        Generated:
      • DESCENDANT_CONTROL

        static final int DESCENDANT_CONTROL
        The meta object id for the 'Descendant Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.DescendantControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getDescendantControl(), Constant Field Values
        Generated:
      • DOCUMENT_ROOT

        static final int DOCUMENT_ROOT
        The meta object id for the 'Document Root' class.
        See Also:
        com.ibm.websphere.wim.model.impl.DocumentRootImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getDocumentRoot(), Constant Field Values
        Generated:
      • ENTITLEMENT_CONTROL

        static final int ENTITLEMENT_CONTROL
        The meta object id for the 'Entitlement Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.EntitlementControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getEntitlementControl(), Constant Field Values
        Generated:
      • ENTITLEMENT_INFO_TYPE

        static final int ENTITLEMENT_INFO_TYPE
        The meta object id for the 'Entitlement Info Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.EntitlementInfoTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getEntitlementInfoType(), Constant Field Values
        Generated:
      • ENTITLEMENT_TYPE

        static final int ENTITLEMENT_TYPE
        The meta object id for the 'Entitlement Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.EntitlementTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getEntitlementType(), Constant Field Values
        Generated:
      • ENTITY_CONFIGURATION_TYPE

        static final int ENTITY_CONFIGURATION_TYPE
        The meta object id for the 'Entity Configuration Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.EntityConfigurationTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getEntityConfigurationType(), Constant Field Values
        Generated:
      • MODEL_SCHEMA_TYPE

        static final int MODEL_SCHEMA_TYPE
        The meta object id for the 'Schema Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ModelSchemaTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getModelSchemaType(), Constant Field Values
        Generated:
      • ENTITY_SCHEMA_TYPE

        static final int ENTITY_SCHEMA_TYPE
        The meta object id for the 'Entity Schema Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.EntitySchemaTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getEntitySchemaType(), Constant Field Values
        Generated:
      • ENTITY_TYPE_CONTROL

        static final int ENTITY_TYPE_CONTROL
        The meta object id for the 'Entity Type Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.EntityTypeControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getEntityTypeControl(), Constant Field Values
        Generated:
      • EXTENSION_PROPERTY_DATA_TYPE_CONTROL

        static final int EXTENSION_PROPERTY_DATA_TYPE_CONTROL
        The meta object id for the 'Extension Property Data Type Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ExtensionPropertyDataTypeControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getExtensionPropertyDataTypeControl(), Constant Field Values
        Generated:
      • PROPERTY_DEFINITION_CONTROL

        static final int PROPERTY_DEFINITION_CONTROL
        The meta object id for the 'Property Definition Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PropertyDefinitionControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPropertyDefinitionControl(), Constant Field Values
        Generated:
      • EXTENSION_PROPERTY_DEFINITION_CONTROL

        static final int EXTENSION_PROPERTY_DEFINITION_CONTROL
        The meta object id for the 'Extension Property Definition Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ExtensionPropertyDefinitionControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getExtensionPropertyDefinitionControl(), Constant Field Values
        Generated:
      • EXTERNAL_NAME_CONTROL

        static final int EXTERNAL_NAME_CONTROL
        The meta object id for the 'External Name Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ExternalNameControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getExternalNameControl(), Constant Field Values
        Generated:
      • ROLE_PLAYER

        static final int ROLE_PLAYER
        The meta object id for the 'Role Player' class.
        See Also:
        com.ibm.websphere.wim.model.impl.RolePlayerImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getRolePlayer(), Constant Field Values
        Generated:
      • PARTY

        static final int PARTY
        The meta object id for the 'Party' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PartyImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getParty(), Constant Field Values
        Generated:
      • GROUP

        static final int GROUP
        The meta object id for the 'Group' class.
        See Also:
        com.ibm.websphere.wim.model.impl.GroupImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getGroup(), Constant Field Values
        Generated:
      • GROUP_CONTROL

        static final int GROUP_CONTROL
        The meta object id for the 'Group Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.GroupControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getGroupControl(), Constant Field Values
        Generated:
      • GROUP_MEMBER_CONTROL

        static final int GROUP_MEMBER_CONTROL
        The meta object id for the 'Group Member Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.GroupMemberControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getGroupMemberControl(), Constant Field Values
        Generated:
      • GROUP_MEMBERSHIP_CONTROL

        static final int GROUP_MEMBERSHIP_CONTROL
        The meta object id for the 'Group Membership Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.GroupMembershipControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getGroupMembershipControl(), Constant Field Values
        Generated:
      • IDENTIFIER_TYPE

        static final int IDENTIFIER_TYPE
        The meta object id for the 'Identifier Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.IdentifierTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getIdentifierType(), Constant Field Values
        Generated:
      • LANG_TYPE

        static final int LANG_TYPE
        The meta object id for the 'Lang Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.LangTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getLangType(), Constant Field Values
        Generated:
      • LOCALITY

        static final int LOCALITY
        The meta object id for the 'Locality' class.
        See Also:
        com.ibm.websphere.wim.model.impl.LocalityImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getLocality(), Constant Field Values
        Generated:
      • LOGIN_ACCOUNT

        static final int LOGIN_ACCOUNT
        The meta object id for the 'Login Account' class.
        See Also:
        com.ibm.websphere.wim.model.impl.LoginAccountImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getLoginAccount(), Constant Field Values
        Generated:
      • LOGIN_CONTROL

        static final int LOGIN_CONTROL
        The meta object id for the 'Login Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.LoginControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getLoginControl(), Constant Field Values
        Generated:
      • META_DATA_TYPE

        static final int META_DATA_TYPE
        The meta object id for the 'Meta Data Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.MetaDataTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getMetaDataType(), Constant Field Values
        Generated:
      • ORG_CONTAINER

        static final int ORG_CONTAINER
        The meta object id for the 'Org Container' class.
        See Also:
        com.ibm.websphere.wim.model.impl.OrgContainerImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getOrgContainer(), Constant Field Values
        Generated:
      • PAGE_CONTROL

        static final int PAGE_CONTROL
        The meta object id for the 'Page Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PageControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPageControl(), Constant Field Values
        Generated:
      • PAGE_RESPONSE_CONTROL

        static final int PAGE_RESPONSE_CONTROL
        The meta object id for the 'Page Response Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PageResponseControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPageResponseControl(), Constant Field Values
        Generated:
      • PARTY_ROLE

        static final int PARTY_ROLE
        The meta object id for the 'Party Role' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PartyRoleImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPartyRole(), Constant Field Values
        Generated:
      • PERSON

        static final int PERSON
        The meta object id for the 'Person' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PersonImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPerson(), Constant Field Values
        Generated:
      • PERSON_ACCOUNT

        static final int PERSON_ACCOUNT
        The meta object id for the 'Person Account' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PersonAccountImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPersonAccount(), Constant Field Values
        Generated:
      • PROPERTIES_TYPE

        static final int PROPERTIES_TYPE
        The meta object id for the 'Properties Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PropertiesTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPropertiesType(), Constant Field Values
        Generated:
      • PROPERTY_SCHEMA_TYPE

        static final int PROPERTY_SCHEMA_TYPE
        The meta object id for the 'Property Schema Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.PropertySchemaTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getPropertySchemaType(), Constant Field Values
        Generated:
      • REQUEST_CONTROL

        static final int REQUEST_CONTROL
        The meta object id for the 'Request Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.RequestControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getRequestControl(), Constant Field Values
        Generated:
      • RESPONSE_CONTROL

        static final int RESPONSE_CONTROL
        The meta object id for the 'Response Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ResponseControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getResponseControl(), Constant Field Values
        Generated:
      • ROOT_TYPE

        static final int ROOT_TYPE
        The meta object id for the 'Root Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.RootTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getRootType(), Constant Field Values
        Generated:
      • SCHEMA_TYPE

        static final int SCHEMA_TYPE
        The meta object id for the 'Schema Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.SchemaTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getSchemaType(), Constant Field Values
        Generated:
      • SEARCH_RESPONSE_CONTROL

        static final int SEARCH_RESPONSE_CONTROL
        The meta object id for the 'Search Response Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.SearchResponseControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getSearchResponseControl(), Constant Field Values
        Generated:
      • SORT_CONTROL

        static final int SORT_CONTROL
        The meta object id for the 'Sort Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.SortControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getSortControl(), Constant Field Values
        Generated:
      • SORT_KEY_TYPE

        static final int SORT_KEY_TYPE
        The meta object id for the 'Sort Key Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.SortKeyTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getSortKeyType(), Constant Field Values
        Generated:
      • VIEW_CONTROL

        static final int VIEW_CONTROL
        The meta object id for the 'View Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ViewControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getViewControl(), Constant Field Values
        Generated:
      • VIEW_IDENTIFIER_TYPE

        static final int VIEW_IDENTIFIER_TYPE
        The meta object id for the 'View Identifier Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ViewIdentifierTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getViewIdentifierType(), Constant Field Values
        Generated:
      • CHANGE_CONTROL

        static final int CHANGE_CONTROL
        The meta object id for the 'Change Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ChangeControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getChangeControl(), Constant Field Values
        Generated:
      • CHANGE_CONTROL__PROPERTIES

        static final int CHANGE_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__CONTEXT_PROPERTIES

        static final int CHANGE_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__SEARCH_BASES

        static final int CHANGE_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__COUNT_LIMIT

        static final int CHANGE_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__EXPRESSION

        static final int CHANGE_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__RETURN_SUB_TYPE

        static final int CHANGE_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__SEARCH_LIMIT

        static final int CHANGE_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__TIME_LIMIT

        static final int CHANGE_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__CHECK_POINT

        static final int CHANGE_CONTROL__CHECK_POINT
        The feature id for the 'Check Point' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL__CHANGE_TYPES

        static final int CHANGE_CONTROL__CHANGE_TYPES
        The feature id for the 'Change Types' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_CONTROL_FEATURE_COUNT

        static final int CHANGE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Change Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_RESPONSE_CONTROL__HAS_MORE_RESULTS

        static final int SEARCH_RESPONSE_CONTROL__HAS_MORE_RESULTS
        The feature id for the 'Has More Results' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SEARCH_RESPONSE_CONTROL_FEATURE_COUNT

        static final int SEARCH_RESPONSE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Search Response Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_RESPONSE_CONTROL

        static final int CHANGE_RESPONSE_CONTROL
        The meta object id for the 'Change Response Control' class.
        See Also:
        com.ibm.websphere.wim.model.impl.ChangeResponseControlImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getChangeResponseControl(), Constant Field Values
        Generated:
      • CHANGE_RESPONSE_CONTROL__HAS_MORE_RESULTS

        static final int CHANGE_RESPONSE_CONTROL__HAS_MORE_RESULTS
        The feature id for the 'Has More Results' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_RESPONSE_CONTROL__CHECK_POINT

        static final int CHANGE_RESPONSE_CONTROL__CHECK_POINT
        The feature id for the 'Check Point' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHANGE_RESPONSE_CONTROL_FEATURE_COUNT

        static final int CHANGE_RESPONSE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Change Response Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHECK_GROUP_MEMBERSHIP_CONTROL__IN_GROUP

        static final int CHECK_GROUP_MEMBERSHIP_CONTROL__IN_GROUP
        The feature id for the 'In Group' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHECK_GROUP_MEMBERSHIP_CONTROL__LEVEL

        static final int CHECK_GROUP_MEMBERSHIP_CONTROL__LEVEL
        The feature id for the 'Level' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHECK_GROUP_MEMBERSHIP_CONTROL_FEATURE_COUNT

        static final int CHECK_GROUP_MEMBERSHIP_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Check Group Membership Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHECK_POINT_TYPE

        static final int CHECK_POINT_TYPE
        The meta object id for the 'Check Point Type' class.
        See Also:
        com.ibm.websphere.wim.model.impl.CheckPointTypeImpl, com.ibm.websphere.wim.model.impl.ModelPackageImpl#getCheckPointType(), Constant Field Values
        Generated:
      • CHECK_POINT_TYPE__REPOSITORY_ID

        static final int CHECK_POINT_TYPE__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHECK_POINT_TYPE__REPOSITORY_CHECK_POINT

        static final int CHECK_POINT_TYPE__REPOSITORY_CHECK_POINT
        The feature id for the 'Repository Check Point' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CHECK_POINT_TYPE_FEATURE_COUNT

        static final int CHECK_POINT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Check Point Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__IDENTIFIER

        static final int ENTITY__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__VIEW_IDENTIFIERS

        static final int ENTITY__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__PARENT

        static final int ENTITY__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__CHILDREN

        static final int ENTITY__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__GROUPS

        static final int ENTITY__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__CREATE_TIMESTAMP

        static final int ENTITY__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__MODIFY_TIMESTAMP

        static final int ENTITY__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__ENTITLEMENT_INFO

        static final int ENTITY__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY__CHANGE_TYPE

        static final int ENTITY__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_FEATURE_COUNT

        static final int ENTITY_FEATURE_COUNT
        The number of structural features of the 'Entity' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__IDENTIFIER

        static final int CONTAINER__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__VIEW_IDENTIFIERS

        static final int CONTAINER__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__PARENT

        static final int CONTAINER__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__CHILDREN

        static final int CONTAINER__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__GROUPS

        static final int CONTAINER__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__CREATE_TIMESTAMP

        static final int CONTAINER__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__MODIFY_TIMESTAMP

        static final int CONTAINER__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__ENTITLEMENT_INFO

        static final int CONTAINER__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__CHANGE_TYPE

        static final int CONTAINER__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER__CN

        static final int CONTAINER__CN
        The feature id for the 'Cn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTAINER_FEATURE_COUNT

        static final int CONTAINER_FEATURE_COUNT
        The number of structural features of the 'Container' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTEXT__KEY

        static final int CONTEXT__KEY
        The feature id for the 'Key' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTEXT__VALUE

        static final int CONTEXT__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTEXT_FEATURE_COUNT

        static final int CONTEXT_FEATURE_COUNT
        The number of structural features of the 'Context' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTEXT_PROPERTIES_TYPE__VALUE

        static final int CONTEXT_PROPERTIES_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTEXT_PROPERTIES_TYPE__LANG

        static final int CONTEXT_PROPERTIES_TYPE__LANG
        The feature id for the 'Lang' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CONTEXT_PROPERTIES_TYPE_FEATURE_COUNT

        static final int CONTEXT_PROPERTIES_TYPE_FEATURE_COUNT
        The number of structural features of the 'Context Properties Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__IDENTIFIER

        static final int GEOGRAPHIC_LOCATION__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__VIEW_IDENTIFIERS

        static final int GEOGRAPHIC_LOCATION__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__PARENT

        static final int GEOGRAPHIC_LOCATION__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__CHILDREN

        static final int GEOGRAPHIC_LOCATION__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__GROUPS

        static final int GEOGRAPHIC_LOCATION__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__CREATE_TIMESTAMP

        static final int GEOGRAPHIC_LOCATION__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__MODIFY_TIMESTAMP

        static final int GEOGRAPHIC_LOCATION__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__ENTITLEMENT_INFO

        static final int GEOGRAPHIC_LOCATION__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION__CHANGE_TYPE

        static final int GEOGRAPHIC_LOCATION__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GEOGRAPHIC_LOCATION_FEATURE_COUNT

        static final int GEOGRAPHIC_LOCATION_FEATURE_COUNT
        The number of structural features of the 'Geographic Location' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__IDENTIFIER

        static final int COUNTRY__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__VIEW_IDENTIFIERS

        static final int COUNTRY__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__PARENT

        static final int COUNTRY__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__CHILDREN

        static final int COUNTRY__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__GROUPS

        static final int COUNTRY__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__CREATE_TIMESTAMP

        static final int COUNTRY__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__MODIFY_TIMESTAMP

        static final int COUNTRY__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__ENTITLEMENT_INFO

        static final int COUNTRY__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__CHANGE_TYPE

        static final int COUNTRY__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__C

        static final int COUNTRY__C
        The feature id for the 'C' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__COUNTRY_NAME

        static final int COUNTRY__COUNTRY_NAME
        The feature id for the 'Country Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY__DESCRIPTION

        static final int COUNTRY__DESCRIPTION
        The feature id for the 'Description' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • COUNTRY_FEATURE_COUNT

        static final int COUNTRY_FEATURE_COUNT
        The number of structural features of the 'Country' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • TYPE_CONTROL__REPOSITORY_ID

        static final int TYPE_CONTROL__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • TYPE_CONTROL_FEATURE_COUNT

        static final int TYPE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Type Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DATA_TYPE_CONTROL__REPOSITORY_ID

        static final int DATA_TYPE_CONTROL__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DATA_TYPE_CONTROL_FEATURE_COUNT

        static final int DATA_TYPE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Data Type Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DELETE_CONTROL__DELETE_DESCENDANTS

        static final int DELETE_CONTROL__DELETE_DESCENDANTS
        The feature id for the 'Delete Descendants' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DELETE_CONTROL__RETURN_DELETED

        static final int DELETE_CONTROL__RETURN_DELETED
        The feature id for the 'Return Deleted' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DELETE_CONTROL_FEATURE_COUNT

        static final int DELETE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Delete Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__PROPERTIES

        static final int DESCENDANT_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__CONTEXT_PROPERTIES

        static final int DESCENDANT_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__SEARCH_BASES

        static final int DESCENDANT_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__COUNT_LIMIT

        static final int DESCENDANT_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__EXPRESSION

        static final int DESCENDANT_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__RETURN_SUB_TYPE

        static final int DESCENDANT_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__SEARCH_LIMIT

        static final int DESCENDANT_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__TIME_LIMIT

        static final int DESCENDANT_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__LEVEL

        static final int DESCENDANT_CONTROL__LEVEL
        The feature id for the 'Level' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL__TREE_VIEW

        static final int DESCENDANT_CONTROL__TREE_VIEW
        The feature id for the 'Tree View' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DESCENDANT_CONTROL_FEATURE_COUNT

        static final int DESCENDANT_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Descendant Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__MIXED

        static final int DOCUMENT_ROOT__MIXED
        The feature id for the 'Mixed' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • 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
        Generated:
        Ordered:
      • 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
        Generated:
        Ordered:
      • DOCUMENT_ROOT__BUSINESS_ADDRESS

        static final int DOCUMENT_ROOT__BUSINESS_ADDRESS
        The feature id for the 'Business Address' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__BUSINESS_CATEGORY

        static final int DOCUMENT_ROOT__BUSINESS_CATEGORY
        The feature id for the 'Business Category' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__C

        static final int DOCUMENT_ROOT__C
        The feature id for the 'C' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__CAR_LICENSE

        static final int DOCUMENT_ROOT__CAR_LICENSE
        The feature id for the 'Car License' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__CERTIFICATE

        static final int DOCUMENT_ROOT__CERTIFICATE
        The feature id for the 'Certificate' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__CHILDREN

        static final int DOCUMENT_ROOT__CHILDREN
        The feature id for the 'Children' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__CITY

        static final int DOCUMENT_ROOT__CITY
        The feature id for the 'City' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__CN

        static final int DOCUMENT_ROOT__CN
        The feature id for the 'Cn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__COUNTRY_NAME

        static final int DOCUMENT_ROOT__COUNTRY_NAME
        The feature id for the 'Country Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__CREATE_TIMESTAMP

        static final int DOCUMENT_ROOT__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__DC

        static final int DOCUMENT_ROOT__DC
        The feature id for the 'Dc' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__DEPARTMENT_NUMBER

        static final int DOCUMENT_ROOT__DEPARTMENT_NUMBER
        The feature id for the 'Department Number' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__DESCRIPTION

        static final int DOCUMENT_ROOT__DESCRIPTION
        The feature id for the 'Description' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__DISPLAY_NAME

        static final int DOCUMENT_ROOT__DISPLAY_NAME
        The feature id for the 'Display Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__EMPLOYEE_NUMBER

        static final int DOCUMENT_ROOT__EMPLOYEE_NUMBER
        The feature id for the 'Employee Number' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__EMPLOYEE_TYPE

        static final int DOCUMENT_ROOT__EMPLOYEE_TYPE
        The feature id for the 'Employee Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__FACSIMILE_TELEPHONE_NUMBER

        static final int DOCUMENT_ROOT__FACSIMILE_TELEPHONE_NUMBER
        The feature id for the 'Facsimile Telephone Number' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__GIVEN_NAME

        static final int DOCUMENT_ROOT__GIVEN_NAME
        The feature id for the 'Given Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__GROUPS

        static final int DOCUMENT_ROOT__GROUPS
        The feature id for the 'Groups' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__HOME_ADDRESS

        static final int DOCUMENT_ROOT__HOME_ADDRESS
        The feature id for the 'Home Address' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__HOME_POSTAL_ADDRESS

        static final int DOCUMENT_ROOT__HOME_POSTAL_ADDRESS
        The feature id for the 'Home Postal Address' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__IBM_JOB_TITLE

        static final int DOCUMENT_ROOT__IBM_JOB_TITLE
        The feature id for the 'Ibm Job Title' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__IBM_PRIMARY_EMAIL

        static final int DOCUMENT_ROOT__IBM_PRIMARY_EMAIL
        The feature id for the 'Ibm Primary Email' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__INITIALS

        static final int DOCUMENT_ROOT__INITIALS
        The feature id for the 'Initials' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__JPEG_PHOTO

        static final int DOCUMENT_ROOT__JPEG_PHOTO
        The feature id for the 'Jpeg Photo' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__KERBEROS_ID

        static final int DOCUMENT_ROOT__KERBEROS_ID
        The feature id for the 'Kerberos Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__L

        static final int DOCUMENT_ROOT__L
        The feature id for the 'L' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__LABELED_URI

        static final int DOCUMENT_ROOT__LABELED_URI
        The feature id for the 'Labeled URI' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__LOCALITY_NAME

        static final int DOCUMENT_ROOT__LOCALITY_NAME
        The feature id for the 'Locality Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__MAIL

        static final int DOCUMENT_ROOT__MAIL
        The feature id for the 'Mail' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__MANAGER

        static final int DOCUMENT_ROOT__MANAGER
        The feature id for the 'Manager' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__MEMBERS

        static final int DOCUMENT_ROOT__MEMBERS
        The feature id for the 'Members' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__MOBILE

        static final int DOCUMENT_ROOT__MOBILE
        The feature id for the 'Mobile' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__MODIFY_TIMESTAMP

        static final int DOCUMENT_ROOT__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__O

        static final int DOCUMENT_ROOT__O
        The feature id for the 'O' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__OU

        static final int DOCUMENT_ROOT__OU
        The feature id for the 'Ou' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__PAGER

        static final int DOCUMENT_ROOT__PAGER
        The feature id for the 'Pager' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__PARENT

        static final int DOCUMENT_ROOT__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__PASSWORD

        static final int DOCUMENT_ROOT__PASSWORD
        The feature id for the 'Password' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__POSTAL_ADDRESS

        static final int DOCUMENT_ROOT__POSTAL_ADDRESS
        The feature id for the 'Postal Address' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__POSTAL_CODE

        static final int DOCUMENT_ROOT__POSTAL_CODE
        The feature id for the 'Postal Code' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__PREFERRED_LANGUAGE

        static final int DOCUMENT_ROOT__PREFERRED_LANGUAGE
        The feature id for the 'Preferred Language' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__PRINCIPAL_NAME

        static final int DOCUMENT_ROOT__PRINCIPAL_NAME
        The feature id for the 'Principal Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__REALM

        static final int DOCUMENT_ROOT__REALM
        The feature id for the 'Realm' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__ROOM_NUMBER

        static final int DOCUMENT_ROOT__ROOM_NUMBER
        The feature id for the 'Room Number' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__ROOT

        static final int DOCUMENT_ROOT__ROOT
        The feature id for the 'Root' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__SCHEMA

        static final int DOCUMENT_ROOT__SCHEMA
        The feature id for the 'Schema' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__SECRETARY

        static final int DOCUMENT_ROOT__SECRETARY
        The feature id for the 'Secretary' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__SEE_ALSO

        static final int DOCUMENT_ROOT__SEE_ALSO
        The feature id for the 'See Also' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__SN

        static final int DOCUMENT_ROOT__SN
        The feature id for the 'Sn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__ST

        static final int DOCUMENT_ROOT__ST
        The feature id for the 'St' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__STATE_OR_PROVINCE_NAME

        static final int DOCUMENT_ROOT__STATE_OR_PROVINCE_NAME
        The feature id for the 'State Or Province Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__STREET

        static final int DOCUMENT_ROOT__STREET
        The feature id for the 'Street' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__TELEPHONE_NUMBER

        static final int DOCUMENT_ROOT__TELEPHONE_NUMBER
        The feature id for the 'Telephone Number' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__TITLE

        static final int DOCUMENT_ROOT__TITLE
        The feature id for the 'Title' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • DOCUMENT_ROOT__UID

        static final int DOCUMENT_ROOT__UID
        The feature id for the 'Uid' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • 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
        Generated:
        Ordered:
      • ENTITLEMENT_CONTROL__ENTITLEMENT_ATTRIBUTES

        static final int ENTITLEMENT_CONTROL__ENTITLEMENT_ATTRIBUTES
        The feature id for the 'Entitlement Attributes' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_CONTROL__ENTITLEMENT_FILTER

        static final int ENTITLEMENT_CONTROL__ENTITLEMENT_FILTER
        The feature id for the 'Entitlement Filter' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_CONTROL__ENTITLEMENT_CHECK

        static final int ENTITLEMENT_CONTROL__ENTITLEMENT_CHECK
        The feature id for the 'Entitlement Check' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_CONTROL__GET_ATTRIBUTE_ENTITLEMENTS

        static final int ENTITLEMENT_CONTROL__GET_ATTRIBUTE_ENTITLEMENTS
        The feature id for the 'Get Attribute Entitlements' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_CONTROL__GET_EXCLUSIVELY

        static final int ENTITLEMENT_CONTROL__GET_EXCLUSIVELY
        The feature id for the 'Get Exclusively' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_CONTROL__GET_OBJECT_ENTITLEMENTS

        static final int ENTITLEMENT_CONTROL__GET_OBJECT_ENTITLEMENTS
        The feature id for the 'Get Object Entitlements' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_CONTROL__GET_ROLES

        static final int ENTITLEMENT_CONTROL__GET_ROLES
        The feature id for the 'Get Roles' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_CONTROL_FEATURE_COUNT

        static final int ENTITLEMENT_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Entitlement Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_INFO_TYPE__ROLES

        static final int ENTITLEMENT_INFO_TYPE__ROLES
        The feature id for the 'Roles' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_INFO_TYPE__ENTITLEMENTS

        static final int ENTITLEMENT_INFO_TYPE__ENTITLEMENTS
        The feature id for the 'Entitlements' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_INFO_TYPE__ENTITLEMENT_CHECK_RESULT

        static final int ENTITLEMENT_INFO_TYPE__ENTITLEMENT_CHECK_RESULT
        The feature id for the 'Entitlement Check Result' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_INFO_TYPE_FEATURE_COUNT

        static final int ENTITLEMENT_INFO_TYPE_FEATURE_COUNT
        The number of structural features of the 'Entitlement Info Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_TYPE__ATTRIBUTE

        static final int ENTITLEMENT_TYPE__ATTRIBUTE
        The feature id for the 'Attribute' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_TYPE__METHOD

        static final int ENTITLEMENT_TYPE__METHOD
        The feature id for the 'Method' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_TYPE__OBJECT

        static final int ENTITLEMENT_TYPE__OBJECT
        The feature id for the 'Object' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITLEMENT_TYPE_FEATURE_COUNT

        static final int ENTITLEMENT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Entitlement Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_CONFIGURATION_TYPE__ACTION_NOT_ALLOW

        static final int ENTITY_CONFIGURATION_TYPE__ACTION_NOT_ALLOW
        The feature id for the 'Action Not Allow' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_CONFIGURATION_TYPE__META_DATA

        static final int ENTITY_CONFIGURATION_TYPE__META_DATA
        The feature id for the 'Meta Data' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_CONFIGURATION_TYPE__DEFAULT_PARENT

        static final int ENTITY_CONFIGURATION_TYPE__DEFAULT_PARENT
        The feature id for the 'Default Parent' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_CONFIGURATION_TYPE__RDN_PROPERTY

        static final int ENTITY_CONFIGURATION_TYPE__RDN_PROPERTY
        The feature id for the 'Rdn Property' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_CONFIGURATION_TYPE_FEATURE_COUNT

        static final int ENTITY_CONFIGURATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Entity Configuration Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • MODEL_SCHEMA_TYPE__REPOSITORY_IDS

        static final int MODEL_SCHEMA_TYPE__REPOSITORY_IDS
        The feature id for the 'Repository Ids' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • MODEL_SCHEMA_TYPE__NS_PREFIX

        static final int MODEL_SCHEMA_TYPE__NS_PREFIX
        The feature id for the 'Ns Prefix' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • MODEL_SCHEMA_TYPE__NS_URI

        static final int MODEL_SCHEMA_TYPE__NS_URI
        The feature id for the 'Ns URI' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • MODEL_SCHEMA_TYPE_FEATURE_COUNT

        static final int MODEL_SCHEMA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Schema Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_SCHEMA_TYPE__REPOSITORY_IDS

        static final int ENTITY_SCHEMA_TYPE__REPOSITORY_IDS
        The feature id for the 'Repository Ids' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_SCHEMA_TYPE__NS_PREFIX

        static final int ENTITY_SCHEMA_TYPE__NS_PREFIX
        The feature id for the 'Ns Prefix' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_SCHEMA_TYPE__NS_URI

        static final int ENTITY_SCHEMA_TYPE__NS_URI
        The feature id for the 'Ns URI' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_SCHEMA_TYPE__PROPERTIES

        static final int ENTITY_SCHEMA_TYPE__PROPERTIES
        The feature id for the 'Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_SCHEMA_TYPE__ENTITY_CONFIGURATION

        static final int ENTITY_SCHEMA_TYPE__ENTITY_CONFIGURATION
        The feature id for the 'Entity Configuration' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_SCHEMA_TYPE__ENTITY_NAME

        static final int ENTITY_SCHEMA_TYPE__ENTITY_NAME
        The feature id for the 'Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_SCHEMA_TYPE__PARENT_ENTITY_NAME

        static final int ENTITY_SCHEMA_TYPE__PARENT_ENTITY_NAME
        The feature id for the 'Parent Entity Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_SCHEMA_TYPE_FEATURE_COUNT

        static final int ENTITY_SCHEMA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Entity Schema Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_TYPE_CONTROL__REPOSITORY_ID

        static final int ENTITY_TYPE_CONTROL__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_TYPE_CONTROL__ENTITY_TYPE_NAMES

        static final int ENTITY_TYPE_CONTROL__ENTITY_TYPE_NAMES
        The feature id for the 'Entity Type Names' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ENTITY_TYPE_CONTROL_FEATURE_COUNT

        static final int ENTITY_TYPE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Entity Type Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • EXTENSION_PROPERTY_DATA_TYPE_CONTROL_FEATURE_COUNT

        static final int EXTENSION_PROPERTY_DATA_TYPE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Extension Property Data Type Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_DEFINITION_CONTROL__REPOSITORY_ID

        static final int PROPERTY_DEFINITION_CONTROL__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_DEFINITION_CONTROL__PROPERTY_NAMES

        static final int PROPERTY_DEFINITION_CONTROL__PROPERTY_NAMES
        The feature id for the 'Property Names' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_DEFINITION_CONTROL__ENTITY_TYPE_NAME

        static final int PROPERTY_DEFINITION_CONTROL__ENTITY_TYPE_NAME
        The feature id for the 'Entity Type Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_DEFINITION_CONTROL_FEATURE_COUNT

        static final int PROPERTY_DEFINITION_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Property Definition Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • EXTENSION_PROPERTY_DEFINITION_CONTROL__REPOSITORY_ID

        static final int EXTENSION_PROPERTY_DEFINITION_CONTROL__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • EXTENSION_PROPERTY_DEFINITION_CONTROL__PROPERTY_NAMES

        static final int EXTENSION_PROPERTY_DEFINITION_CONTROL__PROPERTY_NAMES
        The feature id for the 'Property Names' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • EXTENSION_PROPERTY_DEFINITION_CONTROL__ENTITY_TYPE_NAME

        static final int EXTENSION_PROPERTY_DEFINITION_CONTROL__ENTITY_TYPE_NAME
        The feature id for the 'Entity Type Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • EXTENSION_PROPERTY_DEFINITION_CONTROL_FEATURE_COUNT

        static final int EXTENSION_PROPERTY_DEFINITION_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Extension Property Definition Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • EXTERNAL_NAME_CONTROL_FEATURE_COUNT

        static final int EXTERNAL_NAME_CONTROL_FEATURE_COUNT
        The number of structural features of the 'External Name Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__IDENTIFIER

        static final int ROLE_PLAYER__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__VIEW_IDENTIFIERS

        static final int ROLE_PLAYER__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__PARENT

        static final int ROLE_PLAYER__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__CHILDREN

        static final int ROLE_PLAYER__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__GROUPS

        static final int ROLE_PLAYER__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__CREATE_TIMESTAMP

        static final int ROLE_PLAYER__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__MODIFY_TIMESTAMP

        static final int ROLE_PLAYER__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__ENTITLEMENT_INFO

        static final int ROLE_PLAYER__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__CHANGE_TYPE

        static final int ROLE_PLAYER__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER__PARTY_ROLES

        static final int ROLE_PLAYER__PARTY_ROLES
        The feature id for the 'Party Roles' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROLE_PLAYER_FEATURE_COUNT

        static final int ROLE_PLAYER_FEATURE_COUNT
        The number of structural features of the 'Role Player' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__IDENTIFIER

        static final int PARTY__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__VIEW_IDENTIFIERS

        static final int PARTY__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__PARENT

        static final int PARTY__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__CHILDREN

        static final int PARTY__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__GROUPS

        static final int PARTY__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__CREATE_TIMESTAMP

        static final int PARTY__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__MODIFY_TIMESTAMP

        static final int PARTY__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__ENTITLEMENT_INFO

        static final int PARTY__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__CHANGE_TYPE

        static final int PARTY__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY__PARTY_ROLES

        static final int PARTY__PARTY_ROLES
        The feature id for the 'Party Roles' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_FEATURE_COUNT

        static final int PARTY_FEATURE_COUNT
        The number of structural features of the 'Party' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__IDENTIFIER

        static final int GROUP__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__VIEW_IDENTIFIERS

        static final int GROUP__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__PARENT

        static final int GROUP__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__CHILDREN

        static final int GROUP__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__GROUPS

        static final int GROUP__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__CREATE_TIMESTAMP

        static final int GROUP__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__MODIFY_TIMESTAMP

        static final int GROUP__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__ENTITLEMENT_INFO

        static final int GROUP__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__CHANGE_TYPE

        static final int GROUP__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__PARTY_ROLES

        static final int GROUP__PARTY_ROLES
        The feature id for the 'Party Roles' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__CN

        static final int GROUP__CN
        The feature id for the 'Cn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__MEMBERS

        static final int GROUP__MEMBERS
        The feature id for the 'Members' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__DISPLAY_NAME

        static final int GROUP__DISPLAY_NAME
        The feature id for the 'Display Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__DESCRIPTION

        static final int GROUP__DESCRIPTION
        The feature id for the 'Description' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__BUSINESS_CATEGORY

        static final int GROUP__BUSINESS_CATEGORY
        The feature id for the 'Business Category' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP__SEE_ALSO

        static final int GROUP__SEE_ALSO
        The feature id for the 'See Also' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_FEATURE_COUNT

        static final int GROUP_FEATURE_COUNT
        The number of structural features of the 'Group' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__PROPERTIES

        static final int GROUP_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__CONTEXT_PROPERTIES

        static final int GROUP_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__SEARCH_BASES

        static final int GROUP_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__COUNT_LIMIT

        static final int GROUP_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__EXPRESSION

        static final int GROUP_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__RETURN_SUB_TYPE

        static final int GROUP_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__SEARCH_LIMIT

        static final int GROUP_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__TIME_LIMIT

        static final int GROUP_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__LEVEL

        static final int GROUP_CONTROL__LEVEL
        The feature id for the 'Level' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__TREE_VIEW

        static final int GROUP_CONTROL__TREE_VIEW
        The feature id for the 'Tree View' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL__MODIFY_MODE

        static final int GROUP_CONTROL__MODIFY_MODE
        The feature id for the 'Modify Mode' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_CONTROL_FEATURE_COUNT

        static final int GROUP_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Group Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__PROPERTIES

        static final int GROUP_MEMBER_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__CONTEXT_PROPERTIES

        static final int GROUP_MEMBER_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__SEARCH_BASES

        static final int GROUP_MEMBER_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__COUNT_LIMIT

        static final int GROUP_MEMBER_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__EXPRESSION

        static final int GROUP_MEMBER_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__RETURN_SUB_TYPE

        static final int GROUP_MEMBER_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__SEARCH_LIMIT

        static final int GROUP_MEMBER_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__TIME_LIMIT

        static final int GROUP_MEMBER_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__LEVEL

        static final int GROUP_MEMBER_CONTROL__LEVEL
        The feature id for the 'Level' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__TREE_VIEW

        static final int GROUP_MEMBER_CONTROL__TREE_VIEW
        The feature id for the 'Tree View' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL__MODIFY_MODE

        static final int GROUP_MEMBER_CONTROL__MODIFY_MODE
        The feature id for the 'Modify Mode' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBER_CONTROL_FEATURE_COUNT

        static final int GROUP_MEMBER_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Group Member Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__PROPERTIES

        static final int GROUP_MEMBERSHIP_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__CONTEXT_PROPERTIES

        static final int GROUP_MEMBERSHIP_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__SEARCH_BASES

        static final int GROUP_MEMBERSHIP_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__COUNT_LIMIT

        static final int GROUP_MEMBERSHIP_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__EXPRESSION

        static final int GROUP_MEMBERSHIP_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__RETURN_SUB_TYPE

        static final int GROUP_MEMBERSHIP_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__SEARCH_LIMIT

        static final int GROUP_MEMBERSHIP_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__TIME_LIMIT

        static final int GROUP_MEMBERSHIP_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__LEVEL

        static final int GROUP_MEMBERSHIP_CONTROL__LEVEL
        The feature id for the 'Level' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__TREE_VIEW

        static final int GROUP_MEMBERSHIP_CONTROL__TREE_VIEW
        The feature id for the 'Tree View' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL__MODIFY_MODE

        static final int GROUP_MEMBERSHIP_CONTROL__MODIFY_MODE
        The feature id for the 'Modify Mode' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • GROUP_MEMBERSHIP_CONTROL_FEATURE_COUNT

        static final int GROUP_MEMBERSHIP_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Group Membership Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • IDENTIFIER_TYPE__EXTERNAL_ID

        static final int IDENTIFIER_TYPE__EXTERNAL_ID
        The feature id for the 'External Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • IDENTIFIER_TYPE__EXTERNAL_NAME

        static final int IDENTIFIER_TYPE__EXTERNAL_NAME
        The feature id for the 'External Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • IDENTIFIER_TYPE__REPOSITORY_ID

        static final int IDENTIFIER_TYPE__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • IDENTIFIER_TYPE__UNIQUE_ID

        static final int IDENTIFIER_TYPE__UNIQUE_ID
        The feature id for the 'Unique Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • IDENTIFIER_TYPE__UNIQUE_NAME

        static final int IDENTIFIER_TYPE__UNIQUE_NAME
        The feature id for the 'Unique Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • IDENTIFIER_TYPE_FEATURE_COUNT

        static final int IDENTIFIER_TYPE_FEATURE_COUNT
        The number of structural features of the 'Identifier Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LANG_TYPE__VALUE

        static final int LANG_TYPE__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LANG_TYPE__LANG

        static final int LANG_TYPE__LANG
        The feature id for the 'Lang' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LANG_TYPE_FEATURE_COUNT

        static final int LANG_TYPE_FEATURE_COUNT
        The number of structural features of the 'Lang Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__IDENTIFIER

        static final int LOCALITY__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__VIEW_IDENTIFIERS

        static final int LOCALITY__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__PARENT

        static final int LOCALITY__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__CHILDREN

        static final int LOCALITY__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__GROUPS

        static final int LOCALITY__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__CREATE_TIMESTAMP

        static final int LOCALITY__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__MODIFY_TIMESTAMP

        static final int LOCALITY__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__ENTITLEMENT_INFO

        static final int LOCALITY__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__CHANGE_TYPE

        static final int LOCALITY__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__L

        static final int LOCALITY__L
        The feature id for the 'L' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__LOCALITY_NAME

        static final int LOCALITY__LOCALITY_NAME
        The feature id for the 'Locality Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__ST

        static final int LOCALITY__ST
        The feature id for the 'St' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__STATE_OR_PROVINCE_NAME

        static final int LOCALITY__STATE_OR_PROVINCE_NAME
        The feature id for the 'State Or Province Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__STREET

        static final int LOCALITY__STREET
        The feature id for the 'Street' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__SEE_ALSO

        static final int LOCALITY__SEE_ALSO
        The feature id for the 'See Also' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY__DESCRIPTION

        static final int LOCALITY__DESCRIPTION
        The feature id for the 'Description' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOCALITY_FEATURE_COUNT

        static final int LOCALITY_FEATURE_COUNT
        The number of structural features of the 'Locality' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__IDENTIFIER

        static final int LOGIN_ACCOUNT__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__VIEW_IDENTIFIERS

        static final int LOGIN_ACCOUNT__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__PARENT

        static final int LOGIN_ACCOUNT__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__CHILDREN

        static final int LOGIN_ACCOUNT__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__GROUPS

        static final int LOGIN_ACCOUNT__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__CREATE_TIMESTAMP

        static final int LOGIN_ACCOUNT__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__MODIFY_TIMESTAMP

        static final int LOGIN_ACCOUNT__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__ENTITLEMENT_INFO

        static final int LOGIN_ACCOUNT__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__CHANGE_TYPE

        static final int LOGIN_ACCOUNT__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__PARTY_ROLES

        static final int LOGIN_ACCOUNT__PARTY_ROLES
        The feature id for the 'Party Roles' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__PRINCIPAL_NAME

        static final int LOGIN_ACCOUNT__PRINCIPAL_NAME
        The feature id for the 'Principal Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__PASSWORD

        static final int LOGIN_ACCOUNT__PASSWORD
        The feature id for the 'Password' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__REALM

        static final int LOGIN_ACCOUNT__REALM
        The feature id for the 'Realm' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT__CERTIFICATE

        static final int LOGIN_ACCOUNT__CERTIFICATE
        The feature id for the 'Certificate' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_ACCOUNT_FEATURE_COUNT

        static final int LOGIN_ACCOUNT_FEATURE_COUNT
        The number of structural features of the 'Login Account' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__PROPERTIES

        static final int LOGIN_CONTROL__PROPERTIES
        The feature id for the 'Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__CONTEXT_PROPERTIES

        static final int LOGIN_CONTROL__CONTEXT_PROPERTIES
        The feature id for the 'Context Properties' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__SEARCH_BASES

        static final int LOGIN_CONTROL__SEARCH_BASES
        The feature id for the 'Search Bases' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__COUNT_LIMIT

        static final int LOGIN_CONTROL__COUNT_LIMIT
        The feature id for the 'Count Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__EXPRESSION

        static final int LOGIN_CONTROL__EXPRESSION
        The feature id for the 'Expression' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__RETURN_SUB_TYPE

        static final int LOGIN_CONTROL__RETURN_SUB_TYPE
        The feature id for the 'Return Sub Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__SEARCH_LIMIT

        static final int LOGIN_CONTROL__SEARCH_LIMIT
        The feature id for the 'Search Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__TIME_LIMIT

        static final int LOGIN_CONTROL__TIME_LIMIT
        The feature id for the 'Time Limit' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL__MAPPED_PROPERTIES

        static final int LOGIN_CONTROL__MAPPED_PROPERTIES
        The feature id for the 'Mapped Properties' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • LOGIN_CONTROL_FEATURE_COUNT

        static final int LOGIN_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Login Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • META_DATA_TYPE__VALUES

        static final int META_DATA_TYPE__VALUES
        The feature id for the 'Values' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • META_DATA_TYPE__NAME

        static final int META_DATA_TYPE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • META_DATA_TYPE__REPOSITORY_ID

        static final int META_DATA_TYPE__REPOSITORY_ID
        The feature id for the 'Repository Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • META_DATA_TYPE_FEATURE_COUNT

        static final int META_DATA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Meta Data Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__IDENTIFIER

        static final int ORG_CONTAINER__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__VIEW_IDENTIFIERS

        static final int ORG_CONTAINER__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__PARENT

        static final int ORG_CONTAINER__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__CHILDREN

        static final int ORG_CONTAINER__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__GROUPS

        static final int ORG_CONTAINER__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__CREATE_TIMESTAMP

        static final int ORG_CONTAINER__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__MODIFY_TIMESTAMP

        static final int ORG_CONTAINER__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__ENTITLEMENT_INFO

        static final int ORG_CONTAINER__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__CHANGE_TYPE

        static final int ORG_CONTAINER__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__PARTY_ROLES

        static final int ORG_CONTAINER__PARTY_ROLES
        The feature id for the 'Party Roles' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__O

        static final int ORG_CONTAINER__O
        The feature id for the 'O' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__OU

        static final int ORG_CONTAINER__OU
        The feature id for the 'Ou' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__DC

        static final int ORG_CONTAINER__DC
        The feature id for the 'Dc' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__CN

        static final int ORG_CONTAINER__CN
        The feature id for the 'Cn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__TELEPHONE_NUMBER

        static final int ORG_CONTAINER__TELEPHONE_NUMBER
        The feature id for the 'Telephone Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__FACSIMILE_TELEPHONE_NUMBER

        static final int ORG_CONTAINER__FACSIMILE_TELEPHONE_NUMBER
        The feature id for the 'Facsimile Telephone Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__POSTAL_ADDRESS

        static final int ORG_CONTAINER__POSTAL_ADDRESS
        The feature id for the 'Postal Address' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__L

        static final int ORG_CONTAINER__L
        The feature id for the 'L' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__LOCALITY_NAME

        static final int ORG_CONTAINER__LOCALITY_NAME
        The feature id for the 'Locality Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__ST

        static final int ORG_CONTAINER__ST
        The feature id for the 'St' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__STATE_OR_PROVINCE_NAME

        static final int ORG_CONTAINER__STATE_OR_PROVINCE_NAME
        The feature id for the 'State Or Province Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__STREET

        static final int ORG_CONTAINER__STREET
        The feature id for the 'Street' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__POSTAL_CODE

        static final int ORG_CONTAINER__POSTAL_CODE
        The feature id for the 'Postal Code' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__BUSINESS_ADDRESS

        static final int ORG_CONTAINER__BUSINESS_ADDRESS
        The feature id for the 'Business Address' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__DESCRIPTION

        static final int ORG_CONTAINER__DESCRIPTION
        The feature id for the 'Description' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__BUSINESS_CATEGORY

        static final int ORG_CONTAINER__BUSINESS_CATEGORY
        The feature id for the 'Business Category' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER__SEE_ALSO

        static final int ORG_CONTAINER__SEE_ALSO
        The feature id for the 'See Also' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ORG_CONTAINER_FEATURE_COUNT

        static final int ORG_CONTAINER_FEATURE_COUNT
        The number of structural features of the 'Org Container' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PAGE_CONTROL__COOKIE

        static final int PAGE_CONTROL__COOKIE
        The feature id for the 'Cookie' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PAGE_CONTROL__SIZE

        static final int PAGE_CONTROL__SIZE
        The feature id for the 'Size' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PAGE_CONTROL_FEATURE_COUNT

        static final int PAGE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Page Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PAGE_RESPONSE_CONTROL__COOKIE

        static final int PAGE_RESPONSE_CONTROL__COOKIE
        The feature id for the 'Cookie' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PAGE_RESPONSE_CONTROL__TOTAL_SIZE

        static final int PAGE_RESPONSE_CONTROL__TOTAL_SIZE
        The feature id for the 'Total Size' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PAGE_RESPONSE_CONTROL_FEATURE_COUNT

        static final int PAGE_RESPONSE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Page Response Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__IDENTIFIER

        static final int PARTY_ROLE__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__VIEW_IDENTIFIERS

        static final int PARTY_ROLE__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__PARENT

        static final int PARTY_ROLE__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__CHILDREN

        static final int PARTY_ROLE__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__GROUPS

        static final int PARTY_ROLE__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__CREATE_TIMESTAMP

        static final int PARTY_ROLE__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__MODIFY_TIMESTAMP

        static final int PARTY_ROLE__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__ENTITLEMENT_INFO

        static final int PARTY_ROLE__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__CHANGE_TYPE

        static final int PARTY_ROLE__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__PARTY_ROLES

        static final int PARTY_ROLE__PARTY_ROLES
        The feature id for the 'Party Roles' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__PRIMARY_ROLE_PLAYER

        static final int PARTY_ROLE__PRIMARY_ROLE_PLAYER
        The feature id for the 'Primary Role Player' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE__RELATED_ROLE_PLAYER

        static final int PARTY_ROLE__RELATED_ROLE_PLAYER
        The feature id for the 'Related Role Player' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PARTY_ROLE_FEATURE_COUNT

        static final int PARTY_ROLE_FEATURE_COUNT
        The number of structural features of the 'Party Role' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__IDENTIFIER

        static final int PERSON__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__VIEW_IDENTIFIERS

        static final int PERSON__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__PARENT

        static final int PERSON__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__CHILDREN

        static final int PERSON__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__GROUPS

        static final int PERSON__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__CREATE_TIMESTAMP

        static final int PERSON__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__MODIFY_TIMESTAMP

        static final int PERSON__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__ENTITLEMENT_INFO

        static final int PERSON__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__CHANGE_TYPE

        static final int PERSON__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__PARTY_ROLES

        static final int PERSON__PARTY_ROLES
        The feature id for the 'Party Roles' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__UID

        static final int PERSON__UID
        The feature id for the 'Uid' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__CN

        static final int PERSON__CN
        The feature id for the 'Cn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__SN

        static final int PERSON__SN
        The feature id for the 'Sn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__PREFERRED_LANGUAGE

        static final int PERSON__PREFERRED_LANGUAGE
        The feature id for the 'Preferred Language' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__DISPLAY_NAME

        static final int PERSON__DISPLAY_NAME
        The feature id for the 'Display Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__INITIALS

        static final int PERSON__INITIALS
        The feature id for the 'Initials' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__MAIL

        static final int PERSON__MAIL
        The feature id for the 'Mail' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__IBM_PRIMARY_EMAIL

        static final int PERSON__IBM_PRIMARY_EMAIL
        The feature id for the 'Ibm Primary Email' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__JPEG_PHOTO

        static final int PERSON__JPEG_PHOTO
        The feature id for the 'Jpeg Photo' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__LABELED_URI

        static final int PERSON__LABELED_URI
        The feature id for the 'Labeled URI' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__CAR_LICENSE

        static final int PERSON__CAR_LICENSE
        The feature id for the 'Car License' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__TELEPHONE_NUMBER

        static final int PERSON__TELEPHONE_NUMBER
        The feature id for the 'Telephone Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__FACSIMILE_TELEPHONE_NUMBER

        static final int PERSON__FACSIMILE_TELEPHONE_NUMBER
        The feature id for the 'Facsimile Telephone Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__PAGER

        static final int PERSON__PAGER
        The feature id for the 'Pager' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__MOBILE

        static final int PERSON__MOBILE
        The feature id for the 'Mobile' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__HOME_POSTAL_ADDRESS

        static final int PERSON__HOME_POSTAL_ADDRESS
        The feature id for the 'Home Postal Address' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__POSTAL_ADDRESS

        static final int PERSON__POSTAL_ADDRESS
        The feature id for the 'Postal Address' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__ROOM_NUMBER

        static final int PERSON__ROOM_NUMBER
        The feature id for the 'Room Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__L

        static final int PERSON__L
        The feature id for the 'L' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__LOCALITY_NAME

        static final int PERSON__LOCALITY_NAME
        The feature id for the 'Locality Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__ST

        static final int PERSON__ST
        The feature id for the 'St' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__STATE_OR_PROVINCE_NAME

        static final int PERSON__STATE_OR_PROVINCE_NAME
        The feature id for the 'State Or Province Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__STREET

        static final int PERSON__STREET
        The feature id for the 'Street' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__POSTAL_CODE

        static final int PERSON__POSTAL_CODE
        The feature id for the 'Postal Code' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__EMPLOYEE_NUMBER

        static final int PERSON__EMPLOYEE_NUMBER
        The feature id for the 'Employee Number' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__MANAGER

        static final int PERSON__MANAGER
        The feature id for the 'Manager' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__SECRETARY

        static final int PERSON__SECRETARY
        The feature id for the 'Secretary' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__DEPARTMENT_NUMBER

        static final int PERSON__DEPARTMENT_NUMBER
        The feature id for the 'Department Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__TITLE

        static final int PERSON__TITLE
        The feature id for the 'Title' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__IBM_JOB_TITLE

        static final int PERSON__IBM_JOB_TITLE
        The feature id for the 'Ibm Job Title' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__C

        static final int PERSON__C
        The feature id for the 'C' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__COUNTRY_NAME

        static final int PERSON__COUNTRY_NAME
        The feature id for the 'Country Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__GIVEN_NAME

        static final int PERSON__GIVEN_NAME
        The feature id for the 'Given Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__HOME_ADDRESS

        static final int PERSON__HOME_ADDRESS
        The feature id for the 'Home Address' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__BUSINESS_ADDRESS

        static final int PERSON__BUSINESS_ADDRESS
        The feature id for the 'Business Address' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__DESCRIPTION

        static final int PERSON__DESCRIPTION
        The feature id for the 'Description' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__BUSINESS_CATEGORY

        static final int PERSON__BUSINESS_CATEGORY
        The feature id for the 'Business Category' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__SEE_ALSO

        static final int PERSON__SEE_ALSO
        The feature id for the 'See Also' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON__KERBEROS_ID

        static final int PERSON__KERBEROS_ID
        The feature id for the 'Kerberos Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_FEATURE_COUNT

        static final int PERSON_FEATURE_COUNT
        The number of structural features of the 'Person' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__IDENTIFIER

        static final int PERSON_ACCOUNT__IDENTIFIER
        The feature id for the 'Identifier' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__VIEW_IDENTIFIERS

        static final int PERSON_ACCOUNT__VIEW_IDENTIFIERS
        The feature id for the 'View Identifiers' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__PARENT

        static final int PERSON_ACCOUNT__PARENT
        The feature id for the 'Parent' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__CHILDREN

        static final int PERSON_ACCOUNT__CHILDREN
        The feature id for the 'Children' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__GROUPS

        static final int PERSON_ACCOUNT__GROUPS
        The feature id for the 'Groups' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__CREATE_TIMESTAMP

        static final int PERSON_ACCOUNT__CREATE_TIMESTAMP
        The feature id for the 'Create Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__MODIFY_TIMESTAMP

        static final int PERSON_ACCOUNT__MODIFY_TIMESTAMP
        The feature id for the 'Modify Timestamp' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__ENTITLEMENT_INFO

        static final int PERSON_ACCOUNT__ENTITLEMENT_INFO
        The feature id for the 'Entitlement Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__CHANGE_TYPE

        static final int PERSON_ACCOUNT__CHANGE_TYPE
        The feature id for the 'Change Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__PARTY_ROLES

        static final int PERSON_ACCOUNT__PARTY_ROLES
        The feature id for the 'Party Roles' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__PRINCIPAL_NAME

        static final int PERSON_ACCOUNT__PRINCIPAL_NAME
        The feature id for the 'Principal Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__PASSWORD

        static final int PERSON_ACCOUNT__PASSWORD
        The feature id for the 'Password' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__REALM

        static final int PERSON_ACCOUNT__REALM
        The feature id for the 'Realm' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__CERTIFICATE

        static final int PERSON_ACCOUNT__CERTIFICATE
        The feature id for the 'Certificate' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__UID

        static final int PERSON_ACCOUNT__UID
        The feature id for the 'Uid' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__CN

        static final int PERSON_ACCOUNT__CN
        The feature id for the 'Cn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__SN

        static final int PERSON_ACCOUNT__SN
        The feature id for the 'Sn' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__PREFERRED_LANGUAGE

        static final int PERSON_ACCOUNT__PREFERRED_LANGUAGE
        The feature id for the 'Preferred Language' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__DISPLAY_NAME

        static final int PERSON_ACCOUNT__DISPLAY_NAME
        The feature id for the 'Display Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__INITIALS

        static final int PERSON_ACCOUNT__INITIALS
        The feature id for the 'Initials' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__MAIL

        static final int PERSON_ACCOUNT__MAIL
        The feature id for the 'Mail' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__IBM_PRIMARY_EMAIL

        static final int PERSON_ACCOUNT__IBM_PRIMARY_EMAIL
        The feature id for the 'Ibm Primary Email' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__JPEG_PHOTO

        static final int PERSON_ACCOUNT__JPEG_PHOTO
        The feature id for the 'Jpeg Photo' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__LABELED_URI

        static final int PERSON_ACCOUNT__LABELED_URI
        The feature id for the 'Labeled URI' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__CAR_LICENSE

        static final int PERSON_ACCOUNT__CAR_LICENSE
        The feature id for the 'Car License' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__TELEPHONE_NUMBER

        static final int PERSON_ACCOUNT__TELEPHONE_NUMBER
        The feature id for the 'Telephone Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__FACSIMILE_TELEPHONE_NUMBER

        static final int PERSON_ACCOUNT__FACSIMILE_TELEPHONE_NUMBER
        The feature id for the 'Facsimile Telephone Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__PAGER

        static final int PERSON_ACCOUNT__PAGER
        The feature id for the 'Pager' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__MOBILE

        static final int PERSON_ACCOUNT__MOBILE
        The feature id for the 'Mobile' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__HOME_POSTAL_ADDRESS

        static final int PERSON_ACCOUNT__HOME_POSTAL_ADDRESS
        The feature id for the 'Home Postal Address' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__POSTAL_ADDRESS

        static final int PERSON_ACCOUNT__POSTAL_ADDRESS
        The feature id for the 'Postal Address' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__ROOM_NUMBER

        static final int PERSON_ACCOUNT__ROOM_NUMBER
        The feature id for the 'Room Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__L

        static final int PERSON_ACCOUNT__L
        The feature id for the 'L' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__LOCALITY_NAME

        static final int PERSON_ACCOUNT__LOCALITY_NAME
        The feature id for the 'Locality Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__ST

        static final int PERSON_ACCOUNT__ST
        The feature id for the 'St' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__STATE_OR_PROVINCE_NAME

        static final int PERSON_ACCOUNT__STATE_OR_PROVINCE_NAME
        The feature id for the 'State Or Province Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__STREET

        static final int PERSON_ACCOUNT__STREET
        The feature id for the 'Street' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__POSTAL_CODE

        static final int PERSON_ACCOUNT__POSTAL_CODE
        The feature id for the 'Postal Code' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__EMPLOYEE_NUMBER

        static final int PERSON_ACCOUNT__EMPLOYEE_NUMBER
        The feature id for the 'Employee Number' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__MANAGER

        static final int PERSON_ACCOUNT__MANAGER
        The feature id for the 'Manager' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__SECRETARY

        static final int PERSON_ACCOUNT__SECRETARY
        The feature id for the 'Secretary' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__DEPARTMENT_NUMBER

        static final int PERSON_ACCOUNT__DEPARTMENT_NUMBER
        The feature id for the 'Department Number' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__TITLE

        static final int PERSON_ACCOUNT__TITLE
        The feature id for the 'Title' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__IBM_JOB_TITLE

        static final int PERSON_ACCOUNT__IBM_JOB_TITLE
        The feature id for the 'Ibm Job Title' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__C

        static final int PERSON_ACCOUNT__C
        The feature id for the 'C' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__COUNTRY_NAME

        static final int PERSON_ACCOUNT__COUNTRY_NAME
        The feature id for the 'Country Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__GIVEN_NAME

        static final int PERSON_ACCOUNT__GIVEN_NAME
        The feature id for the 'Given Name' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__HOME_ADDRESS

        static final int PERSON_ACCOUNT__HOME_ADDRESS
        The feature id for the 'Home Address' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__BUSINESS_ADDRESS

        static final int PERSON_ACCOUNT__BUSINESS_ADDRESS
        The feature id for the 'Business Address' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__DESCRIPTION

        static final int PERSON_ACCOUNT__DESCRIPTION
        The feature id for the 'Description' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__BUSINESS_CATEGORY

        static final int PERSON_ACCOUNT__BUSINESS_CATEGORY
        The feature id for the 'Business Category' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__SEE_ALSO

        static final int PERSON_ACCOUNT__SEE_ALSO
        The feature id for the 'See Also' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT__KERBEROS_ID

        static final int PERSON_ACCOUNT__KERBEROS_ID
        The feature id for the 'Kerberos Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PERSON_ACCOUNT_FEATURE_COUNT

        static final int PERSON_ACCOUNT_FEATURE_COUNT
        The number of structural features of the 'Person Account' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTIES_TYPE__META_DATA

        static final int PROPERTIES_TYPE__META_DATA
        The feature id for the 'Meta Data' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTIES_TYPE__MULTI_VALUED

        static final int PROPERTIES_TYPE__MULTI_VALUED
        The feature id for the 'Multi Valued' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTIES_TYPE__NAME

        static final int PROPERTIES_TYPE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTIES_TYPE_FEATURE_COUNT

        static final int PROPERTIES_TYPE_FEATURE_COUNT
        The number of structural features of the 'Properties Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__REPOSITORY_IDS

        static final int PROPERTY_SCHEMA_TYPE__REPOSITORY_IDS
        The feature id for the 'Repository Ids' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__NS_PREFIX

        static final int PROPERTY_SCHEMA_TYPE__NS_PREFIX
        The feature id for the 'Ns Prefix' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__NS_URI

        static final int PROPERTY_SCHEMA_TYPE__NS_URI
        The feature id for the 'Ns URI' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__APPLICABLE_ENTITY_TYPE_NAMES

        static final int PROPERTY_SCHEMA_TYPE__APPLICABLE_ENTITY_TYPE_NAMES
        The feature id for the 'Applicable Entity Type Names' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__REQUIRED_ENTITY_TYPE_NAMES

        static final int PROPERTY_SCHEMA_TYPE__REQUIRED_ENTITY_TYPE_NAMES
        The feature id for the 'Required Entity Type Names' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__META_DATA

        static final int PROPERTY_SCHEMA_TYPE__META_DATA
        The feature id for the 'Meta Data' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__DATA_TYPE

        static final int PROPERTY_SCHEMA_TYPE__DATA_TYPE
        The feature id for the 'Data Type' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__MULTI_VALUED

        static final int PROPERTY_SCHEMA_TYPE__MULTI_VALUED
        The feature id for the 'Multi Valued' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE__PROPERTY_NAME

        static final int PROPERTY_SCHEMA_TYPE__PROPERTY_NAME
        The feature id for the 'Property Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • PROPERTY_SCHEMA_TYPE_FEATURE_COUNT

        static final int PROPERTY_SCHEMA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Property Schema Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • REQUEST_CONTROL__REQUIRED_INTERACTION_STYLE

        static final int REQUEST_CONTROL__REQUIRED_INTERACTION_STYLE
        The feature id for the 'Required Interaction Style' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • REQUEST_CONTROL__TICKET

        static final int REQUEST_CONTROL__TICKET
        The feature id for the 'Ticket' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • REQUEST_CONTROL_FEATURE_COUNT

        static final int REQUEST_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Request Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RESPONSE_CONTROL__COMPLETE

        static final int RESPONSE_CONTROL__COMPLETE
        The feature id for the 'Complete' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RESPONSE_CONTROL__TICKET

        static final int RESPONSE_CONTROL__TICKET
        The feature id for the 'Ticket' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RESPONSE_CONTROL_FEATURE_COUNT

        static final int RESPONSE_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Response Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROOT_TYPE__CONTEXTS

        static final int ROOT_TYPE__CONTEXTS
        The feature id for the 'Contexts' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROOT_TYPE__ENTITIES

        static final int ROOT_TYPE__ENTITIES
        The feature id for the 'Entities' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROOT_TYPE__CONTROLS

        static final int ROOT_TYPE__CONTROLS
        The feature id for the 'Controls' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROOT_TYPE__SCHEMA

        static final int ROOT_TYPE__SCHEMA
        The feature id for the 'Schema' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROOT_TYPE__VALIDATED

        static final int ROOT_TYPE__VALIDATED
        The feature id for the 'Validated' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ROOT_TYPE_FEATURE_COUNT

        static final int ROOT_TYPE_FEATURE_COUNT
        The number of structural features of the 'Root Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SCHEMA_TYPE__ENTITY_SCHEMA

        static final int SCHEMA_TYPE__ENTITY_SCHEMA
        The feature id for the 'Entity Schema' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SCHEMA_TYPE__PROPERTY_SCHEMA

        static final int SCHEMA_TYPE__PROPERTY_SCHEMA
        The feature id for the 'Property Schema' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SCHEMA_TYPE__EXTENSION_PROPERTY_SCHEMA

        static final int SCHEMA_TYPE__EXTENSION_PROPERTY_SCHEMA
        The feature id for the 'Extension Property Schema' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SCHEMA_TYPE__PROPERTY_DATA_TYPES

        static final int SCHEMA_TYPE__PROPERTY_DATA_TYPES
        The feature id for the 'Property Data Types' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SCHEMA_TYPE_FEATURE_COUNT

        static final int SCHEMA_TYPE_FEATURE_COUNT
        The number of structural features of the 'Schema Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SORT_CONTROL__SORT_KEYS

        static final int SORT_CONTROL__SORT_KEYS
        The feature id for the 'Sort Keys' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SORT_CONTROL__LOCALE

        static final int SORT_CONTROL__LOCALE
        The feature id for the 'Locale' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SORT_CONTROL_FEATURE_COUNT

        static final int SORT_CONTROL_FEATURE_COUNT
        The number of structural features of the 'Sort Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SORT_KEY_TYPE__PROPERTY_NAME

        static final int SORT_KEY_TYPE__PROPERTY_NAME
        The feature id for the 'Property Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SORT_KEY_TYPE__ASCENDING_ORDER

        static final int SORT_KEY_TYPE__ASCENDING_ORDER
        The feature id for the 'Ascending Order' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • SORT_KEY_TYPE_FEATURE_COUNT

        static final int SORT_KEY_TYPE_FEATURE_COUNT
        The number of structural features of the 'Sort Key Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • VIEW_CONTROL__VIEW_NAME

        static final int VIEW_CONTROL__VIEW_NAME
        The feature id for the 'View Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • VIEW_CONTROL_FEATURE_COUNT

        static final int VIEW_CONTROL_FEATURE_COUNT
        The number of structural features of the 'View Control' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • VIEW_IDENTIFIER_TYPE__VIEW_ENTRY_NAME

        static final int VIEW_IDENTIFIER_TYPE__VIEW_ENTRY_NAME
        The feature id for the 'View Entry Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • VIEW_IDENTIFIER_TYPE__VIEW_ENTRY_UNIQUE_ID

        static final int VIEW_IDENTIFIER_TYPE__VIEW_ENTRY_UNIQUE_ID
        The feature id for the 'View Entry Unique Id' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • VIEW_IDENTIFIER_TYPE__VIEW_NAME

        static final int VIEW_IDENTIFIER_TYPE__VIEW_NAME
        The feature id for the 'View Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • VIEW_IDENTIFIER_TYPE_FEATURE_COUNT

        static final int VIEW_IDENTIFIER_TYPE_FEATURE_COUNT
        The number of structural features of the 'View Identifier Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered: