Interface StringArrayAccessor

All Known Subinterfaces:
StringArrayAccessor.StringArrayProperty

public interface StringArrayAccessor
Provides an accessor for a String array property.
  • Method Details

    • getStrings

      String[] getStrings()
      Retrieves the String array from the String array property.
      Returns:
      The String array stored by the String array property.