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

org.apache.lens.api.metastore
Class XJoinEdge

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

public class XJoinEdge
extends Object

Represents an edge associated with join path.

Java class for x_join_edge complex type.

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

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


Constructor Summary
XJoinEdge()
           
 
Method Summary
 XTableReference getFrom()
          Gets the value of the from property.
 XTableReference getTo()
          Gets the value of the to property.
 void setFrom(XTableReference value)
          Sets the value of the from property.
 void setTo(XTableReference value)
          Sets the value of the to property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XJoinEdge

public XJoinEdge()
Method Detail

getFrom

public XTableReference getFrom()
Gets the value of the from property.

Returns:
possible object is XTableReference

setFrom

public void setFrom(XTableReference value)
Sets the value of the from property.

Parameters:
value - allowed object is XTableReference

getTo

public XTableReference getTo()
Gets the value of the to property.

Returns:
possible object is XTableReference

setTo

public void setTo(XTableReference value)
Sets the value of the to property.

Parameters:
value - allowed object is XTableReference


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