com.ibm.portal.state.accessors.generic
Interface BooleanAccessor
- All Superinterfaces:
- Accessor, Disposable
- All Known Subinterfaces:
- BooleanAccessorController, ShowToolsAccessor, ShowToolsAccessorController
-
public interface BooleanAccessor
- extends Accessor
Interface providing read access to state information which
is represented by a boolean flag. Provides a method to evaluate
whether the flag is set or not.
- Since:
- 5.1
Method Summary
|
boolean |
isActive()
Evaluates whether the boolean flag is set or not. |
isActive
boolean isActive()
- Evaluates whether the boolean flag is set or not.
- Returns:
- true if the flag is set,
false otherwise.