Examples of EDataTypeUniqueEList


Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

     * <!-- end-user-doc -->
   * @generated
   */
    public EList getCoverage() {
    if (coverage == null) {
      coverage = new EDataTypeUniqueEList(String.class, this, Wcs10Package.DESCRIBE_COVERAGE_TYPE__COVERAGE);
    }
    return coverage;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated NOT
   */
  public EList getEnvelope() {
    if (envelope == null) {
      envelope = new EDataTypeUniqueEList(GeneralEnvelope.class, this, Wcs10Package.SPATIAL_DOMAIN_TYPE__ENVELOPE);
    }
    return envelope;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getKeyword() {
    if (keyword == null) {
      keyword = new EDataTypeUniqueEList(String.class, this, Ows10Package.KEYWORDS_TYPE__KEYWORD);
    }
    return keyword;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getOutputFormat() {
    if (outputFormat == null) {
      outputFormat = new EDataTypeUniqueEList(String.class, this, Ows10Package.ACCEPT_FORMATS_TYPE__OUTPUT_FORMAT);
    }
    return outputFormat;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getExceptionText() {
    if (exceptionText == null) {
      exceptionText = new EDataTypeUniqueEList(String.class, this, Ows10Package.EXCEPTION_TYPE__EXCEPTION_TEXT);
    }
    return exceptionText;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getSection() {
    if (section == null) {
      section = new EDataTypeUniqueEList(String.class, this, Ows10Package.SECTIONS_TYPE__SECTION);
    }
    return section;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getVersion() {
    if (version == null) {
      version = new EDataTypeUniqueEList(String.class, this, Ows10Package.ACCEPT_VERSIONS_TYPE__VERSION);
    }
    return version;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getEcfServices() {
    if (ecfServices == null) {
      ecfServices = new EDataTypeUniqueEList(String.class, this, ModelPackage.ISERVICE_TYPE_ID__ECF_SERVICES);
    }
    return ecfServices;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getEcfProtocols() {
    if (ecfProtocols == null) {
      ecfProtocols = new EDataTypeUniqueEList(String.class, this, ModelPackage.ISERVICE_TYPE_ID__ECF_PROTOCOLS);
    }
    return ecfProtocols;
  }
View Full Code Here

Examples of org.eclipse.emf.ecore.util.EDataTypeUniqueEList

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getEcfScopes() {
    if (ecfScopes == null) {
      ecfScopes = new EDataTypeUniqueEList(String.class, this, ModelPackage.ISERVICE_TYPE_ID__ECF_SCOPES);
    }
    return ecfScopes;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.