org.kuali.student.r1.common.dictionary.service.impl
Class DictionaryFormatter

java.lang.Object
  extended by org.kuali.student.r1.common.dictionary.service.impl.DictionaryFormatter

Deprecated.

@Deprecated
public class DictionaryFormatter
extends Object


Field Summary
static String UNBOUNDED
          Deprecated.  
 
Constructor Summary
DictionaryFormatter(String name, String className, ObjectStructureDefinition os, Set<ObjectStructureDefinition> subStructuresAlreadyProcessed, int level, boolean processSubstructures)
          Deprecated.  
 
Method Summary
 String formatForWiki()
          Deprecated.  
 String getColSeparator()
          Deprecated.  
 String getRowSeperator()
          Deprecated.  
 void setColSeparator(String separator)
          Deprecated.  
 void setRowSeperator(String rowSeperator)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNBOUNDED

public static final String UNBOUNDED
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DictionaryFormatter

public DictionaryFormatter(String name,
                           String className,
                           ObjectStructureDefinition os,
                           Set<ObjectStructureDefinition> subStructuresAlreadyProcessed,
                           int level,
                           boolean processSubstructures)
Deprecated. 
Method Detail

getRowSeperator

public String getRowSeperator()
Deprecated. 

setRowSeperator

public void setRowSeperator(String rowSeperator)
Deprecated. 

getColSeparator

public String getColSeparator()
Deprecated. 

setColSeparator

public void setColSeparator(String separator)
Deprecated. 

formatForWiki

public String formatForWiki()
Deprecated. 


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.