public enum DiscoveryRequestStatus extends Enum<DiscoveryRequestStatus> implements Serializable
| Enum Constant and Description |
|---|
ACTIVATING |
COMPLETED |
FAILED |
IN_PROGRESS |
OTHER |
UNKNOWN_STATUS |
WAITING |
| Modifier and Type | Field and Description |
|---|---|
static String |
ENUM_TYPE_GUID |
static String |
ENUM_TYPE_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description for the status for this enum instance.
|
String |
getName()
Return the default name for the status for this enum instance.
|
String |
getOpenTypeGUID()
Return the unique identifier for the open metadata enum type that this enum class represents.
|
String |
getOpenTypeName()
Return the unique name for the open metadata enum type that this enum class represents.
|
int |
getOpenTypeOrdinal()
Return the code for this enum that comes from the Open Metadata Type that this enum represents.
|
int |
getOrdinal()
Return the status code for this enum instance
|
String |
toString()
Standard toString method.
|
static DiscoveryRequestStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryRequestStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryRequestStatus WAITING
public static final DiscoveryRequestStatus ACTIVATING
public static final DiscoveryRequestStatus IN_PROGRESS
public static final DiscoveryRequestStatus FAILED
public static final DiscoveryRequestStatus COMPLETED
public static final DiscoveryRequestStatus OTHER
public static final DiscoveryRequestStatus UNKNOWN_STATUS
public static final String ENUM_TYPE_GUID
public static final String ENUM_TYPE_NAME
public static DiscoveryRequestStatus[] values()
for (DiscoveryRequestStatus c : DiscoveryRequestStatus.values()) System.out.println(c);
public static DiscoveryRequestStatus 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 int getOrdinal()
public String getName()
public String getDescription()
public int getOpenTypeOrdinal()
public String getOpenTypeGUID()
public String getOpenTypeName()
public String toString()
toString in class Enum<DiscoveryRequestStatus>Copyright © 2018–2020 ODPi. All rights reserved.