Class DoublePrimitive

java.lang.Object
org.ehrbase.openehr.sdk.aql.dto.operand.Primitive<Double,DoublePrimitive>
org.ehrbase.openehr.sdk.aql.dto.operand.DoublePrimitive
All Implemented Interfaces:
Cloneable, ColumnExpression, MatchesOperand, Operand, PathPredicateOperand<DoublePrimitive>, Freezable<DoublePrimitive>

public final class DoublePrimitive extends Primitive<Double,DoublePrimitive>
Author:
Stefan Spiska
  • Constructor Details

    • DoublePrimitive

      public DoublePrimitive()
    • DoublePrimitive

      public DoublePrimitive(Double value)
    • DoublePrimitive

      public DoublePrimitive(String stringRepresentation)
  • Method Details