Class StringPropertyEditor<D extends BioPAXElement>

All Implemented Interfaces:
DataPropertyEditor<D,String>, PropertyAccessor<D,String>, PropertyEditor<D,String>

public class StringPropertyEditor<D extends BioPAXElement> extends AbstractPropertyEditor<D,String> implements DataPropertyEditor<D,String>
Provides an String class compatible editor by extending the PropertyEditor.
See Also: