public abstract class ForwardingNameable extends com.google.common.collect.ForwardingObject implements Nameable
Note that this class does not forward the equals
and hashCode methods through to the backing object.
See ForwardingObject for more details.
| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingNameable()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Nameable |
delegate() |
java.lang.String |
getName()
Gets the fully qualified name.
|
protected ForwardingNameable()
protected abstract Nameable delegate()
delegate in class com.google.common.collect.ForwardingObject