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