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

org.apache.lens.api.metastore
Class XExprColumn

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

public class XExprColumn
extends Object

An expression column

Java class for x_expr_column complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_expr_column">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="display_string" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="expr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XExprColumn()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getDisplayString()
          Gets the value of the displayString property.
 String getExpr()
          Gets the value of the expr property.
 String getName()
          Gets the value of the name property.
 String getType()
          Gets the value of the type property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDisplayString(String value)
          Sets the value of the displayString property.
 void setExpr(String value)
          Sets the value of the expr property.
 void setName(String value)
          Sets the value of the name property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XExprColumn

public XExprColumn()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDisplayString

public String getDisplayString()
Gets the value of the displayString property.

Returns:
possible object is String

setDisplayString

public void setDisplayString(String value)
Sets the value of the displayString property.

Parameters:
value - allowed object is String

getExpr

public String getExpr()
Gets the value of the expr property.

Returns:
possible object is String

setExpr

public void setExpr(String value)
Sets the value of the expr property.

Parameters:
value - allowed object is String


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