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

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


public interface ExcludeList


Field Summary
static String METHOD
           
 
Method Summary
 int addMethod(Method value)
           
 Method[] getMethod()
           
 Method getMethod(int index)
           
 Method newMethod()
           
 int removeMethod(Method value)
           
 void setMethod(int index, Method value)
           
 void setMethod(Method[] value)
           
 int sizeMethod()
           
 

Field Detail

METHOD

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

setMethod

void setMethod(int index,
               Method value)

getMethod

Method getMethod(int index)

setMethod

void setMethod(Method[] value)

getMethod

Method[] getMethod()

addMethod

int addMethod(Method value)

sizeMethod

int sizeMethod()

removeMethod

int removeMethod(Method value)

newMethod

Method newMethod()

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.