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

All Superinterfaces:
Serializable

public interface IInjectionTarget
extends Serializable

Interface used for injection-target element.

Author:
Florent Benoit

Method Summary
 String getClassname()
           
 String getTargetName()
           
 void setClassname(String classname)
          Sets the name of the class.
 void setTargetName(String targetName)
          Sets the name of the attribute/target of the injection.
 

Method Detail

getClassname

String getClassname()
Returns:
the name of the class where injection should occurs.

setClassname

void setClassname(String classname)
Sets the name of the class.

Parameters:
classname - the name of the class.

getTargetName

String getTargetName()
Returns:
the name of the target (attribute)

setTargetName

void setTargetName(String targetName)
Sets the name of the attribute/target of the injection.

Parameters:
targetName - the name of the attribute


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