Interface PrefixAccessor.PrefixMutator

All Known Subinterfaces:
PrefixAccessor.PrefixProperty
Enclosing interface:
PrefixAccessor

public static interface PrefixAccessor.PrefixMutator
Provides a mutator for a prefix property.
  • Method Summary

    Modifier and Type Method Description
    void setPrefix​(String aPrefix)
    Sets the prefix for the prefix property.
  • Method Details

    • setPrefix

      void setPrefix​(String aPrefix)
      Sets the prefix for the prefix property.
      Parameters:
      aPrefix - The prefix to be stored by the prefix property.