public interface FlagEnum<T extends java.lang.Enum<T>>
Modifier and Type | Method and Description |
---|---|
long |
getFlag()
Gets the flag value
|
java.util.Map<java.lang.Long,T> |
getMappedEnums()
Gets the mapped list of the enum integer value and type.
|
long getFlag()
java.util.Map<java.lang.Long,T> getMappedEnums()