net.sf.jpkgmk.util
Class StringUtil.TruncationMode

java.lang.Object
  extended by net.sf.jpkgmk.util.StringUtil.TruncationMode
Enclosing class:
StringUtil

public static class StringUtil.TruncationMode
extends java.lang.Object

Enumeration of supported truncation modes.


Field Summary
static StringUtil.TruncationMode END
          The mode that describes that a string is truncated at the end and the start string is returned.
static StringUtil.TruncationMode START
          The mode that describes that a string is truncated at the beginning and the end string is returned.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final StringUtil.TruncationMode START
The mode that describes that a string is truncated at the beginning and the end string is returned.


END

public static final StringUtil.TruncationMode END
The mode that describes that a string is truncated at the end and the start string is returned.



Copyright © 2007-2008. All Rights Reserved.