Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ActivationConfigPropertyType<T> |
ActivationConfigPropertyType.activationConfigPropertyName(String activationConfigPropertyName)
Sets the
activation-config-property-name element |
ActivationConfigPropertyType<T> |
ActivationConfigPropertyType.activationConfigPropertyValue(String activationConfigPropertyValue)
Sets the
activation-config-property-value element |
ActivationConfigPropertyType<ActivationConfigType<T>> |
ActivationConfigType.createActivationConfigProperty()
Creates a new
activation-config-property element |
ActivationConfigPropertyType<ActivationConfigType<T>> |
ActivationConfigType.getOrCreateActivationConfigProperty()
If not already created, a new
activation-config-property element will be created and returned. |
ActivationConfigPropertyType<T> |
ActivationConfigPropertyType.removeActivationConfigPropertyName()
Removes the
activation-config-property-name element |
ActivationConfigPropertyType<T> |
ActivationConfigPropertyType.removeActivationConfigPropertyValue()
Removes the
activation-config-property-value element |
Modifier and Type | Method and Description |
---|---|
List<ActivationConfigPropertyType<ActivationConfigType<T>>> |
ActivationConfigType.getAllActivationConfigProperty()
Returns all
activation-config-property elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.