Interface InjectionTargetType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
InjectionTargetTypeImpl
public interface InjectionTargetType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
injection-targetType xsd type-
Method Summary
Modifier and TypeMethodDescriptionReturns theinjection-target-classelementReturns theinjection-target-nameelementinjectionTargetClass(String injectionTargetClass) Sets theinjection-target-classelementinjectionTargetName(String injectionTargetName) Sets theinjection-target-nameelementRemoves theinjection-target-classelementRemoves theinjection-target-nameelementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
injectionTargetClass
Sets theinjection-target-classelement- Parameters:
injectionTargetClass- the value for the elementinjection-target-class- Returns:
- the current instance of
InjectionTargetType
-
getInjectionTargetClass
String getInjectionTargetClass()Returns theinjection-target-classelement- Returns:
- the node defined for the element
injection-target-class
-
removeInjectionTargetClass
InjectionTargetType<T> removeInjectionTargetClass()Removes theinjection-target-classelement- Returns:
- the current instance of
InjectionTargetType
-
injectionTargetName
Sets theinjection-target-nameelement- Parameters:
injectionTargetName- the value for the elementinjection-target-name- Returns:
- the current instance of
InjectionTargetType
-
getInjectionTargetName
String getInjectionTargetName()Returns theinjection-target-nameelement- Returns:
- the node defined for the element
injection-target-name
-
removeInjectionTargetName
InjectionTargetType<T> removeInjectionTargetName()Removes theinjection-target-nameelement- Returns:
- the current instance of
InjectionTargetType
-