org.biopax.paxtools.controller
Class StringPropertyEditor

java.lang.Object
  extended by org.biopax.paxtools.controller.PropertyEditor
      extended by org.biopax.paxtools.controller.StringPropertyEditor

public class StringPropertyEditor
extends PropertyEditor

User: root Date: Aug 23, 2006 Time: 4:42:27 PM


Field Summary
 
Fields inherited from class org.biopax.paxtools.controller.PropertyEditor
addMethod, domain, getMethod, log, multipleCardinality, property, range, removeMethod, setMethod
 
Constructor Summary
StringPropertyEditor(java.lang.String property, java.lang.reflect.Method getMethod, java.lang.Class domain, java.lang.Class range, boolean multipleCardinality)
           
 
Method Summary
 
Methods inherited from class org.biopax.paxtools.controller.PropertyEditor
addMaxCardinalityRestriction, checkRestrictions, createPropertyEditor, getAddMethod, getDomain, getGetMethod, getMaxCardinality, getPrimarySetMethod, getProperty, getRange, getRemoveMethod, getSetMethod, getValueFromBean, invokeMethod, isInstanceOfAtLeastOne, isMultipleCardinality, isUnknown, removePropertyFromBean, setPropertyToBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringPropertyEditor

public StringPropertyEditor(java.lang.String property,
                            java.lang.reflect.Method getMethod,
                            java.lang.Class domain,
                            java.lang.Class range,
                            boolean multipleCardinality)