|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cMsgPayloadItem | |
---|---|
org.jlab.coda.cMsg |
Uses of cMsgPayloadItem in org.jlab.coda.cMsg |
---|
Methods in org.jlab.coda.cMsg that return cMsgPayloadItem | |
---|---|
cMsgPayloadItem |
cMsgPayloadItem.copy()
Creates a complete copy of this object. |
cMsgPayloadItem |
cMsgMessage.getPayloadItem(java.lang.String name)
Get a single, named payload item. |
Methods in org.jlab.coda.cMsg that return types with arguments of type cMsgPayloadItem | |
---|---|
java.util.Map<java.lang.String,cMsgPayloadItem> |
cMsgMessage.getPayloadItems()
Gets an unmodifiable (read only) hashmap of all payload items. |
Methods in org.jlab.coda.cMsg with parameters of type cMsgPayloadItem | |
---|---|
void |
cMsgMessage.addPayloadItem(cMsgPayloadItem item)
Adds an item to the payload. |
boolean |
cMsgMessage.removePayloadItem(cMsgPayloadItem item)
Remove an item from the payload. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |