public interface JoriaTemplate
Interface to a template for generating a report. Use this template to generate a report from the template. JoriaTemplate objects are returned by a JoriaRuntime object.
Copyright: Copyright (c) Qint Software GmbH 2001
Company: Qint Software GmbH (www.qintsoft.com)
//trdone
| Method Summary | |
|---|---|
java.lang.String |
forType()
Get the name of the declared class of the template. |
java.lang.String |
getAccessName()
The name of the root |
java.lang.String |
getDescription()
The description of the template |
java.lang.String |
getName()
The name of the template |
java.lang.String |
getPhysicalRootTypeName()
The name of the name of the type that is used in the underlying data store. |
java.lang.String |
getRootClassName()
The name of the root type (class or view) |
| Method Detail |
|---|
java.lang.String forType()
java.lang.String getAccessName()
java.lang.String getDescription()
java.lang.String getName()
java.lang.String getPhysicalRootTypeName()
java.lang.String getRootClassName()