public interface IConditionalReport extends ISimpleReport
NEWLINE| Modifier and Type | Method and Description |
|---|---|
IConstraint |
getCondition()
Return the "if" condition.
|
ICompoundReport |
getElse()
Return the report to create if the condition was false.
|
ICompoundReport |
getThen()
Return the report to create if the condition was true.
|
accept, dump, getColumn, getLine, getUserData, setUserDataIConstraint getCondition()
ICompoundReport getThen()
ICompoundReport getElse()
Copyright © 2006-2013. All Rights Reserved.