public static enum ACE.Status extends Enum<ACE.Status>
| Modifier and Type | Method and Description | 
|---|---|
static ACE.Status | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ACE.Status[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ACE.Status PENDING
public static final ACE.Status EFFECTIVE
public static final ACE.Status ARCHIVED
public static ACE.Status[] values()
for (ACE.Status c : ACE.Status.values()) System.out.println(c);
public static ACE.Status valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Nuxeo. All rights reserved.