Uses of Interface
org.gcube.common.resources.Facet

Packages that use Facet
org.gcube.common.resources   
org.gcube.common.resources.bindings   
 

Uses of Facet in org.gcube.common.resources
 

Classes in org.gcube.common.resources that implement Facet
 class BaseFacet
          Partial Facet implementation.
 class TypedFacet
          Partial implementations for Facets managed by JAXB.
 class UntypedFacet
          A Facet with unbound Element data.
 

Methods in org.gcube.common.resources that return Facet
 Facet Resource.facet(QName name)
          Returns a facet with a given name.
 Facet DefaultResource.facet(QName name)
           
 

Methods in org.gcube.common.resources that return types with arguments of type Facet
 Set<Facet> Resource.facets()
          Returns the facets of the resource.
 Set<Facet> DefaultResource.facets()
           
 

Methods in org.gcube.common.resources with parameters of type Facet
 void Resource.setFacet(Facet facet)
          Adds a facet to the resource.
 void DefaultResource.setFacet(Facet facet)
           
 

Uses of Facet in org.gcube.common.resources.bindings
 

Methods in org.gcube.common.resources.bindings that return Facet
 Facet UntypedFacetAdapter.unmarshal(Object object)
           
 

Methods in org.gcube.common.resources.bindings with parameters of type Facet
 Object UntypedFacetAdapter.marshal(Facet facet)
           
 



Copyright © 2012. All Rights Reserved.