Uses of Class
org.gcube.data.gml.elements.GCubeElementProperty

Packages that use GCubeElementProperty
org.gcube.data.gml.elements   
 

Uses of GCubeElementProperty in org.gcube.data.gml.elements
 

Methods in org.gcube.data.gml.elements that return GCubeElementProperty
 GCubeElementProperty BaseElement.addProperty(GCubeElementProperty property)
          Adds a generic property to the element, replacing any property with the same key.
 GCubeElementProperty GCubeElement.property(String key)
          Returns a generic property of the element.
 GCubeElementProperty BaseElement.property(String key)
          Returns a generic property of the element.
 GCubeElementProperty BaseElement.removeProperty(String key)
          Remove a generic property of the element.
 

Methods in org.gcube.data.gml.elements that return types with arguments of type GCubeElementProperty
 Map<String,GCubeElementProperty> GCubeElement.properties()
          Returns the generic properties of the element.
 Map<String,GCubeElementProperty> BaseElement.properties()
          Returns the generic properties of the element.
 

Methods in org.gcube.data.gml.elements with parameters of type GCubeElementProperty
 GCubeElementProperty BaseElement.addProperty(GCubeElementProperty property)
          Adds a generic property to the element, replacing any property with the same key.
 



Copyright © 2012. All Rights Reserved.