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