public interface HistoricalEventInterface
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getApiValue()This method is important when  isHuman()returns false because it allows an API consumer
 to obtain the original object that generated the value as an Object that can be cast to the proper
 type. | 
| java.util.Date | getDate()Returns the date the historical event was produced. | 
| java.lang.String | getHTMLString()Returns an HTML representation of the message. | 
| java.lang.String | getMessage()Return the text message for this historical event. | 
| java.lang.String | getSourceModule()This returns a "well known" string value that is the same for the module generating the historical value
 for instance, the mapper processor returns "mapper" and the ixbrl processor returns "ixbrl". | 
| java.lang.String | getToolTipText()The key information that could be used in a tool tip, can be null. | 
| boolean | isHuman()returns true if the information stored in this event is "human readable" this means it can
 be easily used for creating user messages with a reference to the fact value. | 
| java.lang.String | toString()Returns a text representation of the entire event including all the information available. | 
java.lang.String getMessage()
java.util.Date getDate()
java.lang.String getToolTipText()
java.lang.String getHTMLString()
java.lang.String toString()
toString in class java.lang.Objectboolean isHuman()
getMessage() or getToolTipText() as they might
 not even be able to compute a proper value. But it is guaranteed that a call to getApiValue
 will return the proper history valuejava.lang.String getSourceModule()
java.lang.Object getApiValue()
isHuman() returns false because it allows an API consumer
 to obtain the original object that generated the value as an Object that can be cast to the proper
 type. Use the value returned by getSourceModule() in order to cast the value.Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa