Private
constructorThe name of the constant, i.e. the member name.
The value of the constant.
Static
getReturns a constant with the specified name, or undefined if not found. (Case-sensitive)
Shortcut to using getMap.
Static
getReturns a constant with the specified value, or undefined if not found.
Shortcut to using getReverseMap and getMap.
Static
getEnum names to constant instances.
Can be used to get the names and values of all constants in this enum.
Static
get