Class ValueFmi2Api<V>
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.values.ValueFmi2Api<V>
-
- All Implemented Interfaces:
Fmi2Builder.Value<V>
public class ValueFmi2Api<V> extends java.lang.Object implements Fmi2Builder.Value<V>
-
-
Constructor Summary
Constructors Constructor Description ValueFmi2Api(org.intocps.maestro.ast.node.PType type, V value)ValueFmi2Api(org.intocps.maestro.ast.node.PType type, V value, boolean primitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget()org.intocps.maestro.ast.node.PTypegetType()booleanisPrimitive()
-
-
-
Method Detail
-
getType
public org.intocps.maestro.ast.node.PType getType()
-
get
public V get()
- Specified by:
getin interfaceFmi2Builder.Value<V>
-
isPrimitive
public boolean isPrimitive()
-
-