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

org.apache.lens.api.metastore
Class XDimAttribute.RefSpec

java.lang.Object
  extended by org.apache.lens.api.metastore.XDimAttribute.RefSpec
Enclosing class:
XDimAttribute

public static class XDimAttribute.RefSpec
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="table_references" type="{uri:lens:cube:0.1}x_table_references"/>
         <element name="chain_ref_column" type="{uri:lens:cube:0.1}x_chain_column"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XDimAttribute.RefSpec()
           
 
Method Summary
 XChainColumn getChainRefColumn()
          Gets the value of the chainRefColumn property.
 XTableReferences getTableReferences()
          Gets the value of the tableReferences property.
 void setChainRefColumn(XChainColumn value)
          Sets the value of the chainRefColumn property.
 void setTableReferences(XTableReferences value)
          Sets the value of the tableReferences property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDimAttribute.RefSpec

public XDimAttribute.RefSpec()
Method Detail

getTableReferences

public XTableReferences getTableReferences()
Gets the value of the tableReferences property.

Returns:
possible object is XTableReferences

setTableReferences

public void setTableReferences(XTableReferences value)
Sets the value of the tableReferences property.

Parameters:
value - allowed object is XTableReferences

getChainRefColumn

public XChainColumn getChainRefColumn()
Gets the value of the chainRefColumn property.

Returns:
possible object is XChainColumn

setChainRefColumn

public void setChainRefColumn(XChainColumn value)
Sets the value of the chainRefColumn property.

Parameters:
value - allowed object is XChainColumn


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