Interface TimeAccessor

All Known Subinterfaces:
TimeAccessor.TimeProperty

public interface TimeAccessor
Provides an accessor for a time property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a time property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a time property.
    static interface 
    Provides a time property.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getTime(TimeUnit aTimeUnit)
    Retrieves the time from the time property.
  • Method Details

    • getTime

      float getTime(TimeUnit aTimeUnit)
      Retrieves the time from the time property.
      Parameters:
      aTimeUnit - The time unit for the provided time.
      Returns:
      The time stored by the time property.