org.kuali.rice.kew.messaging
Class ParameterTranslator
java.lang.Object
org.kuali.rice.kew.messaging.ParameterTranslator
public class ParameterTranslator
- extends Object
A simple utility class which can handle translated a comma-seperated String
into an array of String paramters and vice-versa.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterTranslator
public ParameterTranslator()
ParameterTranslator
public ParameterTranslator(String untranslatedString)
addParameter
public void addParameter(String value)
getUntranslatedString
public String getUntranslatedString()
getParameters
public String[] getParameters()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.