Package org.biopax.paxtools.controller
Class StringPropertyEditor<D extends BioPAXElement>
java.lang.Object
org.biopax.paxtools.controller.PropertyAccessorAdapter<D,String>
org.biopax.paxtools.controller.SimplePropertyAccessor<D,String>
org.biopax.paxtools.controller.AbstractPropertyEditor<D,String>
org.biopax.paxtools.controller.StringPropertyEditor<D>
- 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:
-
Field Summary
Fields inherited from class org.biopax.paxtools.controller.AbstractPropertyEditor
addMethod, checkRestrictions, log, property, removeMethod, setMethodFields inherited from class org.biopax.paxtools.controller.SimplePropertyAccessor
getMethodFields inherited from class org.biopax.paxtools.controller.PropertyAccessorAdapter
domain, multipleCardinality, range -
Constructor Summary
ConstructorsConstructorDescriptionStringPropertyEditor(String property, Method getMethod, Class<D> domain, boolean multipleCardinality) -
Method Summary
Methods inherited from class org.biopax.paxtools.controller.AbstractPropertyEditor
addMaxCardinalityRestriction, checkRestrictions, createPropertyEditor, detectRange, getAddMethod, getGetMethod, getMaxCardinality, getPrimarySetMethod, getProperty, getRemoveMethod, getSetMethod, getUnknown, invokeMethod, isInstanceOfAtLeastOne, removeValueFromBean, removeValueFromBean, setValueToBean, setValueToBean, toStringMethods inherited from class org.biopax.paxtools.controller.SimplePropertyAccessor
getValueFromBean, isMultipleCardinality, isUnknownMethods inherited from class org.biopax.paxtools.controller.PropertyAccessorAdapter
getDomain, getRange, getValueFromBeans, isMultipleCardinalityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biopax.paxtools.controller.PropertyAccessor
getDomain, getRange, getValueFromBean, getValueFromBeans, isMultipleCardinality, isUnknownMethods inherited from interface org.biopax.paxtools.controller.PropertyEditor
addMaxCardinalityRestriction, getAddMethod, getGetMethod, getMaxCardinality, getPrimarySetMethod, getProperty, getRemoveMethod, getSetMethod, getUnknown, removeValueFromBean, removeValueFromBean, setValueToBean, setValueToBean, toString
-
Constructor Details
-
StringPropertyEditor
-
-
Method Details
-
parseValueFromString
- Overrides:
parseValueFromStringin classAbstractPropertyEditor<D extends BioPAXElement,String>
-