|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeDescriptionFormatter
| Method Summary | |
|---|---|
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" |
| Method Detail |
|---|
String getFormattedStringWithDescriptions(Set values,
String startConjunction,
String endConjunction)
values - startConjunction - a conjunction or phrase to be used for the beginning of the series (e.g. "either", "neither", "any 3
of" etc.)endConjunction - a conjunction to be used for the beginning of the series (e.g. "and", "or", "and/or")
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||