org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface QueryMethod

All Superinterfaces:
CommonDDBean

public interface QueryMethod
extends CommonDDBean


Field Summary
static String METHOD_NAME
           
static String METHOD_PARAMS
           
 
Method Summary
 String getMethodName()
           
 MethodParams getMethodParams()
           
 MethodParams newMethodParams()
           
 void setMethodName(String value)
           
 void setMethodParams(MethodParams value)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Field Detail

METHOD_NAME

static final String METHOD_NAME
See Also:
Constant Field Values

METHOD_PARAMS

static final String METHOD_PARAMS
See Also:
Constant Field Values
Method Detail

setMethodName

void setMethodName(String value)

getMethodName

String getMethodName()

setMethodParams

void setMethodParams(MethodParams value)

getMethodParams

MethodParams getMethodParams()

newMethodParams

MethodParams newMethodParams()

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.