at.spardat.xma.mdl.util
Interface Descriptive

All Known Implementing Classes:
Atom, Component, Page, TransAtomTable, TransAtomTable.TableChangeEvent, TransString, TransStringSet, WModel

public interface Descriptive

Is implemented by xma models to provide more structured debug output than an ordinary toString would provide.


Method Summary
 void describe(DNode node)
          describe puts all relevant information about this into the provided node.
 

Method Detail

describe

public void describe(DNode node)
describe puts all relevant information about this into the provided node. The implementing method may construct subnodes of node.

Parameters:
node - the node going to hold information about this.