|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FieldValidationException in com.codestreet.messageforge |
Methods in com.codestreet.messageforge that throw FieldValidationException | |
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. |
void |
RMsg.addField(RFld fld)
Add a field to the message. |
void |
RMsg.validate()
Validate message. |
void |
RMsg.notRecuriveValidate()
Validate message. |
void |
RMsg.validateRequiredGrps()
Validate required field groups. |
int |
RMsg.apply(RFunctor func)
Apply a functor to all fields in the message. |
boolean |
RMsg.apply(RFunctor func,
java.lang.String fldName)
Apply a functor to a named field 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. |
java.lang.Object |
RMsg.getFieldValueAsObject(java.lang.String fldName)
Get the value of a field. |
protected java.lang.Object |
RMsg.getNestedFieldValueAsObject(java.lang.String fldName)
Get the value of a field. |
java.lang.String |
RMsg.getFieldValueAsString(java.lang.String fldName)
Get field value as string. |
java.lang.Object |
RMsg.getTibrvMsg(java.lang.String fldName)
Get the value of a TibrvMsg field. |
byte[] |
RMsg.getOpaque(java.lang.String fldName)
Get the value of a Opaque field. |
java.util.Date |
RMsg.getDate(java.lang.String fldName)
Get the value of a datetime field. |
boolean |
RMsg.getBoolean(java.lang.String fldName)
Get the value of a boolean field. |
byte[] |
RMsg.getBytes(java.lang.String fldName)
Get the value of a opaque field. |
float |
RMsg.getFloat(java.lang.String fldName)
Get the value of a float field. |
double |
RMsg.getDouble(java.lang.String fldName)
Get the value of a double field. |
byte |
RMsg.getByte(java.lang.String fldName)
Get the value of a byte field. |
short |
RMsg.getShort(java.lang.String fldName)
Get the value of a short field. |
int |
RMsg.getInt(java.lang.String fldName)
Get the value of a integer field. |
long |
RMsg.getLong(java.lang.String fldName)
Get the value of a long field. |
java.lang.Object |
RMsg.getBean(java.lang.String fldName)
Get the value of a bean field. |
java.lang.String |
RMsg.getString(java.lang.String fldName)
Get the value of a string field. |
java.lang.String |
RMsg.getMemo(java.lang.String fldName)
Get the value of a memo field. |
void |
RMsg.addMsg(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add a TibrvMsg field. |
void |
RMsg.addOpaque(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add an Opaque field. |
void |
RMsg.addDate(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
GAdd a datetime field. |
void |
RMsg.addBoolean(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add a boolean field. |
void |
RMsg.addFloat(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add a float field. |
void |
RMsg.addDouble(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add a double field. |
void |
RMsg.addShort(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add a short field. |
void |
RMsg.addInt(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add an integer field. |
void |
RMsg.addLong(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Get the value of a long field. |
void |
RMsg.addString(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add a string field. |
void |
RMsg.addMemo(java.lang.String fldName,
int fieldId,
java.lang.String fldDesc)
Add a memo field. |
void |
RMsg.setTibrvMsg(java.lang.String fldName,
java.lang.Object val)
Set the value of a TibrvMsg field. |
void |
RMsg.setOpaque(java.lang.String fldName,
byte[] val)
Set the value of a Opaque field. |
void |
RMsg.setDate(java.lang.String fldName,
java.util.Date val)
Get the value of a datetime field. |
void |
RMsg.setDate(java.lang.String fldName,
long val)
Get the value of a datetime field. |
void |
RMsg.setBoolean(java.lang.String fldName,
boolean val)
Get the value of a boolean field. |
void |
RMsg.setBytes(java.lang.String fldName,
byte[] val)
Get the value of a opaque field. |
void |
RMsg.setFloat(java.lang.String fldName,
float val)
Set the value of a float field. |
void |
RMsg.setDouble(java.lang.String fldName,
double val)
Set the value of a double field. |
void |
RMsg.setByte(java.lang.String fldName,
byte val)
Set the value of a byte field. |
void |
RMsg.setShort(java.lang.String fldName,
short val)
Set the value of a short field. |
void |
RMsg.setInt(java.lang.String fldName,
int val)
Set the value of a integer field. |
void |
RMsg.setLong(java.lang.String fldName,
long val)
Set the value of a long field. |
void |
RMsg.setFieldFromObject(java.lang.String fldName,
java.lang.Object val)
Set the value of a field from an object. |
void |
RMsg.setBean(java.lang.String fldName,
java.lang.Object val)
Set the value of a bean field. |
void |
RMsg.setString(java.lang.String fldName,
java.lang.String val)
Set the value of a string field. |
void |
RMsg.setMemo(java.lang.String fldName,
java.lang.String val)
Set the value of a memo field. |
boolean |
RMsg.isValSet(java.lang.String fldName)
Determine if the value of a named message field has been set. |
boolean |
RMsg.isConstrained(java.lang.String fldName)
Determine if the value of a named message has any constraints. |
boolean |
RMsg.isLocked(java.lang.String fldName)
Determine if a named message field is locked. |
static void |
RMsg.setXmlTag(java.lang.String newTag)
Register custom XML field tag. |
static void |
RMsg.setXmlAttrNames(java.lang.String name)
Register custom XML attribute names. |
int |
RMapMessage.apply(RFunctor func)
Apply a functor to all fields in the message. |
boolean |
RMapMessage.apply(RFunctor func,
java.lang.String name)
Apply a functor to a named field in the message. |
java.util.Date |
RMapMessage.getDate(java.lang.String name)
Get the value of a datetime field. |
boolean |
RMapMessage.getBoolean(java.lang.String name)
Get the value of a boolean field. |
byte[] |
RMapMessage.getBytes(java.lang.String name)
Get the value of a opaque field. |
float |
RMapMessage.getFloat(java.lang.String name)
Get the value of a float field. |
double |
RMapMessage.getDouble(java.lang.String name)
Get the value of a double field. |
byte |
RMapMessage.getByte(java.lang.String name)
Get the value of a byte field. |
short |
RMapMessage.getShort(java.lang.String name)
Get the value of a short field. |
int |
RMapMessage.getInt(java.lang.String name)
Get the value of a integer field. |
long |
RMapMessage.getLong(java.lang.String name)
Get the value of a long field. |
java.lang.String |
RMapMessage.getString(java.lang.String name)
Get the value of a string field. |
java.lang.String |
RMapMessage.getMemo(java.lang.String name)
Get the value of a memos field. |
java.lang.Object |
RMapMessage.getTibrvMsg(java.lang.String name)
Get the value of a RFldTibrvMsg field. |
byte[] |
RMapMessage.getOpaque(java.lang.String name)
Get the value of a Opaque field. |
java.lang.Object |
RMapMessage.getFieldValueAsObject(java.lang.String name)
Get the value of a field. |
java.lang.String |
RMapMessage.getFieldValueAsString(java.lang.String name)
Get field value as string. |
void |
RMapMessage.setDate(java.lang.String name,
java.util.Date val)
Set the value of a datetime field. |
void |
RMapMessage.setDate(java.lang.String name,
long val)
Set the value of a datetime field. |
void |
RMapMessage.setBoolean(java.lang.String name,
boolean val)
Get the value of a boolean field. |
void |
RMapMessage.setFloat(java.lang.String name,
float val)
Set the value of a float field. |
void |
RMapMessage.setDouble(java.lang.String name,
double val)
Set the value of a double field. |
void |
RMapMessage.setShort(java.lang.String name,
short val)
Set the value of a short field. |
void |
RMapMessage.setInt(java.lang.String name,
int val)
Set the value of a integer field. |
void |
RMapMessage.setLong(java.lang.String name,
long val)
Set the value of a long field. |
void |
RMapMessage.setFieldFromObject(java.lang.String name,
java.lang.Object val)
Set the value of a field from an object. |
void |
RMapMessage.setString(java.lang.String name,
java.lang.String val)
Get the value of a string field. |
void |
RMapMessage.setMemo(java.lang.String name,
java.lang.String val)
Get the value of a memo field. |
void |
RMapMessage.setTibrvMsg(java.lang.String name,
java.lang.Object val)
Get the value of a RFldTibrvMsg field. |
void |
RMapMessage.setOpaque(java.lang.String name,
byte[] val)
Get the value of a opaque field. |
void |
RMapMessage.setBytes(java.lang.String name,
byte[] val)
Get the value of a opaque field. |
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. |
void |
RMapMessage.addField(RFld fld)
Get a field to this message. |
boolean |
RMapMessage.isValSet(java.lang.String name)
Determine if the value of a named message field has been set. |
boolean |
RMapMessage.isLocked(java.lang.String name)
Determine if a named message field is locked. |
boolean |
RMapMessage.isConstrained(java.lang.String name)
Determine if a named message field has constrains on it. |
void |
RFunctor.apply(RFldInterface fld)
Apply this functor to a message field. |
void |
RFldXml.reset()
Reset the field value. |
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. |
void |
RFldXml.validate()
Validate against constraints. |
void |
RFldXml.validate(java.lang.String newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldXml.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldTibrvMsgArray.reset()
Reset the field value. |
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. |
void |
RFldTibrvMsgArray.validate()
Validate against constraints. |
void |
RFldTibrvMsgArray.validate(com.tibco.tibrv.TibrvMsg[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldTibrvMsgArray.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
protected java.util.Hashtable |
RFldTibrvMsgArray.getValueAsHashtable(com.tibco.tibrv.TibrvMsg rvMsg)
Convert a TibrvMsg to a java.util.Hashtable. |
void |
RFldTibrvMsg.reset()
Reset the field value. |
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. |
void |
RFldTibrvMsg.validate()
Validate against constraints. |
void |
RFldTibrvMsg.validate(com.tibco.tibrv.TibrvMsg newData)
Check if a new value will satifsy constraints. |
void |
RFldTibrvMsg.validate(java.util.Hashtable newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldTibrvMsg.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
protected java.util.Hashtable |
RFldTibrvMsg.getValueAsHashtable(com.tibco.tibrv.TibrvMsg rvMsg)
Get the value of a TibrvMsg as a java.util.Hashtable. |
void |
RFldTibrvIPPort.reset()
Reset the field value. |
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. |
void |
RFldTibrvIPPort.validate()
Validate against constraints. |
void |
RFldTibrvIPPort.validate(com.tibco.tibrv.TibrvIPPort newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldTibrvIPPort.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldTibrvIPAddr.reset()
Reset the field value. |
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. |
void |
RFldTibrvIPAddr.validate()
Validate against constraints. |
void |
RFldTibrvIPAddr.validate(com.tibco.tibrv.TibrvIPAddr newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldTibrvIPAddr.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldStringList.reset()
Reset the field value. |
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. |
void |
RFldStringList.validate()
Validate against constraints. |
void |
RFldStringList.validate(java.util.List newData)
Validate against constraints. |
java.util.Hashtable |
RFldStringList.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldStringHashtable.reset()
Reset the field value. |
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. |
void |
RFldStringHashtable.validate()
Validate against constraints. |
void |
RFldStringHashtable.validate(java.util.Hashtable newData)
Validate against constraints. |
java.util.Hashtable |
RFldStringHashtable.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldStringArray.reset()
Reset the field value. |
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. |
void |
RFldStringArray.validate()
Validate against constraints. |
void |
RFldStringArray.validate(java.lang.String[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldStringArray.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldString.addConstraint(RFldConstraintString cons)
Add a constraint. |
void |
RFldString.reset()
Reset the field value. |
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. |
void |
RFldString.validate()
Validate against constraints. |
void |
RFldString.validate(java.lang.String newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldString.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldOpaque.reset()
Reset the field value. |
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. |
void |
RFldOpaque.validate()
Validate against constraints. |
void |
RFldOpaque.validate(byte[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldOpaque.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldNumeric.addConstraint(RFldConstraintNumeric cons)
Add a constraint. |
void |
RFldMsgObjHashtable.reset()
Reset the field value. |
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. |
void |
RFldMsgObjHashtable.validate()
Validate against constraints. |
java.util.Hashtable |
RFldMsgObjHashtable.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldMsgObjArray.reset()
Reset the field value. |
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. |
void |
RFldMsgObjArray.validate()
Validate against constraints. |
void |
RFldMsgObjArray.validate(RMsg[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldMsgObjArray.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldMsgObj.reset()
Reset the field value. |
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. |
void |
RFldMsgObj.validate()
Validate against constraints. |
void |
RFldMsgObj.validate(RMsg newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldMsgObj.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldMoney.addConstraint(RFldConstraintString cons)
Add a constraint. |
void |
RFldMoney.reset()
Reset the field value. |
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. |
void |
RFldMoney.validate()
Validate against constraints. |
void |
RFldMoney.validate(RMoney newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldMoney.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldMemo.addConstraint(RFldConstraintString cons)
Add a constraint. |
void |
RFldMemo.reset()
Reset the field value. |
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. |
void |
RFldMemo.validate()
Validate against constraints. |
void |
RFldMemo.validate(java.lang.String newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldMemo.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
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. |
java.util.Hashtable |
RFldInterface.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldI8Array.reset()
Reset the field value. |
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. |
void |
RFldI8Array.validate()
Validate against constraints. |
void |
RFldI8Array.validate(byte[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldI8Array.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldI8.reset()
Reset the field value. |
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. |
void |
RFldI8.validate()
Validate against constraints. |
void |
RFldI8.validate(byte newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldI8.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldI64Array.reset()
Reset the field value. |
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. |
void |
RFldI64Array.validate()
Validate against constraints. |
void |
RFldI64Array.validate(long[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldI64Array.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldI64.reset()
Reset the field value. |
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. |
void |
RFldI64.validate()
Validate against constraints. |
void |
RFldI64.validate(RFld fld,
long newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldI64.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldI32Array.reset()
Reset the field value. |
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. |
void |
RFldI32Array.validate()
Validate against constraints. |
void |
RFldI32Array.validate(int[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldI32Array.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldI32.reset()
Reset the field value. |
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. |
void |
RFldI32.validate()
Validate against constraints. |
void |
RFldI32.validate(int newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldI32.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldI16Array.reset()
Reset the field value. |
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. |
void |
RFldI16Array.validate()
Validate against constraints. |
void |
RFldI16Array.validate(short[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldI16Array.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldI16.reset()
Reset the field value. |
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. |
void |
RFldI16.validate()
Validate against constraints. |
void |
RFldI16.validate(short newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldI16.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
abstract RFld |
RFldHashtable.set(java.util.Hashtable newData)
Set state from a java.util.Hashtable. |
void |
RFldF64Array.reset()
Reset the field value. |
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. |
void |
RFldF64Array.validate()
Validate against constraints. |
void |
RFldF64Array.validate(double[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldF64Array.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldF64.reset()
Reset the field value. |
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. |
void |
RFldF64.validate()
Validate against constraints. |
void |
RFldF64.validate(RFld fld,
double newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldF64.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldF32Array.reset()
Reset the field value. |
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. |
void |
RFldF32Array.validate()
Validate against constraints. |
void |
RFldF32Array.validate(float[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldF32Array.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldF32.reset()
Reset the field value. |
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. |
void |
RFldF32.validate()
Validate against constraints. |
void |
RFldF32.validate(float newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldF32.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldDecimal.reset()
Reset the field value. |
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. |
void |
RFldDecimal.validate()
Validate against constraints. |
void |
RFldDecimal.validate(java.math.BigDecimal newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldDecimal.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldDatetimeArray.reset()
Reset the field value. |
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. |
void |
RFldDatetimeArray.validate()
Validate against constraints. |
void |
RFldDatetimeArray.validate(java.util.Date[] newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldDatetimeArray.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldDatetime.addConstraint(RFldConstraintDatetime cons)
Add a constraint. |
void |
RFldDatetime.reset()
Reset the field value. |
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. |
void |
RFldDatetime.validate()
Validate against constraints. |
void |
RFldDatetime.validate(java.util.Date newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldDatetime.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
static RFldConstraintStringLength |
RFldConstraintStringLength.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.String min,
boolean maxSet,
java.lang.String max)
Factory. |
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. |
static RFldConstraintI8MinMax |
RFldConstraintI8MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.Byte min,
boolean maxSet,
java.lang.Byte max)
Factory. |
static RFldConstraintI8MinMax |
RFldConstraintI8MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.String min,
boolean maxSet,
java.lang.String max)
Factory. |
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. |
static RFldConstraintI64MinMax |
RFldConstraintI64MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.Long min,
boolean maxSet,
java.lang.Long max)
Factory. |
static RFldConstraintI64MinMax |
RFldConstraintI64MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.String min,
boolean maxSet,
java.lang.String max)
Factory. |
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. |
static RFldConstraintI32MinMax |
RFldConstraintI32MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.Integer min,
boolean maxSet,
java.lang.Integer max)
Factory. |
static RFldConstraintI32MinMax |
RFldConstraintI32MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.String min,
boolean maxSet,
java.lang.String max)
Factory. |
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. |
static RFldConstraintI16MinMax |
RFldConstraintI16MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.Short min,
boolean maxSet,
java.lang.Short max)
Factory. |
static RFldConstraintI16MinMax |
RFldConstraintI16MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.String min,
boolean maxSet,
java.lang.String max)
Factory. |
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. |
static RFldConstraintF64MinMax |
RFldConstraintF64MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.Double min,
boolean maxSet,
java.lang.Double max)
Factory. |
static RFldConstraintF64MinMax |
RFldConstraintF64MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.String min,
boolean maxSet,
java.lang.String max)
Factory. |
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. |
static RFldConstraintF32MinMax |
RFldConstraintF32MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.Float min,
boolean maxSet,
java.lang.Float max)
Factory. |
static RFldConstraintF32MinMax |
RFldConstraintF32MinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.lang.String min,
boolean maxSet,
java.lang.String max)
Factory. |
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. |
static RFldConstraintDatetimeMinMax |
RFldConstraintDatetimeMinMax.valueOf(java.lang.String key,
java.lang.String fldName,
boolean minSet,
java.util.Date min,
boolean maxSet,
java.util.Date max)
Factory. |
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. |
void |
RFldConstraint.validate(RFld fld)
Check if a message field satisfies the constraint. |
void |
RFldBool.reset()
Reset the field value. |
RFld |
RFldBool.set(java.lang.Object newData)
Set data. |
RFldBool |
RFldBool.set(boolean newData)
Set data. |
RFld |
RFldBool.set(org.jdom.Element elem)
Set the field value from a JDOM element. |
RFldBool |
RFldBool.set(java.lang.Boolean newData)
Set data. |
void |
RFldBool.validate()
Validate against constraints. |
void |
RFldBool.validate(boolean newData)
Check if a new value will satifsy constraints. |
java.util.Hashtable |
RFldBool.getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
void |
RFldBeanList.reset()
|
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. |
void |
RFldBeanList.validate()
|
void |
RFldBeanList.validate(java.util.List newData)
|
void |
RFldBean.reset()
|
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. |
void |
RFldBean.validate()
|
void |
RFldBean.validate(java.lang.Object newData)
|
void |
RFld.addConstraint(RFldConstraint cons)
Add a constraint. |
abstract void |
RFld.validate()
Validate against constraints. |
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. |
abstract void |
RFld.reset()
Reset the field value. |
static void |
RFld.setXmlTags(java.util.Map xmlTags)
Register custom XML field tags. |
protected static void |
Converter.setDateFromStr(RFldDatetime dateTime,
java.lang.String strDate)
Ummarshall a RFldDatetime field object from a string. |
protected static void |
Converter.setDateFromLong(RFldDatetime dateTime,
java.lang.Long longDate)
Ummarshall a RFldDatetime field object from a Long. |
protected static void |
Converter.setDateFromDouble(RFldDatetime dateTime,
java.lang.Double dblDate)
Ummarshall a RFldDatetime field object from a Double. |
Constructors in com.codestreet.messageforge that throw FieldValidationException | |
RFldTibrvIPAddr(java.lang.String name,
int fieldId,
java.lang.String desc,
byte[] value)
Constructor. |
|
RFldTibrvIPAddr(java.lang.String name,
int fieldId,
java.lang.String desc,
java.net.InetAddress value)
Constructor. |
|
RFldTibrvIPAddr(java.lang.String name,
int fieldId,
java.lang.String desc,
int value)
Constructor. |
|
RFldTibrvIPAddr(java.lang.String name,
int fieldId,
java.lang.String desc,
byte b1,
byte b2,
byte b3,
byte b4)
Constructor. |
|
RFldConstraintStringEnum(java.lang.String fldName,
java.lang.String[] enums,
boolean ignoreCase)
Constructor. |
|
RFldConstraintStringEnum(java.lang.String fldName,
java.lang.String[] enums)
Constructor. |
|
RFldConstraintI8Enum(java.lang.String fldName,
byte[] enums)
Constructor. |
|
RFldConstraintI8Enum(java.lang.String fldName,
java.lang.String[] enums)
Constructor. |
|
RFldConstraintI64Enum(java.lang.String fldName,
long[] enums)
Constructor. |
|
RFldConstraintI64Enum(java.lang.String fldName,
java.lang.String[] enums)
Constructor. |
|
RFldConstraintI32Enum(java.lang.String fldName,
int[] enums)
Constructor. |
|
RFldConstraintI32Enum(java.lang.String fldName,
java.lang.String[] enums)
Constructor. |
|
RFldConstraintI16Enum(java.lang.String fldName,
short[] enums)
Constructor. |
|
RFldConstraintI16Enum(java.lang.String[] enums)
Constructor. |
|
RFldConstraintF64Enum(java.lang.String fldName,
double[] enums)
Constructor. |
|
RFldConstraintF64Enum(java.lang.String[] enums)
Constructor. |
|
RFldConstraintF32Enum(java.lang.String fldName,
float[] enums)
Constructor. |
|
RFldConstraintF32Enum(java.lang.String[] enums)
Constructor. |
|
RFldConstraintDatetimeEnum(java.lang.String fldName,
java.util.Date[] enums)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |