Uses of Class
org.gcube.vremanagement.vremodeler.resources.Body

Packages that use Body
org.gcube.vremanagement.vremodeler.resources   
org.gcube.vremanagement.vremodeler.resources.kxml   
 

Uses of Body in org.gcube.vremanagement.vremodeler.resources
 

Methods in org.gcube.vremanagement.vremodeler.resources that return Body
 Body GCUBEGenericFunctionalityResource.getBody()
           
 

Methods in org.gcube.vremanagement.vremodeler.resources with parameters of type Body
 void GCUBEGenericFunctionalityResource.setBody(Body body)
           
 

Uses of Body in org.gcube.vremanagement.vremodeler.resources.kxml
 

Methods in org.gcube.vremanagement.vremodeler.resources.kxml that return Body
static Body KBody.load(org.kxml2.io.KXmlParser parser)
           
 

Methods in org.gcube.vremanagement.vremodeler.resources.kxml with parameters of type Body
static void KBody.store(Body component, org.kxml2.io.KXmlSerializer serializer)