| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.api.metastore.XFlattenedColumns
public class XFlattenedColumns
LENS will use this type to return all flattened columns reachable from a cube or dimension. This type is not expected to be created by end-users directly.
Java class for x_flattened_columns complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="x_flattened_columns">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="flattened_column" type="{uri:lens:cube:0.1}x_flattened_column" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| XFlattenedColumns() | |
| Method Summary | |
|---|---|
|  List<XFlattenedColumn> | getFlattenedColumn()Gets the value of the flattenedColumn property. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public XFlattenedColumns()
| Method Detail | 
|---|
public List<XFlattenedColumn> getFlattenedColumn()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the flattenedColumn property.
 
 
For example, to add a new item, do as follows:
    getFlattenedColumn().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 XFlattenedColumn
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||