Method returns int representing the BitMask value from given EnumSet
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
<T> int set ( |
A EnumSet that is converted to BitMask value
a Class to detect concrete type of Enum.
BitMask value.
See Also