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

org.nakedobjects.plugins.dnd.ActionContent Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.plugins.dnd;

import org.nakedobjects.metamodel.adapter.NakedObject;
import org.nakedobjects.metamodel.consent.Consent;


public interface ActionContent extends Content {
    public Consent disabled();

    public NakedObject execute();

    public String getActionName();

    public int getNoParameters();

    public ParameterContent getParameterContent(final int index);

    public NakedObject getParameterObject(final int index);

    public String getDescription();
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy