Uses of Class
org.palo.api.Property

Packages that use Property
org.palo.api   
 

Uses of Property in org.palo.api
 

Methods in org.palo.api with parameters of type Property
 CubeView Cube.addCubeView(java.lang.String name, Property[] properties)
          Adds a new cube view to this cube.
 CubeView Cube.addCubeView(java.lang.String id, java.lang.String name, Property[] properties)
          Deprecated. please use Cube.addCubeView(String, Property[]) instead
 void CubeView.addProperty(Property property)
          Adds the given Property object to this CubeView.
 void CubeView.removeProperty(Property property)
          Removes the property specified by the given Property object from this CubeView.