Interface PercentAccessor.PercentMutator

All Known Subinterfaces:
PercentAccessor.PercentProperty
Enclosing interface:
PercentAccessor

public static interface PercentAccessor.PercentMutator
Provides a mutator for a % property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPercent(int aPercent)
    Sets the % for the % property.
  • Method Details

    • setPercent

      void setPercent(int aPercent)
      Sets the % for the % property.
      Parameters:
      aPercent - The % to be stored by the % property.