|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.schema.model.constraint.type.ValidationConstraint
public class ValidationConstraint
Constraint holding information about validation rules specified by XMLSchemaFacets.
Constructor Summary | |
---|---|
ValidationConstraint()
Default constructor. |
|
ValidationConstraint(Validator validator,
TypeDefinition type)
Constructs a constraint with the given validator. |
Method Summary | |
---|---|
Validator |
getValidator()
Returns the validator for this constraint. |
boolean |
isInheritable()
Determines if the constraint is inheritable, meaning it may be used for a sub-type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationConstraint()
public ValidationConstraint(Validator validator, TypeDefinition type)
validator
- the validatortype
- the typeMethod Detail |
---|
public Validator getValidator()
public boolean isInheritable()
TypeConstraint
isInheritable
in interface TypeConstraint
TypeConstraint.isInheritable()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |