public interface Level extends Comparable<Level>, Serializable
Representation of the security level in the application
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Level level)
Compares current level to a given level
|
int compareTo(Level level)
compareTo in interface Comparable<Level>Copyright © 2024. All rights reserved.