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

org.apache.lens.api.metastore
Class XJoinPath

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

public class XJoinPath
extends Object

Represents a path associated with chain.

Java class for x_join_path complex type.

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

 <complexType name="x_join_path">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="edges" type="{uri:lens:cube:0.1}x_join_edges"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XJoinPath()
           
 
Method Summary
 XJoinEdges getEdges()
          Gets the value of the edges property.
 void setEdges(XJoinEdges value)
          Sets the value of the edges property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XJoinPath

public XJoinPath()
Method Detail

getEdges

public XJoinEdges getEdges()
Gets the value of the edges property.

Returns:
possible object is XJoinEdges

setEdges

public void setEdges(XJoinEdges value)
Sets the value of the edges property.

Parameters:
value - allowed object is XJoinEdges


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