Uses of Class
org.gcube.informationsystem.glitebridge.resource.site.Data

Packages that use Data
org.gcube.informationsystem.glitebridge.kimpl.site   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of Data in org.gcube.informationsystem.glitebridge.kimpl.site
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site that return Data
static Data KData.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site with parameters of type Data
static void KData.store(Data data, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of Data in org.gcube.informationsystem.glitebridge.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.resource.site that return types with arguments of type Data
 java.util.List<Data> ServiceType.getData()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type Data
 void ServiceType.setData(java.util.List<Data> data)