org.melati.poem.prepro
Class SeqCachedTableQualifier

Package class diagram package SeqCachedTableQualifier
java.lang.Object
  extended by org.melati.poem.prepro.TableQualifier
      extended by org.melati.poem.prepro.SeqCachedTableQualifier

public class SeqCachedTableQualifier
extends TableQualifier

A TableQualifier which defines whether the sequence of records in a Table is cached.


Constructor Summary
SeqCachedTableQualifier()
          Constructor.
 
Method Summary
 void apply(TableDef table)
          Update the model.
 
Methods inherited from class org.melati.poem.prepro.TableQualifier
from
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeqCachedTableQualifier

public SeqCachedTableQualifier()
Constructor.

Method Detail

apply

public void apply(TableDef table)
Update the model.

Specified by:
apply in class TableQualifier
Parameters:
table - the TableDef to update


Copyright © 2000-2010 PanEris. All Rights Reserved.