org.codehaus.wadi.impl
Class StandardValue

java.lang.Object
  extended byorg.codehaus.wadi.impl.StandardValue
All Implemented Interfaces:
Value
Direct Known Subclasses:
DistributableValue

public class StandardValue
extends Object
implements Value

A simple slot for holding and Attribute's value

Version:
$Revision: 1177 $
Author:
Jules Gosnell

Field Summary
protected  ValueConfig _config
           
protected  Object _value
           
 
Constructor Summary
StandardValue(ValueConfig config)
           
 
Method Summary
 Object getValue()
           
 Object setValue(Object newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_config

protected final ValueConfig _config

_value

protected Object _value
Constructor Detail

StandardValue

public StandardValue(ValueConfig config)
Method Detail

getValue

public Object getValue()
Specified by:
getValue in interface Value

setValue

public Object setValue(Object newValue)
Specified by:
setValue in interface Value


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.