IMPLTYPE - Implementation typepublic interface IHasErrorLevelComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>> extends IHasErrorLevel, ISeverityComparable<IMPLTYPE>, IGenericImplTrait<IMPLTYPE>
IErrorLevel.| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(IMPLTYPE aOther) |
default boolean |
isEQ(IMPLTYPE aOther)
Check if this object is of the same level (= equal important) than the
passed object.
|
default boolean |
isGE(IMPLTYPE aOther)
Check if this object is of equal or higher level (= equally or more
important) than the passed object.
|
default boolean |
isGT(IMPLTYPE aOther)
Check if this object is of higher level (= more important) than the passed
object.
|
default boolean |
isLE(IMPLTYPE aOther)
Check if this object is of equal or lower level (= equally or less
important) than the passed object.
|
default boolean |
isLT(IMPLTYPE aOther)
Check if this object is of lower level (= less important) than the passed
object.
|
default boolean |
isNE(IMPLTYPE aOther)
Check if this object is of a different level (= different importance) than
the passed object.
|
getErrorLevel, hasErrorLevel, isError, isFailure, isNoError, isSuccessand, orthisAsTdefault boolean isEQ(@Nonnull IMPLTYPE aOther)
ISeverityComparableisEQ in interface ISeverityComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>aOther - The object to compare to.true if this object is equally important than the
passed object!default boolean isNE(@Nonnull IMPLTYPE aOther)
ISeverityComparableisNE in interface ISeverityComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>aOther - The object to compare to.true if this object is not equally important than the
passed object!default boolean isLT(@Nonnull IMPLTYPE aOther)
ISeverityComparableisLT in interface ISeverityComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>aOther - The object to compare to.true if this object is less important than the passed
object!default boolean isLE(@Nonnull IMPLTYPE aOther)
ISeverityComparableisLE in interface ISeverityComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>aOther - The object to compare to.true if this object is equally or less important than
the passed object!default boolean isGT(@Nonnull IMPLTYPE aOther)
ISeverityComparableisGT in interface ISeverityComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>aOther - The object to compare to.true if this object is more important than the passed
object!default boolean isGE(@Nonnull IMPLTYPE aOther)
ISeverityComparableisGE in interface ISeverityComparable<IMPLTYPE extends IHasErrorLevelComparable<IMPLTYPE>>aOther - The object to compare to.true if this object is equally or more important than
the passed object!Copyright © 2014–2019 Philip Helger. All rights reserved.