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.
-
MacroParseStat()
-
-
getLineNum()
- Returns the line number that the error occurred on.
-
getLineText()
- Returns the line text for the error.
-
getStatMessage()
- Returns the error message.
-
isSuccess()
- Because all stats are errors, this should always be false.
MacroParseStat
public MacroParseStat()
getLineNum
public int getLineNum()
- Returns the line number that the error occurred on.
- Returns:
- line number of the error
isSuccess
public boolean isSuccess()
- Because all stats are errors, this should always be false.
- Returns:
- success state for the statistic
getLineText
public String getLineText()
- Returns the line text for the error.
- Returns:
- success state for the statistic
getStatMessage
public String getStatMessage()
- Returns the error message.
- Returns:
- statistic error message
All Packages Class Hierarchy This Package Previous Next Index