|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RFld in com.codestreet.messageforge |
Subclasses of RFld in com.codestreet.messageforge | |
class |
RFldArray
Class to represent an array field. |
class |
RFldBean
|
class |
RFldBeanList
|
class |
RFldBool
Class to represent a boolean field. |
class |
RFldDatetime
Class to represent a Date field. |
class |
RFldDatetimeArray
Class to represent a Date[] field. |
class |
RFldDecimal
Class to represent a float field. |
class |
RFldF32
Class to represent a float field. |
class |
RFldF32Array
Class to represent a float[] field. |
class |
RFldF64
Class to represent a double field. |
class |
RFldF64Array
Class to represent a Rdouble[] field. |
class |
RFldHashtable
Class to represent a hashtable field. |
class |
RFldI16
Class to represent a short field. |
class |
RFldI16Array
Class to represent a short[] field. |
class |
RFldI32
Class to represent a int field. |
class |
RFldI32Array
Class to represent a int[] field. |
class |
RFldI64
Class to represent a long field. |
class |
RFldI64Array
Class to represent a long[] field. |
class |
RFldI8
Class to represent a byte field. |
class |
RFldI8Array
Class to represent a byte[] field. |
class |
RFldList
Class to represent a list field. |
class |
RFldMemo
Class to represent a String field. |
class |
RFldMoney
Class to represent a Money field. |
class |
RFldMsgObj
Class to represent a RMsg field. |
class |
RFldMsgObjArray
Class to represent a RMsg[] field. |
class |
RFldMsgObjHashtable
Class to represent a Hashtable of RMsg. |
class |
RFldNumeric
Base class of all numeric fields. |
class |
RFldOpaque
Class to represent a byte[] field. |
class |
RFldString
Class to represent a String field. |
class |
RFldStringArray
Class to represent a String[] field. |
class |
RFldStringHashtable
Class to represent a Hashtable of String. |
class |
RFldStringList
Class to represent a List of String. |
class |
RFldTibrvIPAddr
Class to represent a TibrvIPAddr field. |
class |
RFldTibrvIPPort
Class to represent a TibrvIPPort field. |
class |
RFldTibrvMsg
Class to represent a TibrvMsg field. |
class |
RFldTibrvMsgArray
Class to represent a TibrvMsg[] field. |
class |
RFldXml
Class to represent a String field. |
Fields in com.codestreet.messageforge declared as RFld | |
protected RFld[] |
RMsg.fldsArray_
|
Methods in com.codestreet.messageforge that return RFld | |
RFld[] |
RMsg.getFieldsAsArray()
Get all fields in the message. |
RFld |
RMsg.getFieldIfExists(java.lang.String fldName)
Get a named field from this message. |
RFld |
RMsg.getField(java.lang.String fldName)
Get a named field from this message. |
RFld[] |
RMapMessage.getFieldsAsArray()
Get all fields in the message as an array. |
RFld |
RMapMessage.getFieldIfExists(java.lang.String fldName)
Get a named field from this message. |
RFld |
RMapMessage.getField(java.lang.String fldName)
Get a named field from this message. |
RFld |
RFldXml.set(java.lang.String newData)
Set data. |
RFld |
RFldXml.set(java.lang.Object newData)
Set data. |
RFld |
RFldXml.set(byte[] newData)
Set data. |
RFld |
RFldXml.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldTibrvMsgArray.set(java.lang.Object newData)
Set data. |
RFld |
RFldTibrvMsgArray.set(com.tibco.tibrv.TibrvMsg newData)
Set data. |
RFld |
RFldTibrvMsgArray.set(com.tibco.tibrv.TibrvMsg[] newData)
Set data. |
RFld |
RFldTibrvMsgArray.set(java.util.Hashtable newData)
Set data. |
RFld |
RFldTibrvMsgArray.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldTibrvMsg.set(byte[] newData)
Set data. |
RFld |
RFldTibrvMsg.set(java.lang.Object newData)
Set data. |
RFld |
RFldTibrvMsg.set(com.tibco.tibrv.TibrvMsg newData)
Set data. |
RFld |
RFldTibrvMsg.set(java.util.Hashtable newData)
Set data. |
RFld |
RFldTibrvMsg.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldTibrvIPPort.set(java.lang.Object newData)
Set data. |
RFld |
RFldTibrvIPPort.set(byte[] newData)
Set data. |
RFld |
RFldTibrvIPPort.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldTibrvIPPort.set(com.tibco.tibrv.TibrvIPPort newData)
Set data. |
RFld |
RFldTibrvIPAddr.set(java.lang.Object newData)
Set data. |
RFld |
RFldTibrvIPAddr.set(byte[] newData)
Set data. |
RFld |
RFldTibrvIPAddr.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldTibrvIPAddr.set(com.tibco.tibrv.TibrvIPAddr newData)
Set data. |
RFld |
RFldStringList.set(java.lang.Object newData)
Set data. |
RFld |
RFldStringList.set(java.util.List newData)
Set data. |
RFld |
RFldStringList.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldStringHashtable.set(java.lang.Object newData)
Set data. |
RFld |
RFldStringHashtable.set(java.util.Hashtable newData)
Set data. |
RFld |
RFldStringHashtable.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldStringArray.set(java.lang.Object newData)
Set data. |
RFld |
RFldStringArray.set(java.lang.String[] newData)
Set data. |
RFld |
RFldStringArray.set(java.util.Hashtable newData)
Set data. |
RFld |
RFldStringArray.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldString.set(java.lang.Object newData)
Set data. |
RFld |
RFldString.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldString.set(java.lang.String newData)
Set data. |
RFld |
RFldOpaque.set(java.lang.String newData)
Set data. |
RFld |
RFldOpaque.set(java.lang.Object newData)
Set data. |
RFld |
RFldOpaque.set(byte[] newData)
Set data. |
RFld |
RFldOpaque.set(org.jdom.Element elem)
Set data. |
RFld |
RFldMsgObjHashtable.set(java.lang.Object newData)
Set data. |
RFld |
RFldMsgObjHashtable.set(java.util.Hashtable newData)
Set data. |
RFld |
RFldMsgObjHashtable.set(org.jdom.Element newData)
Set data. |
RFld |
RFldMsgObjArray.set(java.lang.Object newData)
Set data. |
RFld |
RFldMsgObjArray.set(RMsg[] newData)
Set data. |
RFld |
RFldMsgObjArray.set(org.jdom.Element newData)
Set data. |
RFld |
RFldMsgObj.set(java.lang.Object newData)
Set data. |
RFld |
RFldMsgObj.set(RMsg newData)
Set data. |
RFld |
RFldMsgObj.set(org.jdom.Element elem)
Set data. |
RFld |
RFldMoney.set(java.lang.Object newData)
Set data. |
RFld |
RFldMoney.set(long newData)
Set data. |
RFld |
RFldMoney.set(RMoney newData)
Set data. |
RFld |
RFldMoney.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldMemo.set(java.lang.Object newData)
Set data. |
RFld |
RFldMemo.set(java.lang.String newData)
Set data. |
RFld |
RFldMemo.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
abstract RFld |
RFldList.set(java.util.List newData)
Set state from a java.util.List. |
RFld |
RFldInterface.set(java.lang.Object fld)
Set state from an Object. |
RFld |
RFldInterface.set(org.jdom.Element newData)
Set data from JDOM element. |
RFld |
RFldI8Array.set(java.lang.Object newData)
Set data. |
RFld |
RFldI8Array.set(byte[] newData)
Set data. |
RFld |
RFldI8Array.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldI8.set(java.lang.Object newData)
Set data. |
RFld |
RFldI8.set(byte newData)
Set data. |
RFld |
RFldI8.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldI8.set(java.lang.Byte newData)
Set data. |
RFld |
RFldI64Array.set(java.lang.Object newData)
Set data. |
RFld |
RFldI64Array.set(long[] newData)
Set data. |
RFld |
RFldI64Array.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldI64.set(java.lang.Object newData)
Set data. |
RFld |
RFldI64.set(long newData)
Set data. |
RFld |
RFldI64.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldI64.set(java.lang.Long newData)
Set data. |
RFld |
RFldI32Array.set(java.lang.Object newData)
Set data. |
RFld |
RFldI32Array.set(int[] newData)
Set data. |
RFld |
RFldI32Array.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldI32.set(java.lang.Object newData)
Set data. |
RFld |
RFldI32.set(int newData)
Set data. |
RFld |
RFldI32.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldI32.set(java.lang.Integer newData)
Set data. |
RFld |
RFldI16Array.set(java.lang.Object newData)
Set data. |
RFld |
RFldI16Array.set(short[] newData)
Set data. |
RFld |
RFldI16Array.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldI16.set(java.lang.Object newData)
Set data. |
RFld |
RFldI16.set(short newData)
Set data. |
RFld |
RFldI16.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldI16.set(java.lang.Short newData)
Set data. |
abstract RFld |
RFldHashtable.set(java.util.Hashtable newData)
Set state from a java.util.Hashtable. |
static RFld |
RFldFactory.createField(java.lang.String xmlTag,
java.lang.String name,
java.lang.String id)
Create a new field instance of the specified type with the specified name. |
RFld |
RFldF64Array.set(java.lang.Object newData)
Set data. |
RFld |
RFldF64Array.set(double[] newData)
Set data. |
RFld |
RFldF64Array.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldF64.set(java.lang.Object newData)
Set data. |
RFld |
RFldF64.set(double newData)
Set data. |
RFld |
RFldF64.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldF64.set(java.lang.Double newData)
Set data. |
RFld |
RFldF32Array.set(java.lang.Object newData)
Set data. |
RFld |
RFldF32Array.set(float[] newData)
Set data. |
RFld |
RFldF32Array.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldF32.set(java.lang.Object newData)
Set data. |
RFld |
RFldF32.set(float newData)
Set data. |
RFld |
RFldF32.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldF32.set(java.lang.Float newData)
Set data. |
RFld |
RFldDecimal.set(java.lang.Object newData)
Set data. |
RFld |
RFldDecimal.set(java.lang.String newData)
Set data. |
RFld |
RFldDecimal.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldDecimal.set(java.math.BigDecimal newData)
Set data. |
RFld |
RFldDatetimeArray.set(java.lang.Object newData)
Set data. |
RFld |
RFldDatetimeArray.set(java.util.Date[] newData)
Set data. |
RFld |
RFldDatetimeArray.set(java.util.Hashtable newData)
Set data. |
RFld |
RFldDatetimeArray.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldDatetime.set(java.text.DateFormat dateFmt,
java.lang.String newData)
Set data from a string. |
RFld |
RFldDatetime.set(java.lang.Object newData)
Set data. |
RFld |
RFldDatetime.set(long newData)
Set data. |
RFld |
RFldDatetime.set(java.util.Date newData)
Set data. |
RFld |
RFldDatetime.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldBool.set(java.lang.Object newData)
Set data. |
RFld |
RFldBool.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldBeanList.set(java.lang.Object newData)
|
RFld |
RFldBeanList.set(java.util.List newData)
|
RFld |
RFldBeanList.set(java.util.Hashtable newData)
|
RFld |
RFldBeanList.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFld |
RFldBean.set(java.lang.Object newData)
|
RFld |
RFldBean.set(java.util.Hashtable newData)
|
RFld |
RFldBean.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
abstract RFld |
RFld.set(org.jdom.Element elem)
Set the value of the field from a JDOM element. |
abstract RFld |
RFld.set(java.lang.Object newData)
Set the value of the field from an Object. |
Methods in com.codestreet.messageforge with parameters of type RFld | |
void |
RMsg.addField(RFld fld)
Add a field to the message. |
static java.lang.String |
RMsg.validateFld(RFld fld,
java.util.List outerFieldNameList)
If the field contains another RMsg, then call validateMsg, otherwise just check if all not optional fields were set. |
void |
RMapMessage.addField(RFld fld)
Get a field to this message. |
void |
RFldI64.validate(RFld fld,
long newData)
Check if a new value will satifsy constraints. |
void |
RFldF64.validate(RFld fld,
double newData)
Check if a new value will satifsy constraints. |
boolean |
RFldConstraintStringLength.isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintString.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintString.validate(RFld fld,
java.lang.String val)
Check if a value satisfies the constraint. |
boolean |
RFldConstraintString.isValid(RFld fld)
Check if a string message field satisfies the constraint. |
void |
RFldConstraintI8.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintI8.validate(RFld fld,
byte val)
Check if a value satisfies the constraint. |
boolean |
RFldConstraintI8.isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintI64.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintI64.validate(RFld fld,
long val)
Check if a value satisfies the constraint. |
boolean |
RFldConstraintI64.isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintI32.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintI32.validate(RFld fld,
int val)
Check if a value satisfies the constraint. |
boolean |
RFldConstraintI32.isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintI16.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintI16.validate(RFld fld,
short val)
Check if a value satisfies the constraint. |
boolean |
RFldConstraintI16.isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintF64.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintF64.validate(RFld fld,
double val)
Check if a value satisfies the constraint. |
boolean |
RFldConstraintF64.isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintF32.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintF32.validate(RFld fld,
float val)
Check if a value satisfies the constraint. |
boolean |
RFldConstraintF32.isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintDatetime.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraintDatetime.validate(RFld fld,
java.util.Date val)
Check if a value satisfies the constraint. |
boolean |
RFldConstraintDatetime.isValid(RFld fld)
Check if a datetime message field satisfies the constraint. |
boolean |
RFldConstraint.isValid(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldConstraint.validate(RFld fld)
Check if a message field satisfies the constraint. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |