org.ujac.print
Interface Condition

All Known Implementing Classes:
CaseTag, ConditionTag, DefaultTag, ElseTag, ExtraRowTag, FooterPartTag, ForeachTag, HeaderFooterPartTag, HeaderPartTag, HeadTag, IfTag, IndexTag, MacroDefTag, PrintFooterRowTag, PrintGroupRowTag, PrintGroupTitleRowTag, PrintHeaderRowTag, PrintRowTag, PrintTableTag, SegmentTag, TocTag

public interface Condition

Name: Condition
Description: An interface for classes who are capable of evaluating conditions.

Author:
lauerc

Method Summary
 boolean isTrue()
          Checks whether the condition is true or not.
 

Method Detail

isTrue

boolean isTrue()
Checks whether the condition is true or not.

Returns:
true, if the condition evaluates to true, else false.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.