SMILA (incubation) API documentation

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

java.lang.Object
  extended by 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

Field Summary
protected  boolean _defaultExists
           
 
Constructor Summary
DParameter()
           
 
Method Summary
 java.lang.String getConstraint()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 boolean hasDefault()
           
 void setConstraint(java.lang.String constraint)
          Sets the constraint.
 void setDescription(java.lang.String description)
          Sets the description.
 void setName(java.lang.String name)
          Sets the name.
 void setType(java.lang.String type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_defaultExists

protected boolean _defaultExists
Constructor Detail

DParameter

public DParameter()
Method Detail

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

SMILA (incubation) API documentation