public static enum SegmentLoadDropHandler.Status.STATE extends Enum<SegmentLoadDropHandler.Status.STATE>
| Modifier and Type | Method and Description |
|---|---|
static SegmentLoadDropHandler.Status.STATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentLoadDropHandler.Status.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentLoadDropHandler.Status.STATE SUCCESS
public static final SegmentLoadDropHandler.Status.STATE FAILED
public static final SegmentLoadDropHandler.Status.STATE PENDING
public static SegmentLoadDropHandler.Status.STATE[] values()
for (SegmentLoadDropHandler.Status.STATE c : SegmentLoadDropHandler.Status.STATE.values()) System.out.println(c);
public static SegmentLoadDropHandler.Status.STATE 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 © 2011–2018. All rights reserved.