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