Uses of Interface
ca.uhn.hl7v2.validation.PrimitiveTypeRule
Packages that use PrimitiveTypeRule
Package
Description
-
Uses of PrimitiveTypeRule in ca.uhn.hl7v2.validation
Methods in ca.uhn.hl7v2.validation that return types with arguments of type PrimitiveTypeRuleModifier and TypeMethodDescriptionValidationContext.getPrimitiveRules(String theVersion, String theTypeName, Primitive theType) -
Uses of PrimitiveTypeRule in ca.uhn.hl7v2.validation.builder
Classes in ca.uhn.hl7v2.validation.builder that implement PrimitiveTypeRuleModifier and TypeClassDescriptionclassAbstract base class for PrimitiveTypeRules that validate using predicatesMethods in ca.uhn.hl7v2.validation.builder that return types with arguments of type PrimitiveTypeRuleModifier and TypeMethodDescriptionprotected Collection<RuleBinding<PrimitiveTypeRule>>PrimitiveRuleBuilder.getRuleBindings(PrimitiveTypeRule rule, String version) Methods in ca.uhn.hl7v2.validation.builder with parameters of type PrimitiveTypeRuleModifier and TypeMethodDescriptionprotected Collection<RuleBinding<PrimitiveTypeRule>>PrimitiveRuleBuilder.getRuleBindings(PrimitiveTypeRule rule, String version) -
Uses of PrimitiveTypeRule in ca.uhn.hl7v2.validation.impl
Classes in ca.uhn.hl7v2.validation.impl that implement PrimitiveTypeRuleModifier and TypeClassDescriptionclassAbstract base class for primitive rulesclassDeprecated.classDeprecated.useBuilderSupport.maxLength(int)insteadclassDeprecated.usePrimitiveRuleBuilder.leftTrim()insteadclassDeprecated.usePrimitiveRuleBuilder.leftTrim()insteadclassDeprecated.useBuilderSupport.withdrawn()insteadFields in ca.uhn.hl7v2.validation.impl with type parameters of type PrimitiveTypeRuleModifier and TypeFieldDescriptionprotected Map<String,Collection<PrimitiveTypeRule>> ValidationContextImpl.primitiveRuleCacheMethods in ca.uhn.hl7v2.validation.impl that return types with arguments of type PrimitiveTypeRuleModifier and TypeMethodDescriptionValidationContextImpl.getPrimitiveRuleBindings()ValidationContextImpl.getPrimitiveRules(String theVersion, String theTypeName, Primitive theType) Constructors in ca.uhn.hl7v2.validation.impl with parameters of type PrimitiveTypeRuleModifierConstructorDescriptionPrimitiveTypeRuleBinding(String theVersion, String theScope, PrimitiveTypeRule theRule)
BuilderSupport.matches(String)instead