G M P S

G

getClassString() - Static method in class ParameterDemo.StringHolder
Returns the common class string.
getHeldString() - Method in class ParameterDemo.StringHolder
Returns the string being held.

M

main(String[]) - Static method in class ParameterDemo.ParameterTest
Demonstrates class and instance variables, and constructor, accessor, and mutator methods using the StringHolder class.
main(String[]) - Static method in class ParameterDemo.StringHolder
Tests the methods of StringHolder.

P

ParameterTest - class ParameterDemo.ParameterTest.
ParameterTest.java Created: Tue Jan 30 14:50:02 2001
ParameterTest() - Constructor for class ParameterDemo.ParameterTest
 

S

setClassString(String) - Static method in class ParameterDemo.StringHolder
Changes the common class string.
setHeldString(String) - Method in class ParameterDemo.StringHolder
Changes the string being held to the given value.
StringHolder - class ParameterDemo.StringHolder.
StringHolder.java Created: Tue Jan 30 14:12:14 2001
StringHolder(String) - Constructor for class ParameterDemo.StringHolder
Makes a new StringHolder holding the given string.

G M P S