Interface ShortPropertyPrefixAccessor.ShortPropertyPrefixMutator

All Known Subinterfaces:
ShortPropertyPrefixAccessor.ShortPropertyPrefixProperty
Enclosing interface:
ShortPropertyPrefixAccessor

public static interface ShortPropertyPrefixAccessor.ShortPropertyPrefixMutator
Provides a mutator for a short option prefix property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setShortPropertyPrefix(Character aShortPropertyPrefix)
    Sets the short option prefix for the short option prefix property.
  • Method Details

    • setShortPropertyPrefix

      void setShortPropertyPrefix(Character aShortPropertyPrefix)
      Sets the short option prefix for the short option prefix property.
      Parameters:
      aShortPropertyPrefix - The short option prefix to be stored by the short option prefix property.