|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
---|---|
ReadOnlyContainer |
asReadOnlyContainer()
In the C-language and Java, converts the read/write container into a read-only container. |
void |
setBuffer(java.lang.String qualifiedName,
byte[] value)
Sets the value of the specified container leaf element in Java. |
void |
setBuffer2(java.lang.String qualifiedName,
int index,
byte[] value)
Sets the value of the specified container leaf element in Java. |
void |
setDouble(java.lang.String qualifiedName,
double value)
Sets the value of the specified container leaf element in Java. |
void |
setDouble2(java.lang.String qualifiedName,
int index,
double value)
Sets the value of the specified container leaf element in Java. |
void |
setLong(java.lang.String qualifiedName,
int value)
Sets the value of the specified container leaf element in Java. |
void |
setLong2(java.lang.String qualifiedName,
int index,
int value)
Sets the value of the specified container leaf element in Java. |
void |
setString(java.lang.String qualifiedName,
java.lang.String value)
Sets the value of the specified container leaf element in Java. |
void |
setString2(java.lang.String qualifiedName,
int index,
java.lang.String value)
Sets the value of the specified container leaf element in Java. |
Methods inherited from interface com.ibm.workflow.api.Container |
---|
allLeafCount, allLeaves, asStream, getBuffer, getBuffer2, getDouble, getDouble2, getElement, getLong, getLong2, getString, getString2, isEmpty, leafCount, leaves, memberCount, structMembers, type |
Method Detail |
public ReadOnlyContainer asReadOnlyContainer() throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public void setBuffer(java.lang.String qualifiedName, byte[] value) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public void setBuffer2(java.lang.String qualifiedName, int index, byte[] value) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public void setDouble(java.lang.String qualifiedName, double value) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public void setDouble2(java.lang.String qualifiedName, int index, double value) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public void setLong(java.lang.String qualifiedName, int value) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public void setLong2(java.lang.String qualifiedName, int index, int value) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public void setString(java.lang.String qualifiedName, java.lang.String value) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.public void setString2(java.lang.String qualifiedName, int index, java.lang.String value) throws FmcException
FmcException
- thrown if an API error or a communication error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |