Class TargetPhrase
java.lang.Object
TargetPhrase
public class TargetPhrase
- extends java.lang.Object
TargetPhrase.java June 11, 2003
TargetPhrase takes a list of targets parses it and returns the list in a
phrase that can be used in a description or note.
Required argument values:
PARAMETER [character string] The parameter name you want returned.
PREPEND [character string] The string you to add to the beginning of
the phrase that is returned.
VALUES [character string] This is the comma separated list of values.
Acceptable values are {value1,value2,...}
(value1,value2,...)
- Since:
- 1.0
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetPhrase
public TargetPhrase()
main
public static void main(java.lang.String[] args)