Uses of Class
org.intocps.maestro.framework.fmi2.api.mabl.variables.ComponentVariableFmi2Api.FmiFunctionType
-
Packages that use ComponentVariableFmi2Api.FmiFunctionType Package Description org.intocps.maestro.framework.fmi2.api.mabl.variables -
-
Uses of ComponentVariableFmi2Api.FmiFunctionType in org.intocps.maestro.framework.fmi2.api.mabl.variables
Methods in org.intocps.maestro.framework.fmi2.api.mabl.variables that return ComponentVariableFmi2Api.FmiFunctionType Modifier and Type Method Description static ComponentVariableFmi2Api.FmiFunctionTypeComponentVariableFmi2Api.FmiFunctionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComponentVariableFmi2Api.FmiFunctionType[]ComponentVariableFmi2Api.FmiFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-