|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InjectionTargetType
A representation of the model object 'Injection Target Type'. An injection target specifies a class and a name within that class into which a resource should be injected. The injection target class specifies the fully qualified class name that is the target of the injection. The Java EE specifications describe which classes can be an injection target. The injection target name specifies the target within the specified class. The target is first looked for as a JavaBeans property name. If not found, the target is looked for as a field name. The specified resource will be injected into the target during initialization of the class by either calling the set method for the target property or by setting a value into the named field.
The following features are supported:
Webapp30Package.getInjectionTargetType()
Method Summary | |
---|---|
FullyQualifiedClassType |
getInjectionTargetClass()
Returns the value of the 'Injection Target Class' containment reference. |
JavaIdentifierType |
getInjectionTargetName()
Returns the value of the 'Injection Target Name' containment reference. |
void |
setInjectionTargetClass(FullyQualifiedClassType value)
Sets the value of the ' Injection Target Class ' containment reference. |
void |
setInjectionTargetName(JavaIdentifierType value)
Sets the value of the ' Injection Target Name ' containment reference. |
Method Detail |
---|
FullyQualifiedClassType getInjectionTargetClass()
If the meaning of the 'Injection Target Class' containment reference isn't clear, there really should be more of a description here...
setInjectionTargetClass(FullyQualifiedClassType)
,
Webapp30Package.getInjectionTargetType_InjectionTargetClass()
void setInjectionTargetClass(FullyQualifiedClassType value)
Injection Target Class
' containment reference.
value
- the new value of the 'Injection Target Class' containment reference.getInjectionTargetClass()
JavaIdentifierType getInjectionTargetName()
If the meaning of the 'Injection Target Name' containment reference isn't clear, there really should be more of a description here...
setInjectionTargetName(JavaIdentifierType)
,
Webapp30Package.getInjectionTargetType_InjectionTargetName()
void setInjectionTargetName(JavaIdentifierType value)
Injection Target Name
' containment reference.
value
- the new value of the 'Injection Target Name' containment reference.getInjectionTargetName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |