<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class sun.tools.debug.RemoteBoolean
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-sun.tools.debug.html">This Package</a>  <a href="sun.tools.debug.RemoteArray.html#_top_">Previous</a>  <a href="sun.tools.debug.RemoteByte.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class sun.tools.debug.RemoteBoolean
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="sun.tools.debug.RemoteValue.html#_top_">sun.tools.debug.RemoteValue</a>
           |
           +----sun.tools.debug.RemoteBoolean
</pre>
<hr>
<dl>
  <dt> public class <b>RemoteBoolean</b>
  <dt> extends <a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
</dl>
The RemoteBoolean class extends RemoteValue for booleans.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>, <a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#get()"><b>get</b></a>()
  <dd> Return the boolean's value.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#toString()"><b>toString</b></a>()
  <dd> Return the boolean's value as a string.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#typeName()"><b>typeName</b></a>()
  <dd> Print this RemoteValue's type ("boolean").
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="get()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="get"><b>get</b></a>
<pre>
 public boolean get()
</pre>
<dl>
  <dd> Return the boolean's value.
<p>
</dl>
<a name="typeName()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="typeName"><b>typeName</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> typeName()
</pre>
<dl>
  <dd> Print this RemoteValue's type ("boolean").
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="sun.tools.debug.RemoteValue.html#typeName()">typeName</a> in class <a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
  </dl></dd>
</dl>
<a name="toString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="toString"><b>toString</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> toString()
</pre>
<dl>
  <dd> Return the boolean's value as a string.
<p>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.lang.Object.html#toString()">toString</a> in class <a href="java.lang.Object.html#_top_">Object</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-sun.tools.debug.html">This Package</a>  <a href="sun.tools.debug.RemoteArray.html#_top_">Previous</a>  <a href="sun.tools.debug.RemoteByte.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
