| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.api.metastore.XCube
org.apache.lens.api.metastore.XDerivedCube
public class XDerivedCube
For XDerivedCube, user would specify only the measure names, dimension names and its parent. Derived cube can have a subset of measure names and dimension names of its parent. It can have different properties associated with it than its parent.
Java class for x_derived_cube complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="x_derived_cube">
   <complexContent>
     <extension base="{uri:lens:cube:0.1}x_cube">
       <sequence>
         <element name="measure_names" type="{uri:lens:cube:0.1}x_measure_names" minOccurs="0"/>
         <element name="dim_attr_names" type="{uri:lens:cube:0.1}x_dim_attr_names" minOccurs="0"/>
       </sequence>
       <attribute name="parent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
XDerivedCube()
 | 
|
| Method Summary | |
|---|---|
 XDimAttrNames | 
getDimAttrNames()
Gets the value of the dimAttrNames property.  | 
 XMeasureNames | 
getMeasureNames()
Gets the value of the measureNames property.  | 
 String | 
getParent()
Gets the value of the parent property.  | 
 void | 
setDimAttrNames(XDimAttrNames value)
Sets the value of the dimAttrNames property.  | 
 void | 
setMeasureNames(XMeasureNames value)
Sets the value of the measureNames property.  | 
 void | 
setParent(String value)
Sets the value of the parent property.  | 
| Methods inherited from class org.apache.lens.api.metastore.XCube | 
|---|
getDescription, getName, getProperties, setDescription, setName, setProperties | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public XDerivedCube()
| Method Detail | 
|---|
public XMeasureNames getMeasureNames()
XMeasureNamespublic void setMeasureNames(XMeasureNames value)
value - allowed object is
     XMeasureNamespublic XDimAttrNames getDimAttrNames()
XDimAttrNamespublic void setDimAttrNames(XDimAttrNames value)
value - allowed object is
     XDimAttrNamespublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
     String
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||