-
- All Known Subinterfaces:
SuffixAccessor.SuffixProperty
- Enclosing interface:
- SuffixAccessor
public static interface SuffixAccessor.SuffixMutator
Provides a mutator for a suffix property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSuffix(String aSuffix)
Sets the suffix for the suffix property.
-
-
-
Method Detail
-
setSuffix
void setSuffix(String aSuffix)
Sets the suffix for the suffix property.- Parameters:
aSuffix
- The suffix to be stored by the suffix property.
-
-