| Modifier and Type | Method and Description |
|---|---|
static Fmi2StatusKind |
Fmi2StatusKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fmi2StatusKind[] |
Fmi2StatusKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FmuResult<Boolean> |
IFmiComponent.getBooleanStatus(Fmi2StatusKind kind) |
FmuResult<Integer> |
IFmiComponent.getIntegerStatus(Fmi2StatusKind kind) |
FmuResult<Double> |
IFmiComponent.getRealStatus(Fmi2StatusKind kind) |
FmuResult<Fmi2Status> |
IFmiComponent.getStatus(Fmi2StatusKind kind) |
FmuResult<String> |
IFmiComponent.getStringStatus(Fmi2StatusKind kind) |
Copyright © 2015–2022 INTO CPS. All rights reserved.