@Immutable public class ErrorLevel extends Object implements IErrorLevel
IErrorLevel interface.| Constructor and Description |
|---|
ErrorLevel(String sID,
int nNumericLevel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getID()
Get the unique ID of this object.
|
int |
getNumericLevel() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, getMostSevere, isEQ, isError, isFailure, isGE, isGT, isHighest, isLE, isLT, isNE, isNoError, isSuccessgetComparatorIDand, orpublic ErrorLevel(@Nonnull @Nonempty String sID, @Nonnegative int nNumericLevel)
@Nonnull @Nonempty public String getID()
IHasIDString than the
returned value must match an XML NMToken expression (so e.g. no ':' in the
ID)!@Nonnegative public int getNumericLevel()
getNumericLevel in interface IErrorLevelCopyright © 2014–2020 Philip Helger. All rights reserved.