public interface IgnoreDependencyType<T> extends Child<T>
ignore-dependencyType
xsd typeModifier 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
objectsIgnoreDependencyType
List<String> getAllDescription()
description
elementsdescription
IgnoreDependencyType<T> removeAllDescription()
description
elementIgnoreDependencyType
InjectionTargetType<IgnoreDependencyType<T>> getOrCreateInjectionTarget()
injection-target
element will be created and returned.
Otherwise, the first existing injection-target
element will be returned.injection-target
InjectionTargetType<IgnoreDependencyType<T>> createInjectionTarget()
injection-target
elementInjectionTargetType>
List<InjectionTargetType<IgnoreDependencyType<T>>> getAllInjectionTarget()
injection-target
elementsinjection-target
IgnoreDependencyType<T> removeAllInjectionTarget()
injection-target
elementsInjectionTargetType>
IgnoreDependencyType<T> id(String id)
id
attributeid
- the value for the attribute id
IgnoreDependencyType
String getId()
id
attributeid
IgnoreDependencyType<T> removeId()
id
attributeIgnoreDependencyType
Copyright © 2017 JBoss by Red Hat. All rights reserved.