Method returns a EnumSet from given BitMask value.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
<T> EnumSet<T> get ( |
represents bit value
a Class to detect concrete type of Enum.
EnumSet of Enum or Empty set if BitMask value & Power of 2 equals Zero.
See Also