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