public enum SActionState extends Enum<SActionState>
| Enum Constant and Description |
|---|
AS_ERROR |
FINISHED |
STARTED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SActionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SActionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SActionState UNKNOWN
public static final SActionState STARTED
public static final SActionState AS_ERROR
public static final SActionState FINISHED
public static SActionState[] values()
for (SActionState c : SActionState.values()) System.out.println(c);
public static SActionState 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.