Method returns a EnumSet from given BitMask value.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java 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.
JPlanner Programmer's Guide | © 2023 MindFusion |