org.gvsig.fmap.dal
Interface DataServerExplorerParameters

All Superinterfaces:
DataParameters, DynObject, Persistent

public interface DataServerExplorerParameters
extends DataParameters

DataServerExplorer parameter container. Provides a way to obtain the name of the specific data explorer type described by this parameters.


Method Summary
 String getExplorerName()
          Returns the name of the data explorer type of the DataServerExplorer represented by this DataServerExplorerParameters
 
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
 

Method Detail

getExplorerName

String getExplorerName()
Returns the name of the data explorer type of the DataServerExplorer represented by this DataServerExplorerParameters

Returns:
a String containing the name of the data explorer type


Copyright © 2004-2012 gvSIG. All Rights Reserved.