org.kuali.common.jdbc.reader.model
Class Delimiter

java.lang.Object
  extended by org.kuali.common.jdbc.reader.model.Delimiter

public final class Delimiter
extends Object


Field Summary
static Delimiter DEFAULT_DELIMITER
           
static String DEFAULT_VALUE
           
 
Constructor Summary
Delimiter()
           
Delimiter(DelimiterMode mode)
           
Delimiter(String value)
           
Delimiter(String value, DelimiterMode mode)
           
 
Method Summary
 DelimiterMode getMode()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_VALUE

public static final String DEFAULT_VALUE
See Also:
Constant Field Values

DEFAULT_DELIMITER

public static final Delimiter DEFAULT_DELIMITER
Constructor Detail

Delimiter

public Delimiter()

Delimiter

public Delimiter(String value)

Delimiter

public Delimiter(DelimiterMode mode)

Delimiter

public Delimiter(String value,
                 DelimiterMode mode)
Method Detail

getValue

public String getValue()

getMode

public DelimiterMode getMode()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.