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

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

All Superinterfaces:
CommonDDBean

public interface MethodPermission
extends CommonDDBean


Field Summary
static String METHOD
           
static String ROLE_NAME
           
static String UNCHECKED
           
static String UNCHECKEDID
           
 
Method Summary
 int addMethod(Method value)
           
 int addRoleName(String value)
           
 Method[] getMethod()
           
 Method getMethod(int index)
           
 String[] getRoleName()
           
 String getRoleName(int index)
           
 boolean isUnchecked()
           
 Method newMethod()
           
 int removeMethod(Method value)
           
 int removeRoleName(String value)
           
 void setMethod(int index, Method value)
           
 void setMethod(Method[] value)
           
 void setRoleName(int index, String value)
           
 void setRoleName(String[] value)
           
 void setUnchecked(boolean value)
           
 int sizeMethod()
           
 int sizeRoleName()
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Field Detail

ROLE_NAME

static final String ROLE_NAME
See Also:
Constant Field Values

UNCHECKED

static final String UNCHECKED
See Also:
Constant Field Values

UNCHECKEDID

static final String UNCHECKEDID
See Also:
Constant Field Values

METHOD

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

setRoleName

void setRoleName(int index,
                 String value)

getRoleName

String getRoleName(int index)

setRoleName

void setRoleName(String[] value)

getRoleName

String[] getRoleName()

sizeRoleName

int sizeRoleName()

removeRoleName

int removeRoleName(String value)

addRoleName

int addRoleName(String value)

setUnchecked

void setUnchecked(boolean value)
                  throws VersionNotSupportedException
Throws:
VersionNotSupportedException

isUnchecked

boolean isUnchecked()
                    throws VersionNotSupportedException
Throws:
VersionNotSupportedException

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.