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

Mutable (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util
Interface Mutable

All Known Implementing Classes:
MuBoolean, MuCharacter, MuNumber

public interface Mutable

Mutable object interface.

Version:
$Revision: 1.2 $
Author:
Jason Dillon

Method Summary
 Object getValue()
          Get the value of a mutable object.
 void setValue(Object value)
          Set the value of a mutable object.
 

Method Detail

setValue

public void setValue(Object value)
Set the value of a mutable object.

Parameters:
value - Target value for object.

getValue

public Object getValue()
Get the value of a mutable object.

Returns:
Object value.


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