Package org.refcodes.mixin
Interface GroupAccessor
-
- All Known Subinterfaces:
GroupAccessor.GroupProperty
public interface GroupAccessorProvides an accessor for a group property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGroupAccessor.GroupBuilder<B extends GroupAccessor.GroupBuilder<B>>Provides a builder method for a group property returning the builder for applying multiple build operations.static interfaceGroupAccessor.GroupMutatorProvides a mutator for a group property.static interfaceGroupAccessor.GroupPropertyProvides a group property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGroup()Retrieves the group from the group property.
-