org.gvsig.fmap.dal.store.memory
Class MemoryStoreParameters

java.lang.Object
  extended by org.gvsig.fmap.dal.spi.AbstractDataParameters
      extended by org.gvsig.fmap.dal.store.memory.MemoryStoreParameters
All Implemented Interfaces:
DataParameters, DataStoreParameters, DynObject, Persistent

public class MemoryStoreParameters
extends org.gvsig.fmap.dal.spi.AbstractDataParameters
implements DataStoreParameters

Author:
Jorge Piera

Field Summary
static String ORDER_PARAMETER_NAME
           
 
Constructor Summary
MemoryStoreParameters()
           
MemoryStoreParameters(String name)
           
 
Method Summary
 String getDataStoreName()
          Returns the DataStore's name
protected  DelegatedDynObject getDelegatedDynObject()
           
 String getDescription()
          Returns the DataStore's description
 String getName()
           
 String getOrderByAttributeName()
           
protected  void initialize(String name)
           
 boolean isValid()
          Indicates whether these parameters are valid.
protected static void registerParametersDefinition()
           
 
Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataParameters
clear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, loadFromState, saveToState, setDynValue, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gvsig.fmap.dal.DataParameters
clear, getCopy, validate
 
Methods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
 
Methods inherited from interface org.gvsig.tools.dynobject.DynObject
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
 

Field Detail

ORDER_PARAMETER_NAME

public static final String ORDER_PARAMETER_NAME
See Also:
Constant Field Values
Constructor Detail

MemoryStoreParameters

public MemoryStoreParameters()

MemoryStoreParameters

public MemoryStoreParameters(String name)
Method Detail

initialize

protected void initialize(String name)

getDelegatedDynObject

protected DelegatedDynObject getDelegatedDynObject()
Specified by:
getDelegatedDynObject in class org.gvsig.fmap.dal.spi.AbstractDataParameters

registerParametersDefinition

protected static void registerParametersDefinition()

getDataStoreName

public String getDataStoreName()
Description copied from interface: DataStoreParameters
Returns the DataStore's name

Specified by:
getDataStoreName in interface DataStoreParameters
Returns:
a String containing the DataStore's name

getDescription

public String getDescription()
Description copied from interface: DataStoreParameters
Returns the DataStore's description

Specified by:
getDescription in interface DataStoreParameters
Returns:
a String containing the DataStore's description

isValid

public boolean isValid()
Description copied from interface: DataStoreParameters
Indicates whether these parameters are valid.

Specified by:
isValid in interface DataStoreParameters
Returns:
true if these parameters are valid, false if not.

getName

public String getName()

getOrderByAttributeName

public String getOrderByAttributeName()


Copyright © 2004-2012 gvSIG. All Rights Reserved.