+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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.
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

isActive

boolean isActive()
Evaluates whether the boolean flag is set or not.

Returns:
true if the flag is set, false otherwise.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD