Uses of Interface
org.palo.api.Writable

Packages that use Writable
org.palo.api   
org.palo.api.impl   
org.palo.api.subsets   
 

Uses of Writable in org.palo.api
 

Subinterfaces of Writable in org.palo.api
 interface Connection
          Connection Instances of this class represent a session/connection with a PALO server.
 interface Cube
          Cube A Cube instance corresponds to a PALO cube.
 interface Database
          Database Instances of this class represent a database on a PALO server.
 interface Dimension
          Dimension.
 interface Element
          Element.
 interface Hierarchy
          Hierarchy A hierarchy organizes dimensions with different element consolidations in a cube.
 interface PaloObject
          PaloObject A palo object extends the NamedEntity interface by adding an identifier to it.
 interface Property2
          Propery2 Property2 objects can be added to PaloObjects in order to attribute additional information to them.
 

Uses of Writable in org.palo.api.impl
 

Classes in org.palo.api.impl that implement Writable
 class ConnectionImpl
           TODO DOCUMENT ME
 class HierarchyImpl
           TODO DOCUMENT ME
 class Property2Impl
           
 

Uses of Writable in org.palo.api.subsets
 

Subinterfaces of Writable in org.palo.api.subsets
 interface Subset2
          Subset2 A new subset definition which corresponds to the subset definitions specified by Jedox (and its excel client).