Schnittstelle IMultiValueTool

Alle Superschnittstellen:
IDatabaseObjectExaminer, IFieldTool
Alle bekannten Implementierungsklassen:
MultiValueTool

public interface IMultiValueTool extends IFieldTool
  • Methodendetails

    • canAddGivenValue

      boolean canAddGivenValue(IMultiValue<?> multiValue, Object value)
    • canClear

      boolean canClear(IMultiValue<?> multiValue)
    • canRemoveValue

      <V> boolean canRemoveValue(IMultiValue<V> multiValue, V value)