nu.validator.messages.types
Class Info

java.lang.Object
  extended by nu.validator.messages.types.MessageType
      extended by nu.validator.messages.types.Info
Direct Known Subclasses:
Warning

 class Info
extends MessageType


Field Summary
private static char[] PRESENTATION_NAME
           
 
Fields inherited from class nu.validator.messages.types.MessageType
ERROR, FATAL, INFO, INTERNAL, IO, NON_DOCUMENT, SCHEMA, WARNING
 
Constructor Summary
Info()
           
 
Method Summary
 char[] getPresentationName()
           
 String getSuperType()
           
 
Methods inherited from class nu.validator.messages.types.MessageType
getFlatType, getSubType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRESENTATION_NAME

private static final char[] PRESENTATION_NAME
Constructor Detail

Info

Info()
Method Detail

getPresentationName

public char[] getPresentationName()
Specified by:
getPresentationName in class MessageType

getSuperType

public String getSuperType()
Specified by:
getSuperType in class MessageType