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

All Superinterfaces:
IResourceGroup, Serializable

public interface IResourceEnvRef
extends IResourceGroup

Interface used for resource-env-ref element.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 String getResourceEnvRefName()
           
 String getResourceEnvRefType()
           
 void setResourceEnvRefName(String resourceEnvRefName)
          Sets the name of resource-env-ref.
 void setResourceEnvRefType(String resourceEnvRefType)
          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

getResourceEnvRefName

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

setResourceEnvRefName

void setResourceEnvRefName(String resourceEnvRefName)
Sets the name of resource-env-ref.

Parameters:
resourceEnvRefName - name of this reference

getResourceEnvRefType

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

setResourceEnvRefType

void setResourceEnvRefType(String resourceEnvRefType)
Sets the type of this reference.

Parameters:
resourceEnvRefType - type of reference


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