This project has retired. For details please refer to its Attic page.
XFlattenedColumns (Lens 2.0.1-beta-incubating API)

org.apache.lens.api.metastore
Class XFlattenedColumns

java.lang.Object
  extended by org.apache.lens.api.metastore.XFlattenedColumns

public class XFlattenedColumns
extends Object

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

XFlattenedColumns

public XFlattenedColumns()
Method Detail

getFlattenedColumn

public List<XFlattenedColumn> getFlattenedColumn()
Gets the value of the flattenedColumn property.

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



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.