You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding your idea. It's also possible to use class constant (fx, const constant = 'constant value';) instead of static properties. Have you got any pro/contra for both options?
IMHO, mapping a simpleType restriction to a group of static members would help producing less error-prone code.
e.g. mapping
to
would allow a safer usage of ActivityStatus values
The text was updated successfully, but these errors were encountered: