Interface SuffixAccessor.SuffixMutator

All Known Subinterfaces:
SuffixAccessor.SuffixProperty
Enclosing interface:
SuffixAccessor

public static interface SuffixAccessor.SuffixMutator
Provides a mutator for a suffix property.
  • Method Summary

    Modifier and Type Method Description
    void setSuffix​(String aSuffix)
    Sets the suffix for the suffix property.
  • Method Details

    • setSuffix

      void setSuffix​(String aSuffix)
      Sets the suffix for the suffix property.
      Parameters:
      aSuffix - The suffix to be stored by the suffix property.