PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.model.aif
Interface IAIFValueBool

All Superinterfaces:
IAIFValue, IValueIntegral

public interface IAIFValueBool
extends IValueIntegral

Represents boolean value of IAIFValue


Method Summary
 boolean booleanValue()
          Determines whether this value is true
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IValueIntegral
bigIntegerValue
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFValue
getType, getValueString, length, sizeof
 

Method Detail

booleanValue

boolean booleanValue()
                     throws AIFException
Determines whether this value is true

Returns:
true if this value is true
Throws:
AIFException - on failure

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.