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

org.nakedobjects.metamodel.spec.feature.NakedObjectActionConstants Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.spec.feature;

import org.nakedobjects.metamodel.spec.Target;

public class NakedObjectActionConstants {

    public final static Target DEFAULT = new Target("DEFAULT");
    public final static Target LOCAL = new Target("LOCAL");
    public final static Target REMOTE = new Target("REMOTE");
    public final static NakedObjectActionType DEBUG = NakedObjectActionType.DEBUG;
    public final static NakedObjectActionType EXPLORATION = NakedObjectActionType.EXPLORATION;
    public final static NakedObjectActionType SET = NakedObjectActionType.SET;
    public final static NakedObjectActionType USER = NakedObjectActionType.USER;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy