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

org.apache.lens.api.metastore
Class XFlattenedColumn

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

public class XFlattenedColumn
extends Object

Java class for x_flattened_column complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_flattened_column">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="measure" type="{uri:lens:cube:0.1}x_measure"/>
         <element name="expression" type="{uri:lens:cube:0.1}x_expr_column"/>
         <element name="dim_attribute" type="{uri:lens:cube:0.1}x_dim_attribute"/>
       </choice>
       <attribute name="table_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="chain_name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XFlattenedColumn()
           
 
Method Summary
 String getChainName()
          Gets the value of the chainName property.
 XDimAttribute getDimAttribute()
          Gets the value of the dimAttribute property.
 XExprColumn getExpression()
          Gets the value of the expression property.
 XMeasure getMeasure()
          Gets the value of the measure property.
 String getTableName()
          Gets the value of the tableName property.
 void setChainName(String value)
          Sets the value of the chainName property.
 void setDimAttribute(XDimAttribute value)
          Sets the value of the dimAttribute property.
 void setExpression(XExprColumn value)
          Sets the value of the expression property.
 void setMeasure(XMeasure value)
          Sets the value of the measure property.
 void setTableName(String value)
          Sets the value of the tableName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFlattenedColumn

public XFlattenedColumn()
Method Detail

getMeasure

public XMeasure getMeasure()
Gets the value of the measure property.

Returns:
possible object is XMeasure

setMeasure

public void setMeasure(XMeasure value)
Sets the value of the measure property.

Parameters:
value - allowed object is XMeasure

getExpression

public XExprColumn getExpression()
Gets the value of the expression property.

Returns:
possible object is XExprColumn

setExpression

public void setExpression(XExprColumn value)
Sets the value of the expression property.

Parameters:
value - allowed object is XExprColumn

getDimAttribute

public XDimAttribute getDimAttribute()
Gets the value of the dimAttribute property.

Returns:
possible object is XDimAttribute

setDimAttribute

public void setDimAttribute(XDimAttribute value)
Sets the value of the dimAttribute property.

Parameters:
value - allowed object is XDimAttribute

getTableName

public String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

setTableName

public void setTableName(String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

getChainName

public String getChainName()
Gets the value of the chainName property.

Returns:
possible object is String

setChainName

public void setChainName(String value)
Sets the value of the chainName property.

Parameters:
value - allowed object is String


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