Interface IValueValidator

  • All Known Implementing Classes:
    ParameterValueValidator

    public interface IValueValidator
    Interface to check whether a value can possibly be chosen.
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Method Detail

      • isPossibleValue

        boolean isPossibleValue​(Object element)
        Check whether the elements is a possible value.