org.eclipse.smila.search.utils.param.def
Class DParameter
java.lang.Object
org.eclipse.smila.search.utils.param.def.DParameter
- Direct Known Subclasses:
- DBoolean, DDate, DDateList, DEnumeration, DFloat, DFloatList, DInteger, DIntegerList, DString, DStringList
public class DParameter
- extends java.lang.Object
- 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 |
_defaultExists
protected boolean _defaultExists
DParameter
public DParameter()
getConstraint
public java.lang.String getConstraint()
- Returns:
- String
getDescription
public java.lang.String getDescription()
- Returns:
- String
getName
public java.lang.String getName()
- Returns:
- String
getType
public java.lang.String getType()
- Returns:
- String
hasDefault
public boolean hasDefault()
setConstraint
public void setConstraint(java.lang.String constraint)
- Sets the constraint.
- Parameters:
constraint - The constraint to set
setDescription
public void setDescription(java.lang.String description)
- Sets the description.
- Parameters:
description - The description to set
setName
public void setName(java.lang.String name)
- Sets the name.
- Parameters:
name - The name to set
setType
public void setType(java.lang.String type)
- Sets the type.
- Parameters:
type - The type to set