Uses of Class
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.RuntimeFunction.FunctionType.Type
-
Packages that use Fmi2Builder.RuntimeFunction.FunctionType.Type Package Description org.intocps.maestro.framework.fmi2.api org.intocps.maestro.framework.fmi2.api.mabl -
-
Uses of Fmi2Builder.RuntimeFunction.FunctionType.Type in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api that return Fmi2Builder.RuntimeFunction.FunctionType.Type Modifier and Type Method Description Fmi2Builder.RuntimeFunction.FunctionType.TypeFmi2Builder.RuntimeFunction.FunctionType. getNativeType()static Fmi2Builder.RuntimeFunction.FunctionType.TypeFmi2Builder.RuntimeFunction.FunctionType.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Fmi2Builder.RuntimeFunction.FunctionType.Type[]Fmi2Builder.RuntimeFunction.FunctionType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.intocps.maestro.framework.fmi2.api with parameters of type Fmi2Builder.RuntimeFunction.FunctionType.Type Constructor Description FunctionType(Fmi2Builder.RuntimeFunction.FunctionType.Type type) -
Uses of Fmi2Builder.RuntimeFunction.FunctionType.Type in org.intocps.maestro.framework.fmi2.api.mabl
Methods in org.intocps.maestro.framework.fmi2.api.mabl with parameters of type Fmi2Builder.RuntimeFunction.FunctionType.Type Modifier and Type Method Description FunctionBuilderFunctionBuilder. addArgument(java.lang.String name, Fmi2Builder.RuntimeFunction.FunctionType.Type type)FunctionBuilderFunctionBuilder. setReturnType(Fmi2Builder.RuntimeFunction.FunctionType.Type type)
-