pobs.action
Class PBoolean

java.lang.Object
  extended bypobs.action.PBoolean

public class PBoolean
extends java.lang.Object

Author:
Martijn W. van der Lee

Constructor Summary
PBoolean()
          PBoolean constructor comment.
PBoolean(boolean value)
          PBoolean constructor comment.
 
Method Summary
 boolean booleanValue()
          Insert the method's description here.
 java.lang.Boolean getBoolean()
          Insert the method's description here.
 PAction setAction()
           
 PAction setAction(boolean c)
           
 PAction setAction(PBoolean c)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PBoolean

public PBoolean()
PBoolean constructor comment.


PBoolean

public PBoolean(boolean value)
PBoolean constructor comment.

Method Detail

booleanValue

public boolean booleanValue()
Insert the method's description here.

Returns:
boolean

getBoolean

public java.lang.Boolean getBoolean()
Insert the method's description here.

Returns:
boolean

setAction

public PAction setAction()

setAction

public PAction setAction(PBoolean c)

setAction

public PAction setAction(boolean c)

toString

public java.lang.String toString()