Package com.caplin.motif.fx.orders
Class AllowedActions
- java.lang.Object
-
- com.caplin.motif.fx.orders.AllowedActions
-
public class AllowedActions extends Object
Constants that may be used in the AllowedActions field.
-
-
Constructor Summary
Constructors Constructor Description AllowedActions()
-
-
-
Field Detail
-
CANCEL
public static final String CANCEL
Allow the cancel action- See Also:
- Constant Field Values
-
ACTIVATE
public static final String ACTIVATE
Allow the activate action- See Also:
- Constant Field Values
-
DEACTIVATE
public static final String DEACTIVATE
Allow the deactivate action- See Also:
- Constant Field Values
-
EDIT
public static final String EDIT
Allow the edit action- See Also:
- Constant Field Values
-
-