Package org.refcodes.mixin
Interface MillisecondsAccessor
-
- All Known Subinterfaces:
MillisecondsAccessor.MillisecondsProperty
public interface MillisecondsAccessorProvides an accessor for a milliseconds property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMillisecondsAccessor.MillisecondsBuilder<B extends MillisecondsAccessor.MillisecondsBuilder<B>>Provides a builder method for a milliseconds property returning the builder for applying multiple build operations.static interfaceMillisecondsAccessor.MillisecondsMutatorProvides a mutator for a milliseconds property.static interfaceMillisecondsAccessor.MillisecondsPropertyProvides a milliseconds property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMilliseconds()Retrieves the milliseconds from the milliseconds property.
-