Examples of EDataTypeUniqueEList


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

   * <!-- end-user-doc -->
     * @generated
     */
  public EList getFunction() {
        if (function == null) {
            function = new EDataTypeUniqueEList(Function.class, this, WfsPackage.QUERY_TYPE__FUNCTION);
        }
        return function;
    }
View Full Code Here

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

   * <!-- end-user-doc -->
     * @generated
     */
  public EList getSortBy() {
        if (sortBy == null) {
            sortBy = new EDataTypeUniqueEList(SortBy.class, this, WfsPackage.QUERY_TYPE__SORT_BY);
        }
        return sortBy;
    }
View Full Code Here

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

   * <!-- end-user-doc -->
     * @generated
     */
  public EList getTypeName() {
        if (typeName == null) {
            typeName = new EDataTypeUniqueEList(QName.class, this, WfsPackage.DESCRIBE_FEATURE_TYPE_TYPE__TYPE_NAME);
        }
        return typeName;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getData() {
        if (data == null) {
            data = new EDataTypeUniqueEList(Object.class, this, Wps10Package.COMPLEX_DATA_TYPE__DATA);
        }
        return data;
    }
View Full Code Here

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

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

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

   * <!-- end-user-doc -->
     * @generated
     */
  public EList getFeature() {
        if (feature == null) {
            feature = new EDataTypeUniqueEList(FeatureCollection.class, this, WfsPackage.FEATURE_COLLECTION_TYPE__FEATURE);
        }
        return feature;
    }
View Full Code Here

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

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

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

   * <!-- end-user-doc -->
     * @generated
     */
  public EList getFeatureId() {
        if (featureId == null) {
            featureId = new EDataTypeUniqueEList(FeatureId.class, this, WfsPackage.INSERTED_FEATURE_TYPE__FEATURE_ID);
        }
        return featureId;
    }
View Full Code Here

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

   * <!-- end-user-doc -->
     * @generated
     */
  public EList getFeature() {
        if (feature == null) {
            feature = new EDataTypeUniqueEList(Object.class, this, WfsPackage.INSERT_ELEMENT_TYPE__FEATURE);
        }
        return feature;
    }
View Full Code Here

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

   * <!-- end-user-doc -->
     * @generated
     */
  public EList getFeatureId() {
        if (featureId == null) {
            featureId = new EDataTypeUniqueEList(FeatureId.class, this, WfsPackage.FEATURES_NOT_LOCKED_TYPE__FEATURE_ID);
        }
        return featureId;
    }
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.