net.sf.jpkgmk.util
Class StringUtil.RemoveResult
java.lang.Object
net.sf.jpkgmk.util.StringUtil.RemoveResult
- Enclosing class:
- StringUtil
public static final class StringUtil.RemoveResult
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtil.RemoveResult
public StringUtil.RemoveResult(java.lang.String cleanedString,
boolean hasWhitespaceSeparator)
isHasWhitespaceSeparator
public boolean isHasWhitespaceSeparator()
setHasWhitespaceSeparator
public void setHasWhitespaceSeparator(boolean hasWhitespaceSeparator)
getCleanedString
public java.lang.String getCleanedString()
setCleanedString
public void setCleanedString(java.lang.String cleanedString)
Copyright © 2007-2008. All Rights Reserved.