public interface SupportsGroups<T>
Interface for anything that supports having a collection of groups or sub-groups.
Modifier and Type | Method and Description |
---|---|
T |
addGroup(Group theGroup)
Add this group from the query
|
T |
removeGroup(Group theGroup)
Remove this group from the query
|
Copyright © 2001-2016 Aduna. All Rights Reserved.