Interface CriteriaAccessor.CriteriaMutator

All Known Subinterfaces:
CriteriaAccessor.CriteriaProperty
Enclosing interface:
CriteriaAccessor

public static interface CriteriaAccessor.CriteriaMutator
Provides a mutator for a Criteria property.
  • Method Summary

    Modifier and Type Method Description
    void setCriteria​(Criteria aCriteria)
    Sets the Criteria for the Criteria property.
  • Method Details

    • setCriteria

      void setCriteria​(Criteria aCriteria)
      Sets the Criteria for the Criteria property.
      Parameters:
      aCriteria - The Criteria to be stored by the criteria property.