Method Summary |
|
public void | addPropertyReference(String reference) Adds a templateObject property reference (used to customize templateObjects). |
protected Logger | getLogger() Gets the namespace logger (the logger under which output for this
template object should be written). |
public String | getName() Gets the current name of this TemplateObject. |
public String | getNamespace() Gets the namespace to which this template object belongs. |
public Object | getObject() Returns the actuall object instance described by this
template object. |
public URL | getResource() The resource in which the templateObject was found. |
public void | setClassName(String className) Sets the class of the transformation object. |
public void | setName(String name) |
public void | setNamespace(String namespace) Sets the namespace to which this template object belongs. |
protected void | setProperties(Object templateObject) Sets all the nested properties on the templateObject object. |
public void | setResource(URL resource) Sets the resource in which the templateObject was defined. |
public String | toString() |