org.nakedobjects.metamodel.facets.actions.choices
Class ActionParameterChoicesFacetNone

java.lang.Object
  extended by org.nakedobjects.metamodel.facets.FacetAbstract
      extended by org.nakedobjects.metamodel.facets.actions.choices.ActionParameterChoicesFacetAbstract
          extended by org.nakedobjects.metamodel.facets.actions.choices.ActionParameterChoicesFacetNone
All Implemented Interfaces:
ActionParameterChoicesFacet, Facet

public class ActionParameterChoicesFacetNone
extends ActionParameterChoicesFacetAbstract


Constructor Summary
ActionParameterChoicesFacetNone(FacetHolder holder)
           
 
Method Summary
 java.lang.Object[] getChoices(NakedObject inObject)
           
 boolean isNoop()
          Assume implementation is not a no-op.
 
Methods inherited from class org.nakedobjects.metamodel.facets.actions.choices.ActionParameterChoicesFacetAbstract
type
 
Methods inherited from class org.nakedobjects.metamodel.facets.FacetAbstract
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet, toString, toStringValues, unwrapObject, unwrapString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.metamodel.facets.Facet
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, setFacetHolder, setUnderlyingFacet
 

Constructor Detail

ActionParameterChoicesFacetNone

public ActionParameterChoicesFacetNone(FacetHolder holder)
Method Detail

getChoices

public java.lang.Object[] getChoices(NakedObject inObject)

isNoop

public boolean isNoop()
Description copied from class: FacetAbstract
Assume implementation is not a no-op.

No-op implementations should override and return true.

Specified by:
isNoop in interface Facet
Overrides:
isNoop in class FacetAbstract


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