public enum LeagueVirtualType| BYE_WEEK | 0 | This is a bye week game for the home team. |
| VIRTUAL | 1 | Both the home team and away team are competing from their home ranges. |
| CANCELLED | 2 | The game is cancelled. |
| FORCED_BYE_WEEK | 3 | This is a forced bye week game for the home team. |
| NOT_SET | 4 | The game is scheduled, but not yet released to the teams for competition. |
| LOCAL | 5 | The game is will competed at the home team's range. |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |