SMILA (incubation) API documentation

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

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

public class DEnumeration
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
DEnumeration()
           
 
Method Summary
 void addDefault(java.lang.String defaultValue)
          Sets the value.
 void addValue(java.lang.String value)
          Sets the value.
 java.lang.String[] getDefaults()
           
 java.lang.String[] getValues()
           
 boolean isAllowMultiple()
           
 void setAllowMultiple(boolean allowMultiple)
          Sets the allowMultiple.
 
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

DEnumeration

public DEnumeration()
Method Detail

addDefault

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

Parameters:
defaultValue - The value to set

addValue

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

Parameters:
value - The value to set

getDefaults

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

getValues

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

isAllowMultiple

public boolean isAllowMultiple()
Returns:
boolean

setAllowMultiple

public void setAllowMultiple(boolean allowMultiple)
Sets the allowMultiple.

Parameters:
allowMultiple - The allowMultiple to set

SMILA (incubation) API documentation