⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 com.sun.java.xml.ns.j2ee.ecore

📁 jsp开发 com.objectlearn.jdt.j2ee_3.0.1
💻 ECORE
📖 第 1 页 / 共 5 页
字号:
        <details key="namespace" value="##targetNamespace"/>
      </eAnnotations>
    </eStructuralFeatures>
    <eStructuralFeatures xsi:type="ecore:EReference" name="cmrFieldName" lowerBound="1"
        eType="#//String" containment="true">
      <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
        <details key="documentation" value="&#xD;&#xA;&#xD;&#xA;&#x9;    The cmr-field-name element specifies the name of a&#xD;&#xA;&#x9;    logical relationship field in the entity bean&#xD;&#xA;&#x9;    class. The name of the cmr-field must begin with a&#xD;&#xA;&#x9;    lowercase letter. This field is accessed by methods&#xD;&#xA;&#x9;    whose names consist of the name of the field&#xD;&#xA;&#x9;    specified by cmr-field-name in which the first&#xD;&#xA;&#x9;    letter is uppercased, prefixed by &quot;get&quot; or &quot;set&quot;.&#xD;&#xA;&#xD;&#xA;&#x9;  "/>
      </eAnnotations>
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="element"/>
        <details key="name" value="cmr-field-name"/>
        <details key="namespace" value="##targetNamespace"/>
      </eAnnotations>
    </eStructuralFeatures>
    <eStructuralFeatures xsi:type="ecore:EReference" name="cmrFieldType" eType="#//CmrFieldTypeType"
        containment="true">
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="element"/>
        <details key="name" value="cmr-field-type"/>
        <details key="namespace" value="##targetNamespace"/>
      </eAnnotations>
    </eStructuralFeatures>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
        iD="true">
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="attribute"/>
        <details key="name" value="id"/>
      </eAnnotations>
    </eStructuralFeatures>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="CmrFieldTypeType" eSuperTypes="#//String">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="&#xD;&#xA;&#xD;&#xA;&#x9;The cmr-field-type element specifies the class of a&#xD;&#xA;&#x9;collection-valued logical relationship field in the entity&#xD;&#xA;&#x9;bean class. The value of an element using cmr-field-typeType&#xD;&#xA;&#x9;must be either: java.util.Collection or java.util.Set.&#xD;&#xA;&#xD;&#xA;      "/>
    </eAnnotations>
    <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
      <details key="name" value="cmr-field-typeType"/>
      <details key="kind" value="simple"/>
    </eAnnotations>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyNameType" eSuperTypes="#//XsdStringType">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="&#xD;&#xA;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;  The config-property-nameType contains the name of a&#xD;&#xA;&#x9;  configuration property.&#xD;&#xA;&#xD;&#xA;&#x9;  The connector architecture defines a set of well-defined&#xD;&#xA;&#x9;  properties all of type java.lang.String. These are as&#xD;&#xA;&#x9;  follows.&#xD;&#xA;&#xD;&#xA;&#x9;       ServerName&#xD;&#xA;&#x9;       PortNumber&#xD;&#xA;&#x9;       UserName&#xD;&#xA;&#x9;       Password&#xD;&#xA;&#x9;       ConnectionURL&#xD;&#xA;&#xD;&#xA;&#x9;  A resource adapter provider can extend this property set to&#xD;&#xA;&#x9;  include properties specific to the resource adapter and its&#xD;&#xA;&#x9;  underlying EIS.&#xD;&#xA;&#xD;&#xA;&#x9;  Possible values include&#xD;&#xA;&#x9;&#x9;  ServerName&#xD;&#xA;&#x9;&#x9;  PortNumber&#xD;&#xA;&#x9;&#x9;  UserName&#xD;&#xA;&#x9;&#x9;  Password&#xD;&#xA;&#x9;&#x9;  ConnectionURL&#xD;&#xA;&#xD;&#xA;&#x9;  Example: &amp;lt;config-property-name&amp;gt;ServerName&amp;lt;/config-property-name&amp;gt;&#xD;&#xA;&#xD;&#xA;&#x9;  &#xD;&#xA;      "/>
    </eAnnotations>
    <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
      <details key="name" value="config-property-nameType"/>
      <details key="kind" value="simple"/>
    </eAnnotations>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyType">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="&#xD;&#xA;&#xD;&#xA;&#x9;The config-propertyType contains a declaration of a single&#xD;&#xA;&#x9;configuration property that may be used for providing&#xD;&#xA;&#x9;configuration information.&#xD;&#xA;&#xD;&#xA;&#x9;The declaration consists of an optional description, name,&#xD;&#xA;&#x9;type and an optional value of the configuration property. If&#xD;&#xA;&#x9;the resource adapter provider does not specify a value than&#xD;&#xA;&#x9;the deployer is responsible for providing a valid value for&#xD;&#xA;&#x9;a configuration property.&#xD;&#xA;&#xD;&#xA;&#x9;Any bounds or well-defined values of properties should be&#xD;&#xA;&#x9;described in the description element.&#xD;&#xA;&#xD;&#xA;      "/>
    </eAnnotations>
    <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
      <details key="name" value="config-propertyType"/>
      <details key="kind" value="elementOnly"/>
    </eAnnotations>
    <eStructuralFeatures xsi:type="ecore:EReference" name="description" upperBound="-1"
        eType="#//DescriptionType" containment="true">
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="element"/>
        <details key="name" value="description"/>
        <details key="namespace" value="##targetNamespace"/>
      </eAnnotations>
    </eStructuralFeatures>
    <eStructuralFeatures xsi:type="ecore:EReference" name="configPropertyName" lowerBound="1"
        eType="#//ConfigPropertyNameType" containment="true">
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="element"/>
        <details key="name" value="config-property-name"/>
        <details key="namespace" value="##targetNamespace"/>
      </eAnnotations>
    </eStructuralFeatures>
    <eStructuralFeatures xsi:type="ecore:EReference" name="configPropertyType" lowerBound="1"
        eType="#//ConfigPropertyTypeType" containment="true">
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="element"/>
        <details key="name" value="config-property-type"/>
        <details key="namespace" value="##targetNamespace"/>
      </eAnnotations>
    </eStructuralFeatures>
    <eStructuralFeatures xsi:type="ecore:EReference" name="configPropertyValue" eType="#//XsdStringType"
        containment="true">
      <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
        <details key="documentation" value="&#xD;&#xA;&#x9;    &#xD;&#xA;&#xD;&#xA;&#x9;      The element config-property-value contains the value&#xD;&#xA;&#x9;      of a configuration entry. Note, it is possible for a&#xD;&#xA;&#x9;      resource adapter deployer to override this&#xD;&#xA;&#x9;      configuration information during deployment.&#xD;&#xA;&#xD;&#xA;&#x9;      Example:&#xD;&#xA;&#x9;      &amp;lt;config-property-value&amp;gt;WombatServer&amp;lt;/config-property-value&amp;gt;&#xD;&#xA;&#xD;&#xA;&#x9;      &#xD;&#xA;&#x9;  "/>
      </eAnnotations>
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="element"/>
        <details key="name" value="config-property-value"/>
        <details key="namespace" value="##targetNamespace"/>
      </eAnnotations>
    </eStructuralFeatures>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID"
        iD="true">
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="attribute"/>
        <details key="name" value="id"/>
      </eAnnotations>
    </eStructuralFeatures>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyTypeType" eSuperTypes="#//String">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="&#xD;&#xA;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;  The config-property-typeType contains the fully&#xD;&#xA;&#x9;  qualified Java type of a configuration property.&#xD;&#xA;&#xD;&#xA;&#x9;  The following are the legal values:&#xD;&#xA;&#x9;     java.lang.Boolean, java.lang.String, java.lang.Integer,&#xD;&#xA;&#x9;     java.lang.Double, java.lang.Byte, java.lang.Short,&#xD;&#xA;&#x9;     java.lang.Long, java.lang.Float, java.lang.Character&#xD;&#xA;&#xD;&#xA;&#x9;  Used in: config-property&#xD;&#xA;&#xD;&#xA;&#x9;  Example:&#xD;&#xA;&#x9;  &amp;lt;config-property-type&amp;gt;java.lang.String&amp;lt;/config-property-type&amp;gt;&#xD;&#xA;&#xD;&#xA;&#x9;  &#xD;&#xA;      "/>
    </eAnnotations>
    <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
      <details key="name" value="config-property-typeType"/>
      <details key="kind" value="simple"/>
    </eAnnotations>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ConnectionDefinitionType">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="&#xD;&#xA;&#xD;&#xA;&#x9;The connection-definitionType defines a set of connection&#xD;&#xA;&#x9;interfaces and classes pertaining to a particular connection&#xD;&#xA;&#x9;type. This also includes configurable properties for&#xD;&#xA;&#x9;ManagedConnectionFactory instances that may be produced out&#xD;&#xA;&#x9;of this set.&#xD;&#xA;&#xD;&#xA;      "/>
    </eAnnotations>
    <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
      <details key="name" value="connection-definitionType"/>
      <details key="kind" value="elementOnly"/>
    </eAnnotations>
    <eStructuralFeatures xsi:type="ecore:EReference" name="managedconnectionfactoryClass"
        lowerBound="1" eType="#//FullyQualifiedClassType" containment="true">
      <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
        <details key="documentation" value="&#xD;&#xA;&#x9;    &#xD;&#xA;&#xD;&#xA;&#x9;      The element managedconnectionfactory-class specifies&#xD;&#xA;&#x9;      the fully qualified name of the Java class that&#xD;&#xA;&#x9;      implements the&#xD;&#xA;&#x9;      javax.resource.spi.ManagedConnectionFactory interface.&#xD;&#xA;&#x9;      This Java class is provided as part of resource&#xD;&#xA;&#x9;      adapter's implementation of connector architecture&#xD;&#xA;&#x9;      specified contracts. The implementation of this&#xD;&#xA;&#x9;      class is required to be a JavaBean.&#xD;&#xA;&#xD;&#xA;&#x9;      Example:&#xD;&#xA;&#x9;      &amp;lt;managedconnectionfactory-class&amp;gt;&#xD;&#xA;&#x9;&#x9;  com.wombat.ManagedConnectionFactoryImpl&#xD;&#xA;&#x9;      &amp;lt;/managedconnectionfactory-class&amp;gt;&#xD;&#xA;&#xD;&#xA;&#x9;      &#xD;&#xA;&#x9;  "/>
      </eAnnotations>
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="element"/>
        <details key="name" value="managedconnectionfactory-class"/>
        <details key="namespace" value="##targetNamespace"/>
      </eAnnotations>
    </eStructuralFeatures>
    <eStructuralFeatures xsi:type="ecore:EReference" name="configProperty" upperBound="-1"
        eType="#//ConfigPropertyType" containment="true">
      <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
        <details key="kind" value="element"/>
        <details key="name" value="config-property"/>
        <details key="namespace" value

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -