|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IElement
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 |
|---|
Class getObjectClass()
Class[] getSupportedClasses()
void set(Object object)
throws Exception
object - the object to set
ExceptionObject get()
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 | |||||||||