org.ow2.util.ee.metadata.common.api.xml.struct
Interface ICommonEJBRef

All Superinterfaces:
IResourceGroup, Serializable
All Known Subinterfaces:
IEJBLocalRef, IEJBRef

public interface ICommonEJBRef
extends IResourceGroup

Interface used for ejb-ref element.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 String getEjbLink()
           
 String getEjbRefName()
           
 String getEjbRefType()
           
 void setEjbLink(String ejbLink)
          Sets the ejb-link value.
 void setEjbRefName(String ejbRefName)
          Sets the name of this ejb-ref.
 void setEjbRefType(String ejbRefType)
          Sets the type of this reference.
 
Methods inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.IResourceGroup
addInjectionTarget, getInjectionTargetList, getLookupName, getMappedName, setLookupName, setMappedName
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

getEjbLink

String getEjbLink()
Returns:
the ejb-link value

setEjbLink

void setEjbLink(String ejbLink)
Sets the ejb-link value.

Parameters:
ejbLink - value of ejb-link element

getEjbRefName

String getEjbRefName()
Returns:
name of this ejb-ref

setEjbRefName

void setEjbRefName(String ejbRefName)
Sets the name of this ejb-ref.

Parameters:
ejbRefName - name of this reference

getEjbRefType

String getEjbRefType()
Returns:
the type of this ejb-ref.

setEjbRefType

void setEjbRefType(String ejbRefType)
Sets the type of this reference.

Parameters:
ejbRefType - type of reference


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.