Interface ConstraintFactory


  • public interface ConstraintFactory
    A factory for constraint instances. The class specified by the ConstraintDefinition FactoryClassName attribute must have a default (no argument) constructor and implement this interface in order to be able to create constraint instances.
    • Method Detail

      • create

        Constraint create()
        Create an constraint instance.
        Returns:
        a new constraint instance.