org.apache.axis.components.net
Class BooleanHolder

java.lang.Object
  extended byorg.apache.axis.components.net.BooleanHolder

public class BooleanHolder
extends Object

hold a boolean value.

Author:
Davanum Srinivas (dims@yahoo.com)

Field Summary
 boolean value
          Field value
 
Constructor Summary
BooleanHolder(boolean value)
          Constructor BooleanHolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public boolean value
Field value

Constructor Detail

BooleanHolder

public BooleanHolder(boolean value)
Constructor BooleanHolder

Parameters:
value -


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.