Uses of Class
org.openforis.collect.mondrian.Table
-
Packages that use Table Package Description org.openforis.collect.mondrian -
-
Uses of Table in org.openforis.collect.mondrian
Fields in org.openforis.collect.mondrian declared as Table Modifier and Type Field Description protected TableHierarchy.Level.Closure. tableprotected TableHierarchy. tableprotected TableSchema.Cube. tableMethods in org.openforis.collect.mondrian that return Table Modifier and Type Method Description TableObjectFactory. createTable()Create an instance ofTableTableHierarchy. getTable()Gets the value of the table property.TableHierarchy.Level.Closure. getTable()Gets the value of the table property.TableSchema.Cube. getTable()Gets the value of the table property.Methods in org.openforis.collect.mondrian with parameters of type Table Modifier and Type Method Description voidHierarchy.Level.Closure. setTable(Table value)Sets the value of the table property.voidHierarchy. setTable(Table value)Sets the value of the table property.voidSchema.Cube. setTable(Table value)Sets the value of the table property.
-