# GeneratorType > Defines strategies for generating team identifiers. `gg.lode.leadapi.api.GeneratorType` --- ## Signature ```java public enum GeneratorType ``` --- ## Fields | Constant | Description | |---|---| | `NUMBER` | Teams are identified by auto-incrementing numbers (e.g., Team #1, Team #2). | | `NAME` | Teams are identified by names. | | `COLOR` | Teams are identified by their assigned color. | | `UNICODE` | Teams are identified by unicode characters/symbols. | --- ## Related Pages - [[ILeadAPI]] — Uses `GeneratorType` in `createTeamByType` methods