org.gusdb.wdk.model
Class ReferenceList

java.lang.Object
  extended by org.gusdb.wdk.model.ReferenceList
All Implemented Interfaces:
ModelSetI

public class ReferenceList
extends java.lang.Object
implements ModelSetI

Created: Mon May 10 12:34:30 2004


Constructor Summary
ReferenceList()
           
 
Method Summary
 void addReference(Reference reference)
           
 java.lang.Object getElement(java.lang.String name)
           
 java.lang.String getName()
           
 Reference[] getReferences()
           
 void resolveReferences(WdkModel model)
          Check to make sure the reference twoPartNames are valid
 void setName(java.lang.String name)
           
 void setResources(WdkModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceList

public ReferenceList()
Method Detail

getReferences

public Reference[] getReferences()

addReference

public void addReference(Reference reference)
                  throws WdkModelException
Throws:
WdkModelException

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()
Specified by:
getName in interface ModelSetI

getElement

public java.lang.Object getElement(java.lang.String name)
Specified by:
getElement in interface ModelSetI

resolveReferences

public void resolveReferences(WdkModel model)
                       throws WdkModelException
Check to make sure the reference twoPartNames are valid

Specified by:
resolveReferences in interface ModelSetI
Throws:
WdkModelException

setResources

public void setResources(WdkModel model)
                  throws WdkModelException
Specified by:
setResources in interface ModelSetI
Throws:
WdkModelException