flex.data.adapters
Class JavaAdapter.QueryMethod

java.lang.Object
  extended by flex.data.adapters.JavaAdapter.QueryMethod
Direct Known Subclasses:
JavaAdapter.FillMethod, JavaAdapter.GetMethod
Enclosing class:
JavaAdapter

public class JavaAdapter.QueryMethod
extends Object

A class that represents JavaAdapter query methods (count methods).


Constructor Summary
JavaAdapter.QueryMethod()
           
 
Method Summary
 boolean equals(Object o)
           
 List getArgTypes()
           
 Method getMethod()
           
 String getName()
           
 void setArgTypes(List argTypes)
           
 void setMethod(Method method)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaAdapter.QueryMethod

public JavaAdapter.QueryMethod()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getArgTypes

public List getArgTypes()

setArgTypes

public void setArgTypes(List argTypes)

getMethod

public Method getMethod()

setMethod

public void setMethod(Method method)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/data/adapters/JavaAdapter.QueryMethod.html