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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface Method
extends CommonDDBean, DescriptionInterface


Field Summary
static String EJB_NAME
           
static String METHOD_INTF
           
static String METHOD_NAME
           
static String METHOD_PARAMS
           
 
Method Summary
 String getEjbName()
           
 String getMethodIntf()
           
 String getMethodName()
           
 MethodParams getMethodParams()
           
 MethodParams newMethodParams()
           
 void setEjbName(String value)
           
 void setMethodIntf(String value)
           
 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
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Field Detail

EJB_NAME

static final String EJB_NAME
See Also:
Constant Field Values

METHOD_INTF

static final String METHOD_INTF
See Also:
Constant Field Values

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

setEjbName

void setEjbName(String value)

getEjbName

String getEjbName()

setMethodIntf

void setMethodIntf(String value)

getMethodIntf

String getMethodIntf()

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.