Class ExpressionRef

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ExpressionRefEvaluator, FunctionRef

public class ExpressionRef extends Expression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The ExpressionRef type defines an expression that references a previously defined NamedExpression. The result of evaluating an ExpressionReference is the result of evaluating the referenced NamedExpression.

Java class for ExpressionRef complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExpressionRef">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}Expression">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="libraryName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • libraryName

      protected String libraryName
  • Constructor Details

    • ExpressionRef

      public ExpressionRef()
  • Method Details