|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.codestreet.messageforge.RFld com.codestreet.messageforge.RFldArray com.codestreet.messageforge.RFldMsgObjArray
Class to represent a RMsg[] field.
RFld
,
Serialized FormField Summary | |
protected java.lang.Class |
cls_
|
protected RMsg[] |
dataObj_
Data. |
protected static java.lang.String |
XML_TAG
XML tag for this element type. |
Fields inherited from class com.codestreet.messageforge.RFld |
desc_, fieldId_, locked_, name_, optional_, propertyName_, tags_, transient_, valSet_ |
Constructor Summary | |
RFldMsgObjArray()
Default constructor. |
|
RFldMsgObjArray(java.lang.Class cls,
java.lang.String name,
int fieldId)
Constructor. |
|
RFldMsgObjArray(java.lang.Class cls,
java.lang.String name,
int fieldId,
java.lang.String desc)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object anObject)
Check if another field is equal to this field. |
java.lang.Class |
getClassObject()
Get the Class of the data for this object. |
RMsg |
getElement(int index)
Get an element from the array. |
java.lang.String |
getTag()
Get the XML tag for this field type. |
RFldType |
getType()
Get field type. |
RMsg[] |
getValue()
Get data. |
java.util.Hashtable |
getValueAsHashtable()
Get the field value as a java.util.Hashtable. |
java.lang.Object |
getValueAsObject()
Get the field value as an object. |
java.lang.String |
getValueAsString()
Get the field value as a string. |
int |
hashCode()
Returns the hash code value for the field. |
int |
length()
Get the number of elements in the array. |
void |
reset()
Reset the field value. |
RFld |
set(org.jdom.Element newData)
Set data. |
RFld |
set(java.lang.Object newData)
Set data. |
RFld |
set(RMsg[] newData)
Set data. |
static void |
setTag(java.lang.String tag)
Set the XML tag for this field type. |
void |
validate()
Validate against constraints. |
void |
validate(RMsg[] newData)
Check if a new value will satifsy constraints. |
Methods inherited from class com.codestreet.messageforge.RFldArray |
marshal |
Methods inherited from class com.codestreet.messageforge.RFld |
addConstraint, buildMinMaxConstraintKey, getConstraint, getConstraintCount, getDesc, getId, getName, getOptional, getPropertyName, getTags, getTransient, isConstrained, isLocked, isProperty, isValSet, marshal, setId, setLocked, setName, setOptional, setPropertyName, setTags, setTransient, setXmlAttrNames, setXmlTags |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static transient java.lang.String XML_TAG
protected RMsg[] dataObj_
protected java.lang.Class cls_
Constructor Detail |
public RFldMsgObjArray()
public RFldMsgObjArray(java.lang.Class cls, java.lang.String name, int fieldId)
cls
- Class object of array elements.name
- Field name.fieldId
- Field id. Field ids must be either 0
to indicate that there is no id on the field, or greater. In addition,
field ids must be unique within a messages - no two fields are allowed
to have the same field id.public RFldMsgObjArray(java.lang.Class cls, java.lang.String name, int fieldId, java.lang.String desc)
cls
- Class object of array elements.name
- Field name.fieldId
- Field id. Field ids must be either 0
to indicate that there is no id on the field, or greater. In addition,
field ids must be unique within a messages - no two fields are allowed
to have the same field id.desc
- Field description.Method Detail |
public final RFldType getType()
getType
in interface RFldInterface
getType
in class RFld
RFldType
public java.lang.Class getClassObject()
public boolean equals(java.lang.Object anObject)
equals
in class RFld
anObject
- Another field.
public int length()
public RMsg getElement(int index)
index
- Array index.
length()
public int hashCode()
hashCode
in class RFld
public void reset() throws FieldValidationException
reset
in class RFld
FieldValidationException
RFld.isValSet()
public RFld set(java.lang.Object newData) throws FieldValidationException
set
in interface RFldInterface
set
in class RFld
newData
- New data.
FieldValidationException
public RFld set(RMsg[] newData) throws FieldValidationException
newData
- New data.
FieldValidationException
public RFld set(org.jdom.Element newData) throws FieldValidationException
set
in interface RFldInterface
set
in class RFld
newData
- New data.
FieldValidationException
public void validate() throws FieldValidationException
validate
in class RFld
FieldValidationException
public void validate(RMsg[] newData) throws FieldValidationException
newData
- New value.
FieldValidationException
public RMsg[] getValue()
public java.lang.Object getValueAsObject()
public java.lang.String getValueAsString()
getValueAsString
in class RFld
public java.util.Hashtable getValueAsHashtable() throws FieldValidationException
FieldValidationException
public final java.lang.String getTag()
getTag
in class RFld
public static void setTag(java.lang.String tag)
tag
- New XML tag for this field type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |