org.jaffa.tools.patternmetaengine.domain
Interface AppBuilder

All Superinterfaces:
AppBuilderType, javax.xml.bind.Element
All Known Implementing Classes:
AppBuilderImpl

public interface AppBuilder
extends javax.xml.bind.Element, AppBuilderType

Java content class for app-builder element declaration.

The following schema fragment specifies the expected content contained within this java content object.

 <element name="app-builder">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="app-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="package-prefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="domain-object-path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
           <element name="module" type="{}module" maxOccurs="unbounded"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface org.jaffa.tools.patternmetaengine.domain.AppBuilderType
getAppName, getDomainObjectPath, getModule, getPackagePrefix, setAppName, setPackagePrefix
 



Copyright © 2002-2004 JAFFA Project.