Searched defs:ActionType (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/shared/
H A DActionType.java49 public class ActionType class
56 public static final ActionType EXECUTE = new ActionType(0);
61 public static final ActionType CANCEL = new ActionType(1);
66 public static final ActionType STOP = new ActionType(2);
75 private static final ActionType[] enumValueTable = {
87 protected ActionType(int value) method in class:ActionType
101 * Returns the string table for class ActionType
[all...]

Completed in 20 milliseconds