Package org.refcodes.structure
Interface StringArrayAccessor.StringArrayMutator
-
- All Known Subinterfaces:
StringArrayAccessor.StringArrayProperty
- Enclosing interface:
- StringArrayAccessor
public static interface StringArrayAccessor.StringArrayMutatorProvides a mutator for a String array property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetStrings(java.lang.String[] aStrings)Sets the String array for the String array property.
-