Class LogicalModel.PrivateDataFoundation
java.lang.Object
com.codbex.kronos.parser.calculationview.ndb.LogicalModel.PrivateDataFoundation
- Enclosing class:
- LogicalModel
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJoins()Gets the value of the joins property.Gets the value of the layout property.Gets the value of the tableProxies property.voidSets the value of the joins property.voidSets the value of the layout property.voidsetTableProxies(String value) Sets the value of the tableProxies property.
-
Field Details
-
tableProxies
The table proxies. -
joins
The joins. -
layout
The layout.
-
-
Constructor Details
-
PrivateDataFoundation
public PrivateDataFoundation()
-
-
Method Details
-
getTableProxies
Gets the value of the tableProxies property.- Returns:
- possible object is
String
-
setTableProxies
Sets the value of the tableProxies property.- Parameters:
value- allowed object isString
-
getJoins
Gets the value of the joins property.- Returns:
- possible object is
String
-
setJoins
Sets the value of the joins property.- Parameters:
value- allowed object isString
-
getLayout
Gets the value of the layout property.- Returns:
- possible object is
LogicalModel.PrivateDataFoundation.Layout
-
setLayout
Sets the value of the layout property.- Parameters:
value- allowed object isLogicalModel.PrivateDataFoundation.Layout
-