org.nakedobjects.metamodel.facets
Interface DecoratingFacet<T extends Facet>

Type Parameters:
T -

public interface DecoratingFacet<T extends Facet>

Provides access to underlying facet that has been decorated.

Originally introduced as a means to allow filtering of facets to get at the underlying facet (eg to locate those that are imperative, that is, abstract a method call to an addToXxx).


Method Summary
 T getDecoratedFacet()
           
 

Method Detail

getDecoratedFacet

T getDecoratedFacet()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.