-
- All Known Subinterfaces:
StringArrayAccessor.StringArrayProperty
public interface StringArrayAccessorProvides 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getStrings()Retrieves the String array from the String array property.
-
-
-
Method Detail
-
getStrings
String[] getStrings()
Retrieves the String array from the String array property.- Returns:
- The String array stored by the String array property.
-
-