net.sf.jame.mandelbrot.common
Class CriteriaElement

java.lang.Object
  extended by net.sf.jame.core.config.AbstractConfigElement
      extended by net.sf.jame.core.config.ValueConfigElement<java.lang.Integer>
          extended by net.sf.jame.mandelbrot.common.CriteriaElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, ConfigElement

public class CriteriaElement
extends ValueConfigElement<java.lang.Integer>

Author:
Andrea Medeghini
See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_ID
           
static int FIRST_OUT
           
 
Fields inherited from class net.sf.jame.core.config.ValueConfigElement
VALUE_CHANGED
 
Constructor Summary
CriteriaElement(java.lang.Integer defaultValue)
           
 
Method Summary
 CriteriaElement clone()
           
 void copyFrom(ConfigElement source)
           
 
Methods inherited from class net.sf.jame.core.config.ValueConfigElement
dispose, equals, getDefaultValue, getValue, isValueChanged, setValue
 
Methods inherited from class net.sf.jame.core.config.AbstractConfigElement
addChangeListener, checkContext, finalize, fireConfigChanged, getClassId, getContext, getUserData, removeChangeListener, setContext, setUserData, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_ID

public static final java.lang.String CLASS_ID
See Also:
Constant Field Values

FIRST_OUT

public static final int FIRST_OUT
See Also:
Constant Field Values
Constructor Detail

CriteriaElement

public CriteriaElement(java.lang.Integer defaultValue)
Parameters:
defaultValue -
Method Detail

clone

public CriteriaElement clone()
Specified by:
clone in interface ConfigElement
Specified by:
clone in class ValueConfigElement<java.lang.Integer>
Returns:
See Also:
ValueConfigElement.clone()

copyFrom

public void copyFrom(ConfigElement source)
See Also:
ConfigElement.copyFrom(net.sf.jame.core.config.ConfigElement)