Examples of EDataTypeEList


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

     *
     * @generated
     */
    public EList getViewParams() {
        if (viewParams == null) {
            viewParams = (EList) new EDataTypeEList(Map.class, this,
                    WfsPackage.GET_FEATURE_TYPE__VIEW_PARAMS);
        }
        return viewParams;
    }
View Full Code Here

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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