org.eclipse.smila.search.utils.param.def
Class DEnumeration
java.lang.Object
org.eclipse.smila.search.utils.param.def.DParameter
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEnumeration
public DEnumeration()
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