Uses of Class
org.gcube.contentmanagement.gcubemodellibrary.elements.GCubeElementProperty

Packages that use GCubeElementProperty
org.gcube.contentmanagement.gcubemodellibrary.elements   
 

Uses of GCubeElementProperty in org.gcube.contentmanagement.gcubemodellibrary.elements
 

Methods in org.gcube.contentmanagement.gcubemodellibrary.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(java.lang.String key)
          Returns a generic property of the element.
 GCubeElementProperty BaseElement.property(java.lang.String key)
          Returns a generic property of the element.
 GCubeElementProperty BaseElement.removeProperty(java.lang.String key)
          Remove a generic property of the element.
 

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

Methods in org.gcube.contentmanagement.gcubemodellibrary.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.