public interface Container extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
Returns the contained value.
|
void |
setValue(Object value)
Modifies the value contained by this container.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.