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

All Superinterfaces:
IResourceGroup, Serializable

public interface IResourceRef
extends IResourceGroup

Interface used for resource-ref element.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 String getResRefName()
           
 String getResRefType()
           
 void setResRefName(String resRefName)
          Sets the name of resource-ref.
 void setResRefType(String resRefType)
          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

getResRefName

String getResRefName()
Returns:
name of this resource-ref.

setResRefName

void setResRefName(String resRefName)
Sets the name of resource-ref.

Parameters:
resRefName - name of this reference

getResRefType

String getResRefType()
Returns:
the type of this resource-ref.

setResRefType

void setResRefType(String resRefType)
Sets the type of this reference.

Parameters:
resRefType - type of reference


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