public class OGRResourceParameters extends AbstractResourceParameters
Modifier and Type | Field and Description |
---|---|
static String |
DYNCLASS_NAME |
Constructor and Description |
---|
OGRResourceParameters() |
OGRResourceParameters(Object[] params) |
OGRResourceParameters(String connectionString) |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString() |
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
String |
getName() |
String |
getTypeName()
Returns the type name of the related resource.
|
protected static void |
registerPersistenceDefinition() |
getResurceID
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 OGRResourceParameters()
public OGRResourceParameters(String connectionString)
connectionString
- Connection stringpublic OGRResourceParameters(Object[] params)
params
- Array with parameter valuespublic String getTypeName()
ResourceParameters
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParameters
DynObject
to delegate to.getDelegatedDynObject
in class AbstractDataParameters
DynObject
public String getName()
public String getConnectionString()
protected static void registerPersistenceDefinition()