atg.svc.repository.beans
Class FieldDefinitionIndexingEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by atg.svc.repository.beans.FieldDefinitionIndexingEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class FieldDefinitionIndexingEditor
extends java.beans.PropertyEditorSupport

This is the PropertyEditor for the FieldDefinitionIndexing class. That class provides access to instances that represent various String "tag" values. This PropertyEditor allows the application to supply one of those String "tag" values to the setAsText(java.lang.String) method and retrieve the corresponding FieldDefinitionIndexing by calling PropertyEditorSupport.getValue(). The full list of allowed "tag" values can be obtained by calling getTags().


Constructor Summary
FieldDefinitionIndexingEditor()
           
 
Method Summary
 java.lang.String[] getTags()
           
 void setAsText(java.lang.String text)
           
 
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

FieldDefinitionIndexingEditor

public FieldDefinitionIndexingEditor()
Method Detail

getTags

public java.lang.String[] getTags()
Specified by:
getTags in interface java.beans.PropertyEditor
Overrides:
getTags in class java.beans.PropertyEditorSupport

setAsText

public void setAsText(java.lang.String text)
Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport