All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eNetwork.beans.HOD.event.MacroParseStat

java.lang.Object
   |
   +----com.ibm.eNetwork.beans.HOD.event.MacroParseStat

public class MacroParseStat
extends Object
Object passed on a MacroParseEvent that contains statistics on every error that occurred in a macro parse. See MacroParseEvent for instructions on how to correctly use the parsing objects.


Constructor Index

 o MacroParseStat()

Method Index

 o getLineNum()
Returns the line number that the error occurred on.
 o getLineText()
Returns the line text for the error.
 o getStatMessage()
Returns the error message.
 o isSuccess()
Because all stats are errors, this should always be false.

Constructors

 o MacroParseStat
 public MacroParseStat()

Methods

 o getLineNum
 public int getLineNum()
Returns the line number that the error occurred on.

Returns:
line number of the error
 o isSuccess
 public boolean isSuccess()
Because all stats are errors, this should always be false.

Returns:
success state for the statistic
 o getLineText
 public String getLineText()
Returns the line text for the error.

Returns:
success state for the statistic
 o getStatMessage
 public String getStatMessage()
Returns the error message.

Returns:
statistic error message

All Packages  Class Hierarchy  This Package  Previous  Next  Index