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

org.netbeans.modules.j2ee.dd.api.common
Interface SecurityRole

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface SecurityRole
extends CommonDDBean, DescriptionInterface

Generated interface for SecurityRole element.

Important note: Do not provide an implementation of this interface unless you are a DD API provider!


Field Summary
static String ROLE_NAME
           
 
Method Summary
 String getRoleName()
          Getter for role-name property.
 void setRoleName(String value)
          Setter for role-name property
 
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

ROLE_NAME

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

setRoleName

void setRoleName(String value)
Setter for role-name property

Parameters:
value - property value

getRoleName

String getRoleName()
Getter for role-name property.

Returns:
property value

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

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.