Package | Description |
---|---|
ca.uhn.hl7v2.validation.builder |
Modifier and Type | Method and Description |
---|---|
PrimitiveRuleBuilder |
PrimitiveRuleBuilder.allTrim()
Builds a
PrimitiveTypeRule that always evaluates to true and trims
leading and trailing whitespaces. |
PrimitiveRuleBuilder |
PrimitiveRuleBuilder.allTrim(Predicate predicate)
Builds a
PrimitiveTypeRule that evaluates the specified Predicate against the
primitive value with leading and trailing whitespaces trimmed. |
PrimitiveRuleBuilder |
PrimitiveRuleBuilder.is(Predicate predicate)
Builds a
PrimitiveTypeRule that evaluates the specified Predicate against the
primitive value. |
PrimitiveRuleBuilder |
PrimitiveRuleBuilder.leftTrim()
Builds a
PrimitiveTypeRule that always evaluates to true and trims
leading whitespaces. |
PrimitiveRuleBuilder |
PrimitiveRuleBuilder.leftTrim(Predicate predicate)
Builds a
PrimitiveTypeRule that evaluates the specified Predicate against the
primitive value with leading whitespaces trimmed. |
PrimitiveRuleBuilder |
RuleTypeBuilder.primitive(String... type)
Builds
PrimitiveTypeRule s for the specified types |
PrimitiveRuleBuilder |
PrimitiveRuleBuilder.rightTrim()
Builds a
PrimitiveTypeRule that always evaluates to true and trims
trailing whitespaces. |
PrimitiveRuleBuilder |
PrimitiveRuleBuilder.rightTrim(Predicate predicate)
Builds a
PrimitiveTypeRule that evaluates the specified Predicate against the
primitive value with trailing whitespaces trimmed. |
Copyright © 2001–2017 University Health Network. All rights reserved.