public static enum ZNodeData.ZNodeStatus extends Enum<ZNodeData.ZNodeStatus>
| Modifier and Type | Method and Description |
|---|---|
static gr.cite.geoanalytics.dataaccess.entities.workflow.Workflow.WorkflowStatus |
fromStatusCode(short statusCode) |
short |
statusCode() |
static ZNodeData.ZNodeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZNodeData.ZNodeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZNodeData.ZNodeStatus ACTIVE
public static final ZNodeData.ZNodeStatus PENDING
public static ZNodeData.ZNodeStatus[] values()
for (ZNodeData.ZNodeStatus c : ZNodeData.ZNodeStatus.values()) System.out.println(c);
public static ZNodeData.ZNodeStatus 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 short statusCode()
public static gr.cite.geoanalytics.dataaccess.entities.workflow.Workflow.WorkflowStatus fromStatusCode(short statusCode)
Copyright © 2016. All Rights Reserved.