org.n52.oxf.valueDomains
Interface IGenericParameterValue

All Superinterfaces:
IContextSerializableXML

public interface IGenericParameterValue
extends IContextSerializableXML

This Parameter is used to represent Parameters, which are not covered directly by the OXF. This class should write something like this XML snippet in IContextSerializableXML.serializeToContext(StringBuffer):

  <GenericParameter name="className">
  .... SOME PARAMETER STUFF
  </GenericParameter>
 

Author:
Arne Broering

Method Summary
 String getClassName()
          informs about the current implementing class...
 String getName()
          the name of the parameter
 ParameterShell initParameter(Element elem)
           
 
Methods inherited from interface org.n52.oxf.serialization.IContextSerializableXML
serializeToContext
 

Method Detail

getClassName

String getClassName()
informs about the current implementing class...

Returns:
full qualified java class name

getName

String getName()
the name of the parameter

Returns:

initParameter

ParameterShell initParameter(Element elem)
Parameters:
elem -
Returns:


Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.