public enum Fmi2StatusKind extends Enum<Fmi2StatusKind>
| Enum Constant and Description |
|---|
DoStepStatus |
LastSuccessfulTime |
PendingStatus |
Terminated |
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
static Fmi2StatusKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fmi2StatusKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fmi2StatusKind DoStepStatus
public static final Fmi2StatusKind PendingStatus
public static final Fmi2StatusKind LastSuccessfulTime
public static final Fmi2StatusKind Terminated
public static Fmi2StatusKind[] values()
for (Fmi2StatusKind c : Fmi2StatusKind.values()) System.out.println(c);
public static Fmi2StatusKind 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 © 2015–2022 INTO CPS. All rights reserved.