org.eclipse.m2m.atl.debug.core.adwp
Class BooleanValue

java.lang.Object
  extended by org.eclipse.m2m.atl.debug.core.adwp.Value
      extended by org.eclipse.m2m.atl.debug.core.adwp.BooleanValue

public final class BooleanValue
extends Value

The boolean implementation of the debugger value.


Method Summary
 boolean getValue()
           
 java.lang.String toString()
          
static BooleanValue valueOf(boolean bool)
          Converts a boolean into a BooleanValue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public boolean getValue()

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

valueOf

public static BooleanValue valueOf(boolean bool)
Converts a boolean into a BooleanValue.

Parameters:
bool - the boolean
Returns:
the BooleanValue

Copyright 2007 IBM Corporation and others.
All Rights Reserved.