public static enum BaseEdpJobProgressInfo.BaseEdpJobStatus extends java.lang.Enum<BaseEdpJobProgressInfo.BaseEdpJobStatus> implements EdpJobProgressInfo.EdpJobStatus
Modifier and Type | Method and Description |
---|---|
boolean |
failed() |
boolean |
running() |
static BaseEdpJobProgressInfo.BaseEdpJobStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseEdpJobProgressInfo.BaseEdpJobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseEdpJobProgressInfo.BaseEdpJobStatus NONE
public static final BaseEdpJobProgressInfo.BaseEdpJobStatus COMBINED
public static BaseEdpJobProgressInfo.BaseEdpJobStatus[] values()
for (BaseEdpJobProgressInfo.BaseEdpJobStatus c : BaseEdpJobProgressInfo.BaseEdpJobStatus.values()) System.out.println(c);
public static BaseEdpJobProgressInfo.BaseEdpJobStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean running()
running
in interface EdpJobProgressInfo.EdpJobStatus
public boolean failed()
failed
in interface EdpJobProgressInfo.EdpJobStatus
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.