- All Known Subinterfaces:
StringArrayAccessor.StringArrayProperty
public interface StringArrayAccessor
Provides an accessor for a String array property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a String array property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a String array property.static interfaceProvides a String array property. -
Method Summary
Modifier and TypeMethodDescriptionString[]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.
-