com.u2d.type.atom
Class CharEO
java.lang.Object
com.u2d.model.AbstractEObject
com.u2d.model.AbstractAtomicEO
com.u2d.type.atom.CharEO
- All Implemented Interfaces:
- AtomicEObject, ChangeNotifier, EObject, Viewable, ValidationNotifier, java.io.Serializable
public class CharEO
- extends AbstractAtomicEO
- Author:
- Eitan Suez
- See Also:
- Serialized Form
| Methods inherited from class com.u2d.model.AbstractEObject |
addChangeListener, addPostChangeListener, addValidationListener, currentUser, field, fireStateChanged, fireValidationException, fireValidationException, hbmPersistor, parentObject, persistor, removeChangeListener, removePostChangeListener, removeValidationListener, setField, vmech |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CharEO
public CharEO()
CharEO
public CharEO(char value)
charValue
public char charValue()
stringValue
public java.lang.String stringValue()
setValue
public void setValue(char value)
setValue
public void setValue(EObject value)
- Specified by:
setValue in interface EObject- Specified by:
setValue in class AbstractEObject
title
public Title title()
- Specified by:
title in interface EObject- Specified by:
title in class AbstractEObject
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface EObject- Specified by:
isEmpty in class AbstractEObject
isEmpty
public static boolean isEmpty(char value)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getRenderer
public AtomicRenderer getRenderer()
getEditor
public AtomicEditor getEditor()
parseValue
public void parseValue(java.lang.String stringValue)
makeCopy
public EObject makeCopy()
- Specified by:
makeCopy in interface EObject- Specified by:
makeCopy in class AbstractEObject