org.gusdb.wdk.model
Class ParamSet
java.lang.Object
org.gusdb.wdk.model.ParamSet
- All Implemented Interfaces:
- ModelSetI
public class ParamSet
- extends java.lang.Object
- implements ModelSetI
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParamSet
public ParamSet()
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
- Specified by:
getName in interface ModelSetI
getParam
public Param getParam(java.lang.String name)
throws WdkUserException
- Throws:
WdkUserException
getElement
public java.lang.Object getElement(java.lang.String name)
- Specified by:
getElement in interface ModelSetI
getParams
public Param[] getParams()
addParam
public void addParam(Param param)
throws WdkModelException
- Throws:
WdkModelException
resolveReferences
public void resolveReferences(WdkModel model)
throws WdkModelException
- Specified by:
resolveReferences in interface ModelSetI
- Throws:
WdkModelException
setResources
public void setResources(WdkModel model)
throws WdkModelException
- Specified by:
setResources in interface ModelSetI
- Throws:
WdkModelException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object