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

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

All Superinterfaces:
CommonDDBean

public interface MethodParams
extends CommonDDBean


Field Summary
static String METHOD_PARAM
           
 
Method Summary
 int addMethodParam(String value)
           
 String[] getMethodParam()
           
 String getMethodParam(int index)
           
 int removeMethodParam(String value)
           
 void setMethodParam(int index, String value)
           
 void setMethodParam(String[] value)
           
 int sizeMethodParam()
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Field Detail

METHOD_PARAM

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

setMethodParam

void setMethodParam(int index,
                    String value)

getMethodParam

String getMethodParam(int index)

setMethodParam

void setMethodParam(String[] value)

getMethodParam

String[] getMethodParam()

sizeMethodParam

int sizeMethodParam()

addMethodParam

int addMethodParam(String value)

removeMethodParam

int removeMethodParam(String value)

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.