org.openmdx.base.text.format
Class MappedRecordFormatter

java.lang.Object
  extended by org.openmdx.base.text.format.MappedRecordFormatter

Deprecated. use org.openmdx.kernel.text.format.IndentingFormatter

public class MappedRecordFormatter
extends Object

Mapped Record Formatter

See Also:
IndentingFormatter

Constructor Summary
MappedRecordFormatter(MappedRecord source)
          Deprecated. Constructor
MappedRecordFormatter(String recordName, String recordShortDescription, Map source)
          Deprecated. Constructor
MappedRecordFormatter(String recordName, String recordShortDescription, String[] keys, Object[] values)
          Deprecated. Constructor
 
Method Summary
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappedRecordFormatter

public MappedRecordFormatter(MappedRecord source)
Deprecated. 
Constructor

Parameters:
source -

MappedRecordFormatter

public MappedRecordFormatter(String recordName,
                             String recordShortDescription,
                             Map source)
Deprecated. 
Constructor

Parameters:
recordName -
recordShortDescription -
source -

MappedRecordFormatter

public MappedRecordFormatter(String recordName,
                             String recordShortDescription,
                             String[] keys,
                             Object[] values)
Deprecated. 
Constructor

Parameters:
recordName -
recordShortDescription -
keys -
values -
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.