public class Default extends java.lang.Object
IBinding
and a default value. It's value property
is either the value of the binding, but if the binding is null,
or the binding returns null, the default value is returned.Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
void |
discardFromPool() |
IBinding |
getBinding() |
java.lang.Object |
getDefaultValue() |
java.lang.Object |
getValue()
Returns the value of the binding.
|
void |
resetForPool() |
void |
setBinding(IBinding value) |
void |
setDefaultValue(java.lang.Object value) |
public Default()
public void resetForPool()
public void setBinding(IBinding value)
public IBinding getBinding()
public void setDefaultValue(java.lang.Object value)
public java.lang.Object getDefaultValue()
public java.lang.Object getValue()
public void discardFromPool()