Package org.openforis.collect.mondrian
Class Hierarchy.Level.Closure
java.lang.Object
org.openforis.collect.mondrian.Hierarchy.Level.Closure
- Enclosing class:
Hierarchy.Level
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the childColumn property.Gets the value of the parentColumn property.getTable()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.voidSets the value of the table property.
-
Field Details
-
table
-
parentColumn
-
childColumn
-
-
Constructor Details
-
Closure
public Closure()
-
-
Method Details
-
getTable
Gets the value of the table property.- Returns:
- possible object is
Table
-
setTable
Sets the value of the table property.- Parameters:
value- allowed object isTable
-
getParentColumn
Gets the value of the parentColumn property.- Returns:
- possible object is
String
-
setParentColumn
Sets the value of the parentColumn property.- Parameters:
value- allowed object isString
-
getChildColumn
Gets the value of the childColumn property.- Returns:
- possible object is
String
-
setChildColumn
Sets the value of the childColumn property.- Parameters:
value- allowed object isString
-