Class OperandRef

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

public class OperandRef extends Expression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The OperandRef expression allows the value of an operand to be referenced as part of an expression within the body of a function definition.

Java class for OperandRef complex type.

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

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