|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RMsg in com.codestreet.messageforge |
Fields in com.codestreet.messageforge declared as RMsg | |
protected RMsg[] |
RFldMsgObjArray.dataObj_
Data. |
protected RMsg |
RFldMsgObj.dataObj_
Data. |
Methods in com.codestreet.messageforge that return RMsg | |
RMsg |
RFldMsgObjHashtable.get(java.lang.String key)
Get an element from the hashtable. |
RMsg |
RFldMsgObjArray.getElement(int index)
Get an element from the array. |
RMsg[] |
RFldMsgObjArray.getValue()
Get data. |
RMsg |
RFldMsgObj.getValue()
Get data. |
Methods in com.codestreet.messageforge with parameters of type RMsg | |
void |
RMsg.setFields(RMsg another)
Set the field values of this message from another source message. |
void |
RMsg.setFieldsIgnoreConstrained(RMsg another)
Set the field values of this message from another source message. |
protected void |
RMsg.setFields(RMsg another,
boolean ignoreConstrained)
Set the field values of this message from another source message. |
java.lang.Object[] |
RMsg.diffFields(RMsg another)
Compare this message with another source message and return the names of all fields in the other message that are either not in this message or are in this message but have a different field type. |
static java.lang.String |
RMsg.validateMsg(RMsg msg,
java.util.List outerFieldNameList)
Recusively validiate the RMsg |
RFld |
RFldMsgObjArray.set(RMsg[] newData)
Set data. |
void |
RFldMsgObjArray.validate(RMsg[] newData)
Check if a new value will satifsy constraints. |
RFld |
RFldMsgObj.set(RMsg newData)
Set data. |
void |
RFldMsgObj.validate(RMsg newData)
Check if a new value will satifsy constraints. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |