Methods Summary |
---|
public void | add(Reference reference)Adds a reference to this reference list.
|
public java.util.Iterator | getReferences()Returns an Iterator over all the Reference s
contatined in this ReferenceList .
|
public boolean | isEmpty()Indicates if the ReferenceList is empty.
|
public Reference | newDataReference(java.lang.String uri)DataReference factory method. Returns a
DataReference .
|
public Reference | newKeyReference(java.lang.String uri)KeyReference factory method. Returns a
KeyReference .
|
public void | remove(Reference reference)Removes a reference from the ReferenceList .
|
public int | size()Returns the size of the ReferenceList .
|