Class BooleanValue
java.lang.Object
org.eclipse.m2m.atl.debug.core.adwp.Value
org.eclipse.m2m.atl.debug.core.adwp.BooleanValue
The boolean implementation of the debugger value.
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()toString()static BooleanValuevalueOf(boolean bool) Converts a boolean into aBooleanValue.
-
Method Details
-
getValue
public boolean getValue() -
toString
-
valueOf
Converts a boolean into aBooleanValue.- Parameters:
bool- the boolean- Returns:
- the
BooleanValue
-