public class MultiResourceParameters extends AbstractResourceParameters
| Modifier and Type | Field and Description |
|---|---|
static String |
DYNCLASS_NAME |
| Constructor and Description |
|---|
MultiResourceParameters()
Creates a new
MultiResourceParameters. |
MultiResourceParameters(String name)
Creates a new
MultiResourceParameters. |
| Modifier and Type | Method and Description |
|---|---|
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
String |
getName() |
String |
getResurceID() |
String |
getTypeName()
Returns the type name of the related resource.
|
void |
setName(String name) |
clear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, loadFromState, saveToState, setDynValue, toString, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, getCopy, validateloadFromState, saveToStatedelegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuepublic static final String DYNCLASS_NAME
public MultiResourceParameters()
MultiResourceParameters.public MultiResourceParameters(String name)
MultiResourceParameters.name - for the parameters. Will be used as the name of the
MemoryResource created with this parametres.protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParametersDynObject to delegate to.getDelegatedDynObject in class AbstractDataParametersDynObjectpublic String getTypeName()
ResourceParameterspublic String getName()
public void setName(String name)
public String getResurceID()
getResurceID in interface ResourceParametersgetResurceID in class AbstractResourceParameters