public enum SNotifictionResultEnum extends Enum<SNotifictionResultEnum>
| Enum Constant and Description |
|---|
NR_ERROR |
PROGRESS_PERCENTAGE |
PROGRESS_UNKNOWN |
SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SNotifictionResultEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNotifictionResultEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SNotifictionResultEnum NR_ERROR
public static final SNotifictionResultEnum SUCCESS
public static final SNotifictionResultEnum PROGRESS_UNKNOWN
public static final SNotifictionResultEnum PROGRESS_PERCENTAGE
public static SNotifictionResultEnum[] values()
for (SNotifictionResultEnum c : SNotifictionResultEnum.values()) System.out.println(c);
public static SNotifictionResultEnum 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()
Copyright © 2018 OpenSource BIM. All rights reserved.