org.jbpm.formModeler.core.processing
public interface BindingManager
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
getPropertyDefinition(String propertyName,
Class clazz) |
PropertyDefinition |
getPropertyDefinition(String propertyName,
String className) |
Object |
getPropertyValue(Object obj,
String propName) |
boolean |
hasProperty(Object obj,
String propName) |
void |
setPropertyValue(Object destination,
String propName,
Object value) |
PropertyDefinition getPropertyDefinition(String propertyName, String className) throws Exception
Exception
PropertyDefinition getPropertyDefinition(String propertyName, Class clazz) throws Exception
Exception
void setPropertyValue(Object destination, String propName, Object value) throws NoSuchFieldException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.