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
Currently we can have enumerations which have an order. This order can be
by declaration
by literal
by value
The behavior of an enumeration if I ask them to give me the first, last, n-th element should respect that order.
This is also important for getting the default element i.e. getDefaultLiteral().
The text was updated successfully, but these errors were encountered:
Currently we can have enumerations which have an order. This order can be
The behavior of an enumeration if I ask them to give me the first, last, n-th element should respect that order.
This is also important for getting the default element i.e. getDefaultLiteral().
The text was updated successfully, but these errors were encountered: