Package org.openbp.core.model.item.type

Examples of org.openbp.core.model.item.type.SimpleTypeItemImpl


     *
     * @return The object
     */
    private Object createTestObject()
    {
      SimpleTypeItemImpl stringType = new SimpleTypeItemImpl();
      stringType.setJavaClass(String.class);
      stringType.setClassName(String.class.getName());

      ComplexTypeItemImpl type = new ComplexTypeItemImpl();
      type.setName("TestType");
      type.setDisplayName("Test Type");
      type.setDescription("A test data type object");
View Full Code Here

TOP

Related Classes of org.openbp.core.model.item.type.SimpleTypeItemImpl

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.