|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.api.metastore.XSkewedValueLocation
public class XSkewedValueLocation
Map of the list of values to location.
Java class for x_skewed_value_location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_skewed_value_location">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{uri:lens:cube:0.1}x_skew_col_list"/>
</sequence>
<attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XSkewedValueLocation()
|
|
| Method Summary | |
|---|---|
String |
getLocation()
Gets the value of the location property. |
XSkewColList |
getValue()
Gets the value of the value property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setValue(XSkewColList value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSkewedValueLocation()
| Method Detail |
|---|
public XSkewColList getValue()
XSkewColListpublic void setValue(XSkewColList value)
value - allowed object is
XSkewColListpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||