atg.search.routing.command.search
Class BrowseRequest.RecurseDocumentsType.RecurseDocumentsTypeEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by atg.core.util.Enum.EnumEditor
          extended by atg.search.routing.command.search.BrowseRequest.RecurseDocumentsType.RecurseDocumentsTypeEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Enclosing class:
BrowseRequest.RecurseDocumentsType

public static class BrowseRequest.RecurseDocumentsType.RecurseDocumentsTypeEditor
extends Enum.EnumEditor


Constructor Summary
BrowseRequest.RecurseDocumentsType.RecurseDocumentsTypeEditor()
           
 
Method Summary
 java.lang.Class getEnumClass()
           
 
Methods inherited from class atg.core.util.Enum.EnumEditor
getTags, setAsText
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowseRequest.RecurseDocumentsType.RecurseDocumentsTypeEditor

public BrowseRequest.RecurseDocumentsType.RecurseDocumentsTypeEditor()
Method Detail

getEnumClass

public java.lang.Class getEnumClass()
Specified by:
getEnumClass in class Enum.EnumEditor
Returns:
The Enum subclass this instance is the editor for. This method is only necessary because we can't guarantee that setValue will be called before other methods (like getTags).