org.ow2.util.ee.metadata.common.api.xml.struct
Interface IEJBLocalRef
- All Superinterfaces:
- ICommonEJBRef, IResourceGroup, Serializable
public interface IEJBLocalRef
- extends ICommonEJBRef
Interface used for ejb-local-ref element.
- Author:
- Florent Benoit
|
Field Summary |
static String |
NAME
Name of this element. |
NAME
static final String NAME
- Name of this element.
- See Also:
- Constant Field Values
getLocal
String getLocal()
- Returns:
- the local element
setLocal
void setLocal(String local)
- Sets the value of local element.
- Parameters:
local - value of local element
getLocalHome
String getLocalHome()
- Returns:
- the local home element
setLocalHome
void setLocalHome(String localHome)
- Sets the value of home element.
- Parameters:
localHome - value of local home element
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.