public class WFSServerExplorerParameters extends AbstractDataParameters implements DataServerExplorerParameters
Modifier and Type | Field and Description |
---|---|
static String |
DYNCLASS_NAME |
static String |
DYNFIELDNAME_IGNORE_CACHE |
static String |
DYNFIELDNAME_URL |
static String |
DYNFIELDNAME_VERSION |
Constructor and Description |
---|
WFSServerExplorerParameters() |
Modifier and Type | Method and Description |
---|---|
protected DelegatedDynObject |
getDelegatedDynObject()
Returns an instance of the
DynObject to delegate to. |
String |
getExplorerName()
Returns the name of the data explorer type of the DataServerExplorer
represented by this DataServerExplorerParameters
|
boolean |
getIgnoreChace() |
String |
getUrl() |
String |
getVersion() |
void |
setIgnoreCache(Boolean ignoreCache) |
void |
setUrl(String url) |
void |
setVersion(String version) |
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 static final String DYNFIELDNAME_URL
public static final String DYNFIELDNAME_VERSION
public static final String DYNFIELDNAME_IGNORE_CACHE
protected DelegatedDynObject getDelegatedDynObject()
AbstractDataParameters
DynObject
to delegate to.getDelegatedDynObject
in class AbstractDataParameters
DynObject
public String getExplorerName()
DataServerExplorerParameters
getExplorerName
in interface DataServerExplorerParameters
public String getUrl()
public void setUrl(String url)
public String getVersion()
public void setVersion(String version)
public boolean getIgnoreChace()
public void setIgnoreCache(Boolean ignoreCache)