Class RmContainsWrapper

java.lang.Object
org.ehrbase.openehr.aqlengine.querywrapper.contains.RmContainsWrapper
All Implemented Interfaces:
ContainsWrapper

public final class RmContainsWrapper extends Object implements ContainsWrapper
  • Constructor Details

    • RmContainsWrapper

      public RmContainsWrapper(org.ehrbase.openehr.sdk.aql.dto.containment.ContainmentClassExpression containment)
  • Method Details

    • getPredicate

      public List<org.ehrbase.openehr.sdk.aql.dto.path.AndOperatorPredicate> getPredicate()
    • getStructureRmType

      public StructureRmType getStructureRmType()
    • getRmType

      public String getRmType()
      Specified by:
      getRmType in interface ContainsWrapper
    • alias

      public String alias()
      Specified by:
      alias in interface ContainsWrapper
    • containment

      public org.ehrbase.openehr.sdk.aql.dto.containment.ContainmentClassExpression containment()
    • toString

      public String toString()
      Overrides:
      toString in class Object