Class ValueFmi2Api<V>

  • All Implemented Interfaces:
    org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Value<V>

    public class ValueFmi2Api<V>
    extends java.lang.Object
    implements org.intocps.maestro.framework.fmi2.api.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
      V get()  
      org.intocps.maestro.ast.node.PType getType()  
      boolean isPrimitive()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueFmi2Api

        public ValueFmi2Api​(org.intocps.maestro.ast.node.PType type,
                            V value)
      • ValueFmi2Api

        public ValueFmi2Api​(org.intocps.maestro.ast.node.PType type,
                            V value,
                            boolean primitive)
    • Method Detail

      • getType

        public org.intocps.maestro.ast.node.PType getType()
      • get

        public V get()
        Specified by:
        get in interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Value<V>
      • isPrimitive

        public boolean isPrimitive()