java.lang.Object
org.opencds.cqf.cql.engine.runtime.Code
All Implemented Interfaces:
CqlType

public class Code extends Object implements CqlType
  • Constructor Details

    • Code

      public Code()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • withCode

      public Code withCode(String code)
    • getDisplay

      public String getDisplay()
    • setDisplay

      public void setDisplay(String display)
    • withDisplay

      public Code withDisplay(String display)
    • getSystem

      public String getSystem()
    • setSystem

      public void setSystem(String system)
    • withSystem

      public Code withSystem(String system)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • withVersion

      public Code withVersion(String version)
    • equivalent

      public Boolean equivalent(Object other)
      Specified by:
      equivalent in interface CqlType
    • equal

      public Boolean equal(Object other)
      Specified by:
      equal in interface CqlType
    • toString

      public String toString()
      Overrides:
      toString in class Object