Package test.cyclic.types

Examples of test.cyclic.types.Sun


  public YangFactory getYangFactory() {
    return factory;
  }

  public void run1() {
    Sun test = getYangFactory().makeSun_Pong(getYangFactory().makeMoon_Ping(getYangFactory().makeSun_Shi()));
  }
View Full Code Here

TOP

Related Classes of test.cyclic.types.Sun

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.