Interface BackgroundAccessor<T>
- Type Parameters:
T- The background's type to be accessed.
- All Known Subinterfaces:
BackgroundAccessor.BackgroundProperty<T>
public interface BackgroundAccessor<T>
Provides an accessor for a background property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a background property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a background property.static interfaceProvides a background property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the background from the background property.
-
Method Details
-
getBackground
T getBackground()Retrieves the background from the background property.- Returns:
- The background stored by the background property.
-