public enum UiPostActionStatus extends Enum<UiPostActionStatus>
Enum Constant and Description |
---|
ERROR |
ERROR_DIALOG_SHOWN |
NONE |
OK |
Modifier and Type | Method and Description |
---|---|
static UiPostActionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiPostActionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiPostActionStatus OK
public static final UiPostActionStatus ERROR_DIALOG_SHOWN
public static final UiPostActionStatus ERROR
public static final UiPostActionStatus NONE
public static UiPostActionStatus[] values()
for (UiPostActionStatus c : UiPostActionStatus.values()) System.out.println(c);
public static UiPostActionStatus 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 © 2019 Hitachi Vantara. All rights reserved.