|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface representing i-card data prepared for input/output operations. Provide conversions between underlying representations.
Method Summary | |
---|---|
Object |
get()
Gets a clone of the contained object |
Object |
getAs(Class objectClass)
Gets a clone of the contained object, converted to the Class specified by objectClass |
Class |
getObjectClass()
Gets the Class of the contained object |
Class[] |
getSupportedClasses()
Gets the array of the Classes supported by the underlying implementation |
void |
set(Object object)
Sets the contained object |
Method Detail |
public Class getObjectClass()
public Class[] getSupportedClasses()
public void set(Object object) throws Exception
object
- the object to set
Exception
public Object get()
public Object getAs(Class objectClass) throws Exception
objectClass
- the class of the object to be returned
Exception
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |