|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Args | |
org.dbxml.core.objects | Defines the dbXML XMLObject interface and implements XMLObjectManager, a reflection/invokation system and a Simple XMLObject implementation. |
Uses of Args in org.dbxml.core.objects |
Classes in org.dbxml.core.objects that implement Args | |
class |
ElementArgs
ElementArgs |
class |
MapArgs
MapArgs |
Methods in org.dbxml.core.objects that return Args | |
Args |
Variant.getArgs()
getArgs returns the value as an Args instance. |
Methods in org.dbxml.core.objects with parameters of type Args | |
void |
Variant.set(Args value)
set sets the value as an Args instance. |
java.lang.Object |
Reflector.invoke(Reflectable obj,
java.lang.String name,
Args params)
invoke invokes the named method against the specified Reflectable Object, passing to the method the set of specified parameters. |
Constructors in org.dbxml.core.objects with parameters of type Args | |
Variant(Args value)
|
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |