ca.uhn.hl7v2.validation.impl
Class PrimitiveTypeRuleBinding

java.lang.Object
  extended by ca.uhn.hl7v2.validation.impl.RuleBinding<PrimitiveTypeRule>
      extended by ca.uhn.hl7v2.validation.impl.PrimitiveTypeRuleBinding
All Implemented Interfaces:
Serializable

public class PrimitiveTypeRuleBinding
extends RuleBinding<PrimitiveTypeRule>

A RuleBinding that applies to PrimitiveTypeRules. You can as well just use RuleBinding<PrimitiveTypeRule>.

Author:
Christian Ohr
See Also:
Serialized Form

Constructor Summary
PrimitiveTypeRuleBinding(String theVersion, String theScope, PrimitiveTypeRule theRule)
           
 
Method Summary
 
Methods inherited from class ca.uhn.hl7v2.validation.impl.RuleBinding
applies, appliesToScope, appliesToVersion, getActive, getRule, getScope, getVersion, setActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveTypeRuleBinding

public PrimitiveTypeRuleBinding(String theVersion,
                                String theScope,
                                PrimitiveTypeRule theRule)


Copyright © 2001-2012 University Health Network. All Rights Reserved.