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, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clear, getCopy, validate
loadFromState, saveToState
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
public 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()
AbstractDataParameters
DynObject
to delegate to.getDelegatedDynObject
in class AbstractDataParameters
DynObject
public String getTypeName()
ResourceParameters
public String getName()
public void setName(String name)
public String getResurceID()
getResurceID
in interface ResourceParameters
getResurceID
in class AbstractResourceParameters