org.freecompany.infoset
Class ContentReference<T>
java.lang.Object
org.freecompany.infoset.ContentReference<T>
- All Implemented Interfaces:
- Reference<T>
public class ContentReference<T>
- extends java.lang.Object
- implements Reference<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
content
protected final Infoset<T> content
ContentReference
public ContentReference(T content)
workaround
protected <V> Infoset<V> workaround(V content)
infoset
public Infoset<T> infoset()
- Specified by:
infoset
in interface Reference<T>
resolved
public boolean resolved()
- Specified by:
resolved
in interface Reference<T>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object