Package fr.tm.elibel.smartqvt.message

Examples of fr.tm.elibel.smartqvt.message.Information


        if (result == null) result = caseMessage(warning);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
      case MessagePackage.INFORMATION: {
        Information information = (Information)theEObject;
        Object result = caseInformation(information);
        if (result == null) result = caseMessage(information);
        if (result == null) result = defaultCase(theEObject);
        return result;
      }
View Full Code Here

TOP

Related Classes of fr.tm.elibel.smartqvt.message.Information

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.