com.u2d.restrict
Class FieldRestrictionType

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.restrict.FieldRestrictionType
All Implemented Interfaces:
Searchable, AtomicEObject, ChangeNotifier, EObject, Viewable, Choice, ValidationNotifier, java.io.Serializable

public class FieldRestrictionType
extends ChoiceEO

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
FieldRestrictionType()
           
FieldRestrictionType(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

FieldRestrictionType

public FieldRestrictionType()

FieldRestrictionType

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

entries

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