Package org.refcodes.mixin
Interface PercentAccessor
-
- All Known Subinterfaces:
PercentAccessor.PercentProperty
public interface PercentAccessorProvides an accessor for a % property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePercentAccessor.PercentBuilder<B extends PercentAccessor.PercentBuilder<B>>Provides a builder method for a % property returning the builder for applying multiple build operations.static interfacePercentAccessor.PercentMutatorProvides a mutator for a % property.static interfacePercentAccessor.PercentPropertyProvides a % property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPercent()Retrieves the % from the % property.
-