All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.metamodel.facets.actions.choices.ActionChoicesFacet Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.actions.choices;

import org.nakedobjects.metamodel.adapter.NakedObject;
import org.nakedobjects.metamodel.facets.Facet;


/**
 * Obtain choices for each of the parameters of the action.
 * 
 * 

* In the standard Naked Objects Programming Model, corresponds to invoking the choicesXxx support * method for an action. */ public interface ActionChoicesFacet extends Facet { public Object[][] getChoices(NakedObject inObject); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy