Interface MatchCountAccessor.MatchCountMutator

All Known Subinterfaces:
MatchCountAccessor.MatchCountProperty
Enclosing interface:
MatchCountAccessor

public static interface MatchCountAccessor.MatchCountMutator
Provides a mutator for a match-count property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setMatchCount(int aMatchCount)
    Sets the match-count for the match-count property.
  • Method Details

    • setMatchCount

      void setMatchCount(int aMatchCount)
      Sets the match-count for the match-count property.
      Parameters:
      aMatchCount - The matchCount to be stored by the match-count property.