Examples of EDataTypeEList


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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getSupportedCRS() {
        if (supportedCRS == null) {
            supportedCRS = new EDataTypeEList(String.class, this, Wcs111Package.COVERAGE_DESCRIPTION_TYPE__SUPPORTED_CRS);
        }
        return supportedCRS;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getSupportedFormat() {
        if (supportedFormat == null) {
            supportedFormat = new EDataTypeEList(String.class, this, Wcs111Package.COVERAGE_DESCRIPTION_TYPE__SUPPORTED_FORMAT);
        }
        return supportedFormat;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getPolygon() {
        if (polygon == null) {
            polygon = new EDataTypeEList(Object.class, this, Wcs111Package.SPATIAL_DOMAIN_TYPE__POLYGON);
        }
        return polygon;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getKey() {
        if (key == null) {
            key = new EDataTypeEList(String.class, this, Wcs111Package.AVAILABLE_KEYS_TYPE__KEY);
        }
        return key;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getKey() {
        if (key == null) {
            key = new EDataTypeEList(String.class, this, Wcs111Package.AXIS_SUBSET_TYPE__KEY);
        }
        return key;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getSupportedCRS() {
        if (supportedCRS == null) {
            supportedCRS = new EDataTypeEList(String.class, this, Wcs111Package.COVERAGE_SUMMARY_TYPE__SUPPORTED_CRS);
        }
        return supportedCRS;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getSupportedFormat() {
        if (supportedFormat == null) {
            supportedFormat = new EDataTypeEList(String.class, this, Wcs111Package.COVERAGE_SUMMARY_TYPE__SUPPORTED_FORMAT);
        }
        return supportedFormat;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getIdentifier() {
        if (identifier == null) {
            identifier = new EDataTypeEList(String.class, this, Wcs111Package.DESCRIBE_COVERAGE_TYPE__IDENTIFIER);
        }
        return identifier;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getSupportedCRS() {
        if (supportedCRS == null) {
            supportedCRS = new EDataTypeEList(String.class, this, Wcs111Package.CONTENTS_TYPE__SUPPORTED_CRS);
        }
        return supportedCRS;
    }
View Full Code Here

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

     * <!-- end-user-doc -->
     * @generated
     */
    public EList getSupportedFormat() {
        if (supportedFormat == null) {
            supportedFormat = new EDataTypeEList(String.class, this, Wcs111Package.CONTENTS_TYPE__SUPPORTED_FORMAT);
        }
        return supportedFormat;
    }
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.