databionics.modules
Class FolderParameter

java.lang.Object
  extended by databionics.modules.Parameter
      extended by databionics.modules.AbstractStringParameter
          extended by databionics.modules.FolderParameter

public class FolderParameter
extends AbstractStringParameter

Parameter with string argument for folders.


Field Summary
protected static org.apache.log4j.Logger log
          log4j logging
 
Fields inherited from class databionics.modules.AbstractStringParameter
def, value
 
Fields inherited from class databionics.modules.Parameter
constant, description, longName, name, optional
 
Constructor Summary
FolderParameter()
           
 
Method Summary
 java.lang.Object clone()
          Creates and returns a copy of this object.
 java.lang.String toXml()
          XML representation
static FolderParameter valueOf(org.w3c.dom.Element el)
          Create a FolderParameter from an XML tag
 
Methods inherited from class databionics.modules.AbstractStringParameter
getDefault, getValue, getValueAsString, setDefault, setValue, toString
 
Methods inherited from class databionics.modules.Parameter
getDescription, getLongName, getName, isConstant, isOptional, setConstant, setDescription, setLongName, setName, setOptional
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
log4j logging

Constructor Detail

FolderParameter

public FolderParameter()
Method Detail

clone

public java.lang.Object clone()
Creates and returns a copy of this object.

Specified by:
clone in class Parameter

valueOf

public static FolderParameter valueOf(org.w3c.dom.Element el)
Create a FolderParameter from an XML tag


toXml

public java.lang.String toXml()
XML representation

Specified by:
toXml in class Parameter


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.