public enum DiscoveryJobStatus extends Enum<DiscoveryJobStatus>
Enum Constant and Description |
---|
ABORT |
FAIL |
IN_PROGRESS |
INACTIVE |
NOT_FOUND |
SUCCESS |
WAIT_TO_REMOVE |
WAITING_FOR_NOTIFICATION |
WAITING_FOR_PROBE |
WARNING |
Modifier and Type | Method and Description |
---|---|
static DiscoveryJobStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryJobStatus WAITING_FOR_PROBE
public static final DiscoveryJobStatus IN_PROGRESS
public static final DiscoveryJobStatus SUCCESS
public static final DiscoveryJobStatus WARNING
public static final DiscoveryJobStatus FAIL
public static final DiscoveryJobStatus NOT_FOUND
public static final DiscoveryJobStatus WAITING_FOR_NOTIFICATION
public static final DiscoveryJobStatus ABORT
public static final DiscoveryJobStatus INACTIVE
public static final DiscoveryJobStatus WAIT_TO_REMOVE
public static DiscoveryJobStatus[] values()
for (DiscoveryJobStatus c : DiscoveryJobStatus.values()) System.out.println(c);
public static DiscoveryJobStatus 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 null Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.