All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.workflow.api.ReadWriteContainer
- public interface ReadWriteContainer
- extends Container
- Version:
- 3.2.0.2
-
setBuffer(String, byte[])
- Sets the value of the
specified container leaf element in Java.
-
setBuffer2(String, int, byte[])
- Sets the value of the
specified container leaf element in Java.
-
setDouble(String, double)
- Sets the value of the
specified container leaf element in Java.
-
setDouble2(String, int, double)
- Sets the value of the
specified container leaf element in Java.
-
setLong(String, int)
-
-
setLong2(String, int, int)
- Sets the value of the
specified container leaf element in Java.
-
setString(String, String)
- Sets the value of the
specified container leaf element in Java.
-
setString2(String, int, String)
- Sets the value of the
specified container leaf element in Java.
setBuffer
public abstract void setBuffer(String qualifiedName,
byte value[]) throws FmcException
- Sets the value of the
specified container leaf element in Java. The leaf element is of type
BINARY.
- Parameters:
- value
- Returns the numeric value of the enumeration object.
- Throws: FmcException
- thrown if an API error or a communication error occurred.
setBuffer2
public abstract void setBuffer2(String qualifiedName,
int index,
byte value[]) throws FmcException
- Sets the value of the
specified container leaf element in Java. The leaf element is part of
an array and of type BINARY.
- Parameters:
- value
- Returns the numeric value of the enumeration object.
- Throws: FmcException
- thrown if an API error or a communication error occurred.
setDouble
public abstract void setDouble(String qualifiedName,
double value) throws FmcException
- Sets the value of the
specified container leaf element in Java. The leaf element is of type
FLOAT.
- Parameters:
- value
- Returns the numeric value of the enumeration object.
- Throws: FmcException
- thrown if an API error or a communication error occurred.
setDouble2
public abstract void setDouble2(String qualifiedName,
int index,
double value) throws FmcException
- Sets the value of the
specified container leaf element in Java. The leaf element is part of
an array and of type FLOAT.
- Parameters:
- value
- Returns the numeric value of the enumeration object.
- Throws: FmcException
- thrown if an API error or a communication error occurred.
setLong
public abstract void setLong(String qualifiedName,
int value) throws FmcException
setLong2
public abstract void setLong2(String qualifiedName,
int index,
int value) throws FmcException
- Sets the value of the
specified container leaf element in Java. The leaf element is part of
an array and of type LONG.
- Parameters:
- value
- Returns the numeric value of the enumeration object.
- Throws: FmcException
- thrown if an API error or a communication error occurred.
setString
public abstract void setString(String qualifiedName,
String value) throws FmcException
- Sets the value of the
specified container leaf element in Java. The leaf element is of type
STRING.
- Parameters:
- value
- Returns the numeric value of the enumeration object.
- Throws: FmcException
- thrown if an API error or a communication error occurred.
setString2
public abstract void setString2(String qualifiedName,
int index,
String value) throws FmcException
- Sets the value of the
specified container leaf element in Java. The leaf element is part of
an array and of type STRING.
- Parameters:
- value
- Returns the numeric value of the enumeration object.
- Throws: FmcException
- thrown if an API error or a communication error occurred.
All Packages Class Hierarchy This Package Previous Next Index