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

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

Packages that use XProperty
org.apache.lens.api.metastore   
org.apache.lens.server.metastore   
 

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

Methods in org.apache.lens.api.metastore that return XProperty
 XProperty ObjectFactory.createXProperty()
          Create an instance of XProperty
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XProperty
 List<XProperty> XProperties.getProperty()
          Gets the value of the property property.
 

Uses of XProperty in org.apache.lens.server.metastore
 

Methods in org.apache.lens.server.metastore that return types with arguments of type XProperty
static List<XProperty> JAXBUtils.xPropertiesFromMap(Map<String,String> map)
          Convert string map to XProperties
 



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