- All Known Subinterfaces:
StringArrayAccessor.StringArrayProperty
public interface StringArrayAccessor
Provides an accessor for a String array property.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStringArrayAccessor.StringArrayBuilder<B extends StringArrayAccessor.StringArrayBuilder<B>>Provides a builder method for a String array property returning the builder for applying multiple build operations.static interfaceStringArrayAccessor.StringArrayMutatorProvides a mutator for a String array property.static interfaceStringArrayAccessor.StringArrayPropertyProvides a String array property. -
Method Summary
Modifier and Type Method Description String[]getStrings()Retrieves the String array from the 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.
-