public interface ActivationConfigType<T> extends Child<T>
activation-configType
xsd typeType | Property and Description |
---|---|
ActivationConfigPropertyType<ActivationConfigType<T>> |
createActivationConfig
Creates a new
activation-config-property element |
ActivationConfigType<T> |
removeAllActivationConfig
Removes all
activation-config-property elements |
Modifier and Type | Method and Description |
---|---|
ActivationConfigPropertyType<ActivationConfigType<T>> |
createActivationConfigProperty()
Creates a new
activation-config-property element |
ActivationConfigType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<ActivationConfigPropertyType<ActivationConfigType<T>>> |
getAllActivationConfigProperty()
Returns all
activation-config-property elements |
List<String> |
getAllDescription()
Returns all
description elements |
ActivationConfigPropertyType<ActivationConfigType<T>> |
getOrCreateActivationConfigProperty()
If not already created, a new
activation-config-property element will be created and returned. |
ActivationConfigType<T> |
removeAllActivationConfigProperty()
Removes all
activation-config-property elements |
ActivationConfigType<T> |
removeAllDescription()
Removes the
description element |
ActivationConfigPropertyType<ActivationConfigType<T>> createActivationConfigProperty
activation-config-property
elementActivationConfigType<T> removeAllActivationConfigProperty
activation-config-property
elementsActivationConfigType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsActivationConfigType
List<String> getAllDescription()
description
elementsdescription
ActivationConfigType<T> removeAllDescription()
description
elementActivationConfigType
ActivationConfigPropertyType<ActivationConfigType<T>> getOrCreateActivationConfigProperty()
activation-config-property
element will be created and returned.
Otherwise, the first existing activation-config-property
element will be returned.activation-config-property
ActivationConfigPropertyType<ActivationConfigType<T>> createActivationConfigProperty()
activation-config-property
elementList<ActivationConfigPropertyType<ActivationConfigType<T>>> getAllActivationConfigProperty()
activation-config-property
elementsactivation-config-property
ActivationConfigType<T> removeAllActivationConfigProperty()
activation-config-property
elementsCopyright © 2016 JBoss by Red Hat. All rights reserved.