
public interface IgnoreDependencyType<T> extends Child<T>
ignore-dependencyType xsd type| Modifier and Type | Method and Description |
|---|---|
InjectionTargetType<IgnoreDependencyType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
IgnoreDependencyType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<InjectionTargetType<IgnoreDependencyType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
String |
getId()
Returns the
id attribute |
InjectionTargetType<IgnoreDependencyType<T>> |
getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
IgnoreDependencyType<T> |
id(String id)
Sets the
id attribute |
IgnoreDependencyType<T> |
removeAllDescription()
Removes the
description element |
IgnoreDependencyType<T> |
removeAllInjectionTarget()
Removes all
injection-target elements |
IgnoreDependencyType<T> |
removeId()
Removes the
id attribute |
IgnoreDependencyType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsIgnoreDependencyTypeList<String> getAllDescription()
description elementsdescriptionIgnoreDependencyType<T> removeAllDescription()
description elementIgnoreDependencyTypeInjectionTargetType<IgnoreDependencyType<T>> getOrCreateInjectionTarget()
injection-target element will be created and returned.
Otherwise, the first existing injection-target element will be returned.injection-targetInjectionTargetType<IgnoreDependencyType<T>> createInjectionTarget()
injection-target elementInjectionTargetType> List<InjectionTargetType<IgnoreDependencyType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetIgnoreDependencyType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> IgnoreDependencyType<T> id(String id)
id attributeid - the value for the attribute idIgnoreDependencyTypeString getId()
id attributeidIgnoreDependencyType<T> removeId()
id attributeIgnoreDependencyTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.