|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGeneralizedFieldHandler
gov.nih.nci.system.client.util.xml.BaseCastorFieldHandler
gov.nih.nci.system.client.util.xml.CastorCollectionFieldHandler
public class CastorCollectionFieldHandler
The FieldHandler for the Date class
Constructor Summary | |
---|---|
CastorCollectionFieldHandler()
Creates a new MyDateHandler instance |
Method Summary | |
---|---|
java.lang.Object |
convertUponGet(java.lang.Object value)
|
java.lang.Object |
convertUponSet(java.lang.Object value)
This method is used to convert the value when the setValue method is called. |
java.lang.Class |
getFieldType()
Returns the class type for the field that this GeneralizedFieldHandler converts to and from. |
java.lang.Object |
newInstance(java.lang.Object parent)
Creates a new instance of the object described by this field. |
Methods inherited from class gov.nih.nci.system.client.util.xml.BaseCastorFieldHandler |
---|
convertObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CastorCollectionFieldHandler()
Method Detail |
---|
public java.lang.Object convertUponGet(java.lang.Object value)
public java.lang.Object convertUponSet(java.lang.Object value)
value
- the object value to convert before
performing a set operation
public java.lang.Class getFieldType()
public java.lang.Object newInstance(java.lang.Object parent) throws java.lang.IllegalStateException
parent
- The object for which the field is created
java.lang.IllegalStateException
- This field is a simple
type and cannot be instantiated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |