Uses of Class
ca.uhn.hl7v2.validation.impl.RuleBinding
Packages that use RuleBinding
-
Uses of RuleBinding in ca.uhn.hl7v2.validation.builder
Methods in ca.uhn.hl7v2.validation.builder that return types with arguments of type RuleBindingModifier and TypeMethodDescriptionprotected Collection<RuleBinding<T>>RuleTypeBuilder.activate(Collection<RuleBinding<T>> bindings) protected Collection<RuleBinding<EncodingRule>>EncodingRuleBuilder.getRuleBindings(EncodingRule rule, String version) protected Collection<RuleBinding<MessageRule>>MessageRuleBuilder.getRuleBindings(MessageRule rule, String version) protected Collection<RuleBinding<PrimitiveTypeRule>>PrimitiveRuleBuilder.getRuleBindings(PrimitiveTypeRule rule, String version) protected Collection<RuleBinding<T>>RuleTypeBuilder.getRuleBindings(T rule, String version) Builder implementation must overwrite this method to return allRuleBindings for rules that have been built.protected List<RuleBinding<? extends Rule<?>>>RuleTypeBuilder.getRules()final List<RuleBinding<? extends Rule<?>>>ValidationRuleBuilder.initialize()Method parameters in ca.uhn.hl7v2.validation.builder with type arguments of type RuleBindingModifier and TypeMethodDescriptionprotected Collection<RuleBinding<T>>RuleTypeBuilder.activate(Collection<RuleBinding<T>> bindings) Constructor parameters in ca.uhn.hl7v2.validation.builder with type arguments of type RuleBindingModifierConstructorDescriptionprotectedEncodingRuleBuilder(List<RuleBinding<? extends Rule<?>>> rules, Set<Version> versions, String encoding) protectedMessageRuleBuilder(List<RuleBinding<? extends Rule<?>>> rules, Set<Version> versions, String messageType, String... triggerEvents) protectedPrimitiveRuleBuilder(List<RuleBinding<? extends Rule<?>>> rules, Set<Version> versions, Set<String> types) protectedRuleTypeBuilder(List<RuleBinding<? extends Rule<?>>> rules, Version... versions) protectedRuleTypeBuilder(List<RuleBinding<? extends Rule<?>>> rules, Set<Version> versions) -
Uses of RuleBinding in ca.uhn.hl7v2.validation.impl
Subclasses of RuleBinding in ca.uhn.hl7v2.validation.implModifier and TypeClassDescriptionclassARuleBindingthat applies toEncodingRules.classARuleBindingthat applies toMessageRules.classARuleBindingthat applies toPrimitiveTypeRules.Methods in ca.uhn.hl7v2.validation.impl that return types with arguments of type RuleBindingModifier and TypeMethodDescriptionValidationContextImpl.getEncodingRuleBindings()ValidationContextImpl.getMessageRuleBindings()ValidationContextImpl.getPrimitiveRuleBindings()