java.io.Serializable
DocumentContainer
, XMLDocumentContainer
public interface Container
extends java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getValue() |
Returns the contained value.
|
void |
setValue(java.lang.Object value) |
Modifies the value contained by this container.
|