Interface StringArrayAccessor.StringArrayMutator

All Known Subinterfaces:
StringArrayAccessor.StringArrayProperty
Enclosing interface:
StringArrayAccessor

public static interface StringArrayAccessor.StringArrayMutator
Provides a mutator for a String array property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setStrings(String[] aStrings)
    Sets the String array for the String array property.
  • Method Details

    • setStrings

      void setStrings(String[] aStrings)
      Sets the String array for the String array property.
      Parameters:
      aStrings - The String array to be stored by the String array property.