org.codehaus.wadi.impl
Class StandardValue
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_config
protected final ValueConfig _config
_value
protected Object _value
StandardValue
public StandardValue(ValueConfig config)
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.