public static enum CMISUtil.Status extends Enum<CMISUtil.Status>
| Enum Constant and Description |
|---|
COMPLETE |
IN_PROGRESS |
NOT_STARTED |
ON_HOLD |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static CMISUtil.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMISUtil.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMISUtil.Status NOT_STARTED
public static final CMISUtil.Status IN_PROGRESS
public static final CMISUtil.Status COMPLETE
public static final CMISUtil.Status ON_HOLD
public static CMISUtil.Status[] values()
for (CMISUtil.Status c : CMISUtil.Status.values()) System.out.println(c);
public static CMISUtil.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 nullpublic String getValue()
Copyright © 2017 Alfresco Software. All rights reserved.