public class AllowedAction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AllowedAction |
ACTIVATE |
static AllowedAction |
CANCEL |
static AllowedAction |
DEACTIVATE |
static AllowedAction |
EDIT |
static AllowedAction |
INACTIVE_ACTIVATE |
static AllowedAction |
INACTIVE_CANCEL |
static AllowedAction |
INACTIVE_DEACTIVATE |
static AllowedAction |
INACTIVE_EDIT |
static AllowedAction |
REJECT |
Constructor and Description |
---|
AllowedAction(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName() |
int |
hashCode() |
java.lang.String |
toString() |
public static AllowedAction CANCEL
public static AllowedAction ACTIVATE
public static AllowedAction DEACTIVATE
public static AllowedAction EDIT
public static AllowedAction REJECT
public static AllowedAction INACTIVE_EDIT
public static AllowedAction INACTIVE_CANCEL
public static AllowedAction INACTIVE_ACTIVATE
public static AllowedAction INACTIVE_DEACTIVATE
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2019 Caplin Systems.