Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.validate.ValueValidator
Packages that use ValueValidator
Package
Description
-
Uses of ValueValidator in org.openehealth.ipf.commons.ihe.xds.core.validate
Classes in org.openehealth.ipf.commons.ihe.xds.core.validate that implement ValueValidatorModifier and TypeClassDescriptionclassValidates a CXi value (special CX used for Reference IDs).classValidates a CX value.classValidates a hash code for compliance with RFC 3174.classValidates a homeCommunityId attribute.classValidator for data type "Identifier"classValidates a language code for compliance with RFC 3066.classValidate the basic format of a the document mime type.classValidator that accepts any value.classValidator for OIDs.classValidates a PID string.classValidates for a positive number.classValidates time values.classValidates a value list for compliance with a URI (RFC 2616).classValidator for UUIDsclassValidates a XCN string.classValidates a XON string.classValidates an XTN value.Constructors in org.openehealth.ipf.commons.ihe.xds.core.validate with parameters of type ValueValidatorModifierConstructorDescriptionExternalIdentifierValidation(String scheme, ValueValidator validator, boolean required) Constructs a validation.SlotValueValidation(String slotName, ValueValidator validator) Constructs the validation.SlotValueValidation(String slotName, ValueValidator validator, int min, int max) Constructs the validation. -
Uses of ValueValidator in org.openehealth.ipf.commons.ihe.xds.core.validate.query
Constructors in org.openehealth.ipf.commons.ihe.xds.core.validate.query with parameters of type ValueValidatorModifierConstructorDescriptionStringListValidation(QueryParameter param, ValueValidator validator) Constructs a validation object.StringValidation(QueryParameter param, ValueValidator validator, boolean optional) Constructs a validation object.