Package org.refcodes.mixin
Interface PortAccessor
-
- All Known Subinterfaces:
PortAccessor.PortProperty
public interface PortAccessorProvides an accessor for a port property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePortAccessor.PortBuilder<B extends PortAccessor.PortBuilder<B>>Provides a builder method for a port property returning the builder for applying multiple build operations.static interfacePortAccessor.PortMutatorProvides a mutator for a port property.static interfacePortAccessor.PortPropertyProvides a port property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPort()Retrieves the port from the port property.
-