|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.api.metastore.XJoinEdge
public class XJoinEdge
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 |
---|
public XJoinEdge()
Method Detail |
---|
public XTableReference getFrom()
XTableReference
public void setFrom(XTableReference value)
value
- allowed object is
XTableReference
public XTableReference getTo()
XTableReference
public void setTo(XTableReference value)
value
- allowed object is
XTableReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |