Class LogicalModel.PrivateDataFoundation

java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.PrivateDataFoundation
Enclosing class:
LogicalModel

public static class LogicalModel.PrivateDataFoundation extends Object
Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tableProxies" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="joins" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="layout">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="shapes" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>