Interface PropertyFactory

All Known Implementing Classes:
PropertyValidation

public interface PropertyFactory
Module interface for an Property validation.

An PropertyFactory is typically obtained from the Monitor:

        // Get the current validation factory.
        PropertyFactory af;
        af = (PropertyFactory) Monitor.findServiceModule(this, org.apache.derby.iapi.reference.Module.PropertyFactory);