com.metamatrix.vdb.materialization.template
Interface Template


public interface Template

Captures the idea that templates are provided with attributes. This is the mechanism for passing parameters into the templates.

Since:
4.2

Field Summary
static java.lang.String CONN_PROPS
           
static java.lang.String LOAD
           
static java.lang.String SWAP
           
static java.lang.String TRUNCATE
           
 
Method Summary
 void setAttribute(java.lang.String attributeName, java.lang.Object value)
          Set an attrubute on this template.
 

Field Detail

TRUNCATE

static final java.lang.String TRUNCATE
See Also:
Constant Field Values

LOAD

static final java.lang.String LOAD
See Also:
Constant Field Values

SWAP

static final java.lang.String SWAP
See Also:
Constant Field Values

CONN_PROPS

static final java.lang.String CONN_PROPS
See Also:
Constant Field Values
Method Detail

setAttribute

void setAttribute(java.lang.String attributeName,
                  java.lang.Object value)
Set an attrubute on this template.

Parameters:
attributeName - the name.
value - the value.


Copyright © 2009. All Rights Reserved.