Package org.geotools.xml.filter

Examples of org.geotools.xml.filter.FilterComplexTypes$SortOrderType


     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
     * @generated
     */
    public void setSortOrder(SortOrderType newSortOrder) {
        SortOrderType oldSortOrder = sortOrder;
        sortOrder = newSortOrder == null ? SORT_ORDER_EDEFAULT : newSortOrder;
        boolean oldSortOrderESet = sortOrderESet;
        sortOrderESet = true;
        if (eNotificationRequired())
            eNotify(new ENotificationImpl(this, Notification.SET, Fes20Package.SORT_PROPERTY_TYPE__SORT_ORDER, oldSortOrder, sortOrder, !oldSortOrderESet));
View Full Code Here


     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
     * @generated
     */
    public void unsetSortOrder() {
        SortOrderType oldSortOrder = sortOrder;
        boolean oldSortOrderESet = sortOrderESet;
        sortOrder = SORT_ORDER_EDEFAULT;
        sortOrderESet = false;
        if (eNotificationRequired())
            eNotify(new ENotificationImpl(this, Notification.UNSET, Fes20Package.SORT_PROPERTY_TYPE__SORT_ORDER, oldSortOrder, SORT_ORDER_EDEFAULT, oldSortOrderESet));
View Full Code Here

TOP

Related Classes of org.geotools.xml.filter.FilterComplexTypes$SortOrderType

Copyright © 2018 www.massapicom. 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.