public interface InjectionTargetType
The following features are supported:
EjbJar31Package.getInjectionTargetType()| Modifier and Type | Method and Description |
|---|---|
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. |
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),
EjbJar31Package.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),
EjbJar31Package.getInjectionTargetType_InjectionTargetName()void setInjectionTargetName(JavaIdentifierType value)
Injection Target Name' containment reference.
value - the new value of the 'Injection Target Name' containment reference.getInjectionTargetName()