| org.kuali.module.financial.util.CodeDescriptionFormatter
All known Subclasses: org.kuali.module.financial.util.CodeDescriptionFormatterBase,
CodeDescriptionFormatter | public interface CodeDescriptionFormatter (Code) | | |
Method Summary | |
public String | getFormattedStringWithDescriptions(Set values, String startConjunction, String endConjunction) Given a set of codes, this class will form a format a string that includes their description Example: Codes A, B, C may be
formatted to "A, descA; B, descB; and C; descC"
Parameters: values - Parameters: startConjunction - a conjunction or phrase to be used for the beginning of the series (e.g. |
getFormattedStringWithDescriptions | public String getFormattedStringWithDescriptions(Set values, String startConjunction, String endConjunction)(Code) | | Given a set of codes, this class will form a format a string that includes their description Example: Codes A, B, C may be
formatted to "A, descA; B, descB; and C; descC"
Parameters: values - Parameters: startConjunction - a conjunction or phrase to be used for the beginning of the series (e.g. "either", "neither", "any 3of" etc.) Parameters: endConjunction - a conjunction to be used for the beginning of the series (e.g. "and", "or", "and/or") |
|
|