Interface PaddingCharAccessor.PaddingCharMutator

All Known Subinterfaces:
PaddingCharAccessor.PaddingCharProperty
Enclosing interface:
PaddingCharAccessor

public static interface PaddingCharAccessor.PaddingCharMutator
Provides a mutator for a padding char property.
  • Method Summary

    Modifier and Type Method Description
    void setPaddingChar​(char aPaddingChar)
    Sets the value for the padding char property.
  • Method Details

    • setPaddingChar

      void setPaddingChar​(char aPaddingChar)
      Sets the value for the padding char property.
      Parameters:
      aPaddingChar - The value to be stored by the padding char property.