Package com.m11n.android.model

Examples of com.m11n.android.model.AddOn


    {
      item = new Platform();
    }
    else if(AddOn.ELEMENT_NAME.equals(parent.getNodeName()))
    {
      item = new AddOn();
    }
    else if(Extra.ELEMENT_NAME.equals(parent.getNodeName()))
    {
      item = new Extra();
    }
View Full Code Here

TOP

Related Classes of com.m11n.android.model.AddOn

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.