Package org.refcodes.mixin
Interface ChannelAccessor
-
- All Known Subinterfaces:
ChannelAccessor.ChannelProperty
public interface ChannelAccessorProvides an accessor for a channel property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceChannelAccessor.ChannelBuilder<B extends ChannelAccessor.ChannelBuilder<B>>Provides a builder method for a channel property returning the builder for applying multiple build operations.static interfaceChannelAccessor.ChannelMutatorProvides a mutator for a channel property.static interfaceChannelAccessor.ChannelPropertyProvides a channel property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChannel()Retrieves the channel from the channel property.
-