SMILA (incubation) API documentation

org.eclipse.smila.search.utils.param.def
Class DStringList

java.lang.Object
  extended by org.eclipse.smila.search.utils.param.def.DParameter
      extended by org.eclipse.smila.search.utils.param.def.DStringList

public class DStringList
extends DParameter

Author:
brox IT-Solutions GmbH To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class org.eclipse.smila.search.utils.param.def.DParameter
_defaultExists
 
Constructor Summary
DStringList()
           
 
Method Summary
 void addDefault(java.lang.String value)
          Sets the value.
 java.lang.String[] getDefaults()
           
 
Methods inherited from class org.eclipse.smila.search.utils.param.def.DParameter
getConstraint, getDescription, getName, getType, hasDefault, setConstraint, setDescription, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DStringList

public DStringList()
Method Detail

addDefault

public void addDefault(java.lang.String value)
Sets the value.

Parameters:
value - The value to set

getDefaults

public java.lang.String[] getDefaults()
Returns:
String

SMILA (incubation) API documentation