| Constructor and Description |
|---|
FromRef()
Create an instance with no name.
|
FromRef(String name)
Create an instance with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
S |
bind(S value)
Bind the given value to this reference.
|
S |
get()
Get the bound value.
|
boolean |
isBound()
Determine if this instance is bound.
|
String |
toString() |
void |
unbind()
Unbind the bound value, if any.
|
public FromRef()
public FromRef(String name)
The name is only used for debugging purposes.
name - reference name, or null for nonepublic S bind(S value)
Refpublic S get()
Refpublic void unbind()
Refpublic boolean isBound()
RefCopyright © 2023. All rights reserved.