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

org.apache.lens.api.metastore
Class XSkewedValueLocation

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

public class XSkewedValueLocation
extends Object

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

XSkewedValueLocation

public XSkewedValueLocation()
Method Detail

getValue

public XSkewColList getValue()
Gets the value of the value property.

Returns:
possible object is XSkewColList

setValue

public void setValue(XSkewColList value)
Sets the value of the value property.

Parameters:
value - allowed object is XSkewColList

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String


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