Package org.openforis.collect.mondrian
Class Hierarchy.Level.Closure
- java.lang.Object
-
- org.openforis.collect.mondrian.Hierarchy.Level.Closure
-
- Enclosing class:
- Hierarchy.Level
public static class Hierarchy.Level.Closure 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="Table" type="{}Table"/> </sequence> <attribute name="parentColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="childColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringchildColumnprotected StringparentColumnprotected Tabletable
-
Constructor Summary
Constructors Constructor Description Closure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChildColumn()Gets the value of the childColumn property.StringgetParentColumn()Gets the value of the parentColumn property.TablegetTable()Gets the value of the table property.voidsetChildColumn(String value)Sets the value of the childColumn property.voidsetParentColumn(String value)Sets the value of the parentColumn property.voidsetTable(Table value)Sets the value of the table property.
-
-
-
Method Detail
-
getTable
public Table getTable()
Gets the value of the table property.- Returns:
- possible object is
Table
-
setTable
public void setTable(Table value)
Sets the value of the table property.- Parameters:
value- allowed object isTable
-
getParentColumn
public String getParentColumn()
Gets the value of the parentColumn property.- Returns:
- possible object is
String
-
setParentColumn
public void setParentColumn(String value)
Sets the value of the parentColumn property.- Parameters:
value- allowed object isString
-
getChildColumn
public String getChildColumn()
Gets the value of the childColumn property.- Returns:
- possible object is
String
-
-