Package org.locationtech.udig.printing.model

Examples of org.locationtech.udig.printing.model.Element


     * @generated
     */
    protected Object doSwitch(int classifierID, EObject theEObject) {
        switch (classifierID) {
            case ModelPackage.ELEMENT: {
                Element element = (Element)theEObject;
                Object result = caseElement(element);
                if (result == null) result = defaultCase(theEObject);
                return result;
            }
            case ModelPackage.PAGE: {
View Full Code Here


                if (result == null) result = caseElement(connection);
                if (result == null) result = defaultCase(theEObject);
                return result;
            }
            case ModelPackage.ELEMENT: {
                Element element = (Element)theEObject;
                T result = caseElement(element);
                if (result == null) result = defaultCase(theEObject);
                return result;
            }
            case ModelPackage.PAGE: {
View Full Code Here

TOP

Related Classes of org.locationtech.udig.printing.model.Element

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.