public interface Template
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Template.DomainType
The domain of of the primitive. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DsTransactionData | 
createTransactionData()
Create a new empty transaction data holder for this template. 
 | 
java.lang.String | 
getDescription()
Get a textual description of this template, this is mainly intended for debug purposes. 
 | 
java.util.EnumSet<Template.DomainType> | 
getDomains()
Get the domains that this template is valid for. 
 | 
int | 
getId()
Get the template id. 
 | 
java.util.List<Primitive> | 
getPrimitives()
Get the list of primitives that this primitive contains. 
 | 
int getId()
java.util.List<Primitive> getPrimitives()
List< Primitive>)java.util.EnumSet<Template.DomainType> getDomains()
DomainTypeDsTransactionData createTransactionData()
java.lang.String getDescription()