Class ParameterRef

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

public class ParameterRef extends Expression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The ParameterRef expression allows the value of a parameter to be referenced as part of an expression.

Java class for ParameterRef complex type.

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

 <complexType name="ParameterRef">
   <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

    • ParameterRef

      public ParameterRef()
  • Method Details