- All Known Subinterfaces:
FilenameAccessor.FilenameProperty
public interface FilenameAccessor
Provides an accessor for a filename property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a filename property returning the builder for applying multiple build operations.static interface
Provides a mutator for a filename property.static interface
Provides a filename property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the filename from the filename property.
-
Method Details
-
getFilename
String getFilename()Retrieves the filename from the filename property.- Returns:
- The filename stored by the filename property.
-