THISTYPE - The implementation typepublic interface ISeverityComparable<THISTYPE extends ISeverityComparable<THISTYPE>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEqualSevereThan(THISTYPE aOther)
Check if this object is of the same level (= equal important) than the
passed object.
|
boolean |
isLessOrEqualSevereThan(THISTYPE aOther)
Check if this object is of equal or lower level (= equally or less
important) than the passed object.
|
boolean |
isLessSevereThan(THISTYPE aOther)
Check if this object is of lower level (= less important) than the passed
object.
|
boolean |
isMoreOrEqualSevereThan(THISTYPE aOther)
Check if this object is of equal or higher level (= equally or more
important) than the passed object.
|
boolean |
isMoreSevereThan(THISTYPE aOther)
Check if this object is of higher level (= more important) than the passed
object.
|
boolean isEqualSevereThan(@Nonnull THISTYPE aOther)
aOther - The object to compare to.true if this object is equally important than the
passed object!boolean isLessSevereThan(@Nonnull THISTYPE aOther)
aOther - The object to compare to.true if this object is less important than the passed
object!boolean isLessOrEqualSevereThan(@Nonnull THISTYPE aOther)
aOther - The object to compare to.true if this object is equally or less important than
the passed object!boolean isMoreSevereThan(@Nonnull THISTYPE aOther)
aOther - The object to compare to.true if this object is more important than the passed
object!boolean isMoreOrEqualSevereThan(@Nonnull THISTYPE aOther)
aOther - The object to compare to.true if this object is equally or more important than
the passed object!Copyright © 2014–2016 Philip Helger. All rights reserved.