Interface TimeAccessor
- All Known Subinterfaces:
TimeAccessor.TimeProperty
public interface TimeAccessor
Provides an accessor for a time property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceTimeAccessor.TimeBuilder<B extends TimeAccessor.TimeBuilder<B>>Provides a builder method for a time property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a time property.static interfaceProvides a time property. -
Method Summary
-
Method Details
-
getTime
Retrieves the time from the time property.- Parameters:
aTimeUnit- The time unit for the provided time.- Returns:
- The time stored by the time property.
-