A C G I M R S W

A

addFloatingPointElement(String, boolean, int, int, Double) - Method in interface com.ibm.etools.sfm.sfpi.SFMessage
Adds a simple floating point element to the message.
NOTE: This is equivalent to addFloatingPointElement(name, signed, totalDigits, fractionDigits, 1).
addFloatingPointElement(String, boolean, int, int, Double, int) - Method in interface com.ibm.etools.sfm.sfpi.SFMessage
Adds a simple floating point element to the message.
addIntegerElement(String, boolean, int, int, Integer) - Method in interface com.ibm.etools.sfm.sfpi.SFMessage
Adds a simple integer element to the message.
NOTE: This is equivalent to addIntegerElement(name, signed, min, max, 1).
addIntegerElement(String, boolean, int, int, Integer, int) - Method in interface com.ibm.etools.sfm.sfpi.SFMessage
Adds a simple integer element to the message.
addMessage(SFMessage) - Method in interface com.ibm.etools.sfm.sfpi.SFMessageFile
Adds a message to the message file.
addOperation(SFOperation) - Method in interface com.ibm.etools.sfm.sfpi.SFOperationsFile
Adds an operation to this operations file.
addStringElement(String, int, String) - Method in interface com.ibm.etools.sfm.sfpi.SFMessage
Adds a simple string element to the message.
NOTE: This is equivalent to addStringElement(name, maxLength, 1).
addStringElement(String, int, String, int) - Method in interface com.ibm.etools.sfm.sfpi.SFMessage
Adds a simple string element to the message.

A C G I M R S W