Interface CharSetAccessor.CharSetMutator

All Known Subinterfaces:
CharSetAccessor.CharSetProperty
Enclosing interface:
CharSetAccessor

public static interface CharSetAccessor.CharSetMutator
Provides a mutator for a char set property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCharSet(char[] aCharSet)
    Sets the charSet for the char set property.
  • Method Details

    • setCharSet

      void setCharSet(char[] aCharSet)
      Sets the charSet for the char set property.
      Parameters:
      aCharSet - The charSet to be stored by the char set property.