|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jpkgmk.util.StringUtil.TruncationMode
public static class StringUtil.TruncationMode
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 |
---|
public static final StringUtil.TruncationMode START
public static final StringUtil.TruncationMode END
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |