public interface MutableProposedHolder
Instance implementations, where can hold a proposed new
value different from the underlying value.
TODO: same concept as ProposedHolder, so should try to combine.
| Modifier and Type | Method and Description |
|---|---|
Object |
getProposed()
The proposed (pending) value, if applicable.
|
void |
setProposed(Object value)
Sets the proposed (pending) value, if applicable.
|
Object getProposed()
See Specification#createInstanceProposalEvent(Instance) for an
indication as to whether the state will be populated, and what its type
will be.
void setProposed(Object value)
See Specification#createInstanceProposalEvent(Instance) for an
indication as to whether the proposed state should be populated, and what
its type will be.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.