Uses of Class
org.metastopheles.FacetKey

Packages that use FacetKey
org.metastopheles   
 

Uses of FacetKey in org.metastopheles
 

Methods in org.metastopheles that return types with arguments of type FacetKey
 Set<FacetKey<?>> MetaDataObject.getFacetKeys()
          Returns a snapshot of the keys of the facets currently associated with this MetaDataObject.
 

Methods in org.metastopheles with parameters of type FacetKey
<T> T
MetaDataObject.getFacet(FacetKey<T> key)
          Retrieves a facet value associated with this MetaDataObject.
<T> void
MetaDataObject.setFacet(FacetKey<T> key, T value)
          Associates a facet with this MetaDataObject.
 



Copyright © 2011. All Rights Reserved.