com.novell.ecb.value
Interface BooleanValue

All Superinterfaces:
Value

public interface BooleanValue
extends Value

The BooleanValue syntax is used for attributes whose values represent true or false.


Method Summary
 boolean booleanValue()
          Returns the value of the BooleanValue object as a boolean.
 
Methods inherited from interface com.novell.ecb.value.Value
compareTo, getName, getObjectInstance, getSyntaxName
 

Method Detail

booleanValue

public boolean booleanValue()
Returns the value of the BooleanValue object as a boolean.

Returns:
boolean Returns boolean value of this object.


Copyright © 2001-2003 Novell, Inc. All Rights Reserved.