站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

BooleanHolder (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


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.