|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.configuration.OutputFormat_Impl
the interface describes the central configuration for generating a output format known by the wfs.
---------------------------------------------------------------------
Field Summary | |
private java.lang.String |
name
|
private ParameterList |
parameter
|
private java.lang.String |
responsibleClass
|
private java.net.URL |
schemaLocation
|
Constructor Summary | |
(package private) |
OutputFormat_Impl(java.lang.String name,
java.lang.String responsibleClass,
ParameterList parameter,
java.net.URL schemaLocation)
Creates a new OutputFormat_Impl object. |
Method Summary | |
void |
addParameter(Parameter parameter)
|
java.lang.String |
getName()
returns the name of the format |
ParameterList |
getParameter()
returns a list of parameters that will be submitted to the responsible class |
java.lang.String |
getResponsibleClass()
returns the name of the java class that's responsible for generating the format |
java.net.URL |
getSchemaLocation()
returns the location where a XML-schema description of a feature type is accessable |
void |
setName(java.lang.String name)
|
void |
setParameter(ParameterList parameter)
|
void |
setResponsibleClass(java.lang.String responsibleClass)
|
void |
setSchemaLocation(java.net.URL schemaLocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ParameterList parameter
private java.lang.String name
private java.lang.String responsibleClass
private java.net.URL schemaLocation
Constructor Detail |
OutputFormat_Impl(java.lang.String name, java.lang.String responsibleClass, ParameterList parameter, java.net.URL schemaLocation)
name
- responsibleClass
- parameter
- schemaLocation
- Method Detail |
public java.lang.String getName()
getName
in interface OutputFormat
public void setName(java.lang.String name)
getName()
public java.lang.String getResponsibleClass()
getResponsibleClass
in interface OutputFormat
public void setResponsibleClass(java.lang.String responsibleClass)
getResponsibleClass()
public ParameterList getParameter()
getParameter
in interface OutputFormat
public void setParameter(ParameterList parameter)
getParameter()
public void addParameter(Parameter parameter)
getParameter()
public java.net.URL getSchemaLocation()
getSchemaLocation
in interface OutputFormat
public void setSchemaLocation(java.net.URL schemaLocation)
getSchemaLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |