- All Known Subinterfaces:
VerboseAccessor.VerboseProperty
public interface VerboseAccessor
Provides an accessor for a verbose property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a mutator for a verbose property.static interface
Provides a verbose property. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Retrieves the verbose status from the verbose property.
-
Method Details
-
isVerbose
boolean isVerbose()Retrieves the verbose status from the verbose property.- Returns:
- The verbose status stored by the verbose property.
-