|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.api.metastore.XDimAttribute.RefSpec
public static class XDimAttribute.RefSpec
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 |
---|
public XDimAttribute.RefSpec()
Method Detail |
---|
public XTableReferences getTableReferences()
XTableReferences
public void setTableReferences(XTableReferences value)
value
- allowed object is
XTableReferences
public XChainColumn getChainRefColumn()
XChainColumn
public void setChainRefColumn(XChainColumn value)
value
- allowed object is
XChainColumn
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |