Uses of Class
org.teamapps.model.controlcenter.GroupType
| Package | Description |
|---|---|
| org.teamapps.model.controlcenter |
-
Uses of GroupType in org.teamapps.model.controlcenter
Methods in org.teamapps.model.controlcenter that return GroupType Modifier and Type Method Description GroupTypeGroup. getGroupType()GroupTypeUdbGroup. getGroupType()static GroupTypeGroupType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GroupType[]GroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.model.controlcenter with parameters of type GroupType Modifier and Type Method Description GroupQueryGroupQuery. groupType(org.teamapps.universaldb.index.enumeration.EnumFilterType filterType, GroupType... enums)GroupQueryUdbGroupQuery. groupType(org.teamapps.universaldb.index.enumeration.EnumFilterType filterType, GroupType... enums)GroupQueryGroupQuery. orGroupType(org.teamapps.universaldb.index.enumeration.EnumFilterType filterType, GroupType... enums)GroupQueryUdbGroupQuery. orGroupType(org.teamapps.universaldb.index.enumeration.EnumFilterType filterType, GroupType... enums)GroupGroup. setGroupType(GroupType value)GroupUdbGroup. setGroupType(GroupType value)