This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.metastore.XMeasureType (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.api.metastore.XMeasureType

Packages that use XMeasureType
org.apache.lens.api.metastore   
 

Uses of XMeasureType in org.apache.lens.api.metastore
 

Methods in org.apache.lens.api.metastore that return XMeasureType
static XMeasureType XMeasureType.fromValue(String v)
           
 XMeasureType XMeasure.getType()
          Gets the value of the type property.
static XMeasureType XMeasureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XMeasureType[] XMeasureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lens.api.metastore with parameters of type XMeasureType
 void XMeasure.setType(XMeasureType value)
          Sets the value of the type property.
 



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