net.sf.jame.core.common
Class LongElement

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

public class LongElement
extends ValueConfigElement<java.lang.Long>

Author:
Andrea Medeghini
See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_ID
           
 
Fields inherited from class net.sf.jame.core.config.ValueConfigElement
VALUE_CHANGED
 
Constructor Summary
LongElement(java.lang.Long defaultValue)
           
 
Method Summary
 LongElement 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
Constructor Detail

LongElement

public LongElement(java.lang.Long defaultValue)
Parameters:
defaultValue -
Method Detail

clone

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

copyFrom

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