org.freecompany.infoset
Class ContentReference<T>

java.lang.Object
  extended by org.freecompany.infoset.ContentReference<T>
All Implemented Interfaces:
Reference<T>

public class ContentReference<T>
extends java.lang.Object
implements Reference<T>


Field Summary
protected  Infoset<T> content
           
 
Constructor Summary
ContentReference(T content)
           
 
Method Summary
 Infoset<T> infoset()
           
 boolean resolved()
           
 java.lang.String toString()
           
protected
<V> Infoset<V>
workaround(V content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

content

protected final Infoset<T> content
Constructor Detail

ContentReference

public ContentReference(T content)
Method Detail

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