org.nakedobjects.metamodel.java5
Class ImperativeFacetUtils

java.lang.Object
  extended by org.nakedobjects.metamodel.java5.ImperativeFacetUtils

public final class ImperativeFacetUtils
extends java.lang.Object


Nested Class Summary
static class ImperativeFacetUtils.ImperativeFacetFlags
           
 
Method Summary
static ImperativeFacet getImperativeFacet(Facet facet)
          Returns the provided facet as an ImperativeFacet if it either is one or if it is a DecoratingFacet that in turn wraps an ImperativeFacet.
static ImperativeFacetUtils.ImperativeFacetFlags getImperativeFacetFlags(NakedObjectMember member, java.lang.reflect.Method method)
           
static boolean isImperativeFacet(Facet facet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getImperativeFacet

public static ImperativeFacet getImperativeFacet(Facet facet)
Returns the provided facet as an ImperativeFacet if it either is one or if it is a DecoratingFacet that in turn wraps an ImperativeFacet.

Otherwise, returns null.


isImperativeFacet

public static boolean isImperativeFacet(Facet facet)

getImperativeFacetFlags

public static ImperativeFacetUtils.ImperativeFacetFlags getImperativeFacetFlags(NakedObjectMember member,
                                                                                java.lang.reflect.Method method)


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