com.u2d.type
Class LogEventType

java.lang.Object
  extended by com.u2d.model.AbstractEObject
      extended by com.u2d.model.AbstractAtomicEO
          extended by com.u2d.type.atom.ChoiceEO
              extended by com.u2d.type.LogEventType
All Implemented Interfaces:
Searchable, AtomicEObject, ChangeNotifier, EObject, Viewable, Choice, ValidationNotifier, java.io.Serializable

public class LogEventType
extends ChoiceEO

Date: Jun 9, 2005 Time: 10:48:20 AM

Author:
Eitan Suez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.u2d.type.atom.ChoiceEO
_value
 
Fields inherited from class com.u2d.model.AbstractEObject
_listenerList, _postListeners, _validationEvent, _validationListenerList, changeEvent
 
Constructor Summary
LogEventType()
           
LogEventType(java.lang.String value)
           
 
Method Summary
 java.util.Collection entries()
           
 
Methods inherited from class com.u2d.type.atom.ChoiceEO
caption, code, equals, getCustomTypeImplementorClass, getEditor, getInequalities, getRenderer, hashCode, isEmpty, makeCopy, parseValue, setValue, setValue, title, toString
 
Methods inherited from class com.u2d.model.AbstractAtomicEO
commands, getMainView, getView, iconLg, iconSm, type, validate
 
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
 
Methods inherited from interface com.u2d.model.EObject
field, parentObject, setField
 
Methods inherited from interface com.u2d.validation.ValidationNotifier
addValidationListener, fireValidationException, fireValidationException, removeValidationListener
 
Methods inherited from interface com.u2d.model.ChangeNotifier
addChangeListener, fireStateChanged, removeChangeListener
 

Constructor Detail

LogEventType

public LogEventType()

LogEventType

public LogEventType(java.lang.String value)
Method Detail

entries

public java.util.Collection entries()
Specified by:
entries in class ChoiceEO