|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InjectionTargetType<T>
This interface defines the contract for the injection-targetType
xsd type
Method Summary | |
---|---|
java.lang.String |
getInjectionTargetClass()
Returns the injection-target-class element |
java.lang.String |
getInjectionTargetName()
Returns the injection-target-name element |
InjectionTargetType<T> |
removeInjectionTargetClass()
Removes the injection-target-class element |
InjectionTargetType<T> |
removeInjectionTargetName()
Removes the injection-target-name element |
InjectionTargetType<T> |
setInjectionTargetClass(java.lang.String injectionTargetClass)
If not already created, a new injection-target-class element with the given value will be created. |
InjectionTargetType<T> |
setInjectionTargetName(java.lang.String injectionTargetName)
If not already created, a new injection-target-name element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
InjectionTargetType<T> setInjectionTargetClass(java.lang.String injectionTargetClass)
injection-target-class
element with the given value will be created.
Otherwise, the existing injection-target-class
element will be updated with the given value.
InjectionTargetType
InjectionTargetType<T> removeInjectionTargetClass()
injection-target-class
element
InjectionTargetType
java.lang.String getInjectionTargetClass()
injection-target-class
element
injection-target-class
InjectionTargetType<T> setInjectionTargetName(java.lang.String injectionTargetName)
injection-target-name
element with the given value will be created.
Otherwise, the existing injection-target-name
element will be updated with the given value.
InjectionTargetType
InjectionTargetType<T> removeInjectionTargetName()
injection-target-name
element
InjectionTargetType
java.lang.String getInjectionTargetName()
injection-target-name
element
injection-target-name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |