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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface Relationships
extends CommonDDBean, DescriptionInterface


Field Summary
static String EJB_RELATION
           
 
Method Summary
 int addEjbRelation(EjbRelation value)
           
 EjbRelation[] getEjbRelation()
           
 EjbRelation getEjbRelation(int index)
           
 EjbRelation newEjbRelation()
           
 int removeEjbRelation(EjbRelation value)
           
 void setEjbRelation(EjbRelation[] value)
           
 void setEjbRelation(int index, EjbRelation value)
           
 int sizeEjbRelation()
           
 
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_RELATION

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

setEjbRelation

void setEjbRelation(int index,
                    EjbRelation value)

getEjbRelation

EjbRelation getEjbRelation(int index)

setEjbRelation

void setEjbRelation(EjbRelation[] value)

getEjbRelation

EjbRelation[] getEjbRelation()

addEjbRelation

int addEjbRelation(EjbRelation value)

removeEjbRelation

int removeEjbRelation(EjbRelation value)

sizeEjbRelation

int sizeEjbRelation()

newEjbRelation

EjbRelation newEjbRelation()

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.