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