Class Fmi2ApiStaticCreator
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.Fmi2ApiStaticCreator
-
public class Fmi2ApiStaticCreator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Fmi2ApiStaticCreator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleanExpressionValueof(boolean v)static DoubleExpressionValueof(double v)static IntExpressionValueof(int v)static StringExpressionValueof(java.lang.String v)
-
-
-
Method Detail
-
of
public static DoubleExpressionValue of(double v)
-
of
public static IntExpressionValue of(int v)
-
of
public static BooleanExpressionValue of(boolean v)
-
of
public static StringExpressionValue of(java.lang.String v)
-
-