nu.validator.messages.types
Class MessageType
java.lang.Object
nu.validator.messages.types.MessageType
- Direct Known Subclasses:
- Error, Info, NonDocumentError
public abstract class MessageType
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR
public static final MessageType ERROR
FATAL
public static final MessageType FATAL
INFO
public static final MessageType INFO
INTERNAL
public static final MessageType INTERNAL
IO
public static final MessageType IO
NON_DOCUMENT
public static final MessageType NON_DOCUMENT
SCHEMA
public static final MessageType SCHEMA
WARNING
public static final MessageType WARNING
flatType
private final String flatType
MessageType
public MessageType()
getPresentationName
public abstract char[] getPresentationName()
getSuperType
public abstract String getSuperType()
getSubType
public String getSubType()
getFlatType
public String getFlatType()
- Returns the flatType.
- Returns:
- the flatType