Interface ArgumentSuffixAccessor.ArgumentSuffixMutator

All Known Subinterfaces:
ArgumentSuffixAccessor.ArgumentSuffixProperty
Enclosing interface:
ArgumentSuffixAccessor

public static interface ArgumentSuffixAccessor.ArgumentSuffixMutator
Provides a mutator for an argument suffix property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setArgumentSuffix(String aArgumentSuffix)
    Sets the argument suffix for the argument suffix property.
  • Method Details

    • setArgumentSuffix

      void setArgumentSuffix(String aArgumentSuffix)
      Sets the argument suffix for the argument suffix property.
      Parameters:
      aArgumentSuffix - The argument suffix to be stored by the argument suffix property.