org.objectweb.fractal.adl.attributes
Class StaticJavaAttributeBuilder
- AttributeBuilder
public class StaticJavaAttributeBuilder
A Java based, static implementation of the
AttributeBuilder
interface. This implementation produces standard Java code that sets
component attributes.
void | setAttribute(Object component, String attributeController, String name, String value, Object context)
|
setAttribute
public void setAttribute(Object component,
String attributeController,
String name,
String value,
Object context)
throws Exception
- setAttribute in interface AttributeBuilder