|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationConfigPropertyType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema |
Uses of ActivationConfigPropertyType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ActivationConfigPropertyType | |
---|---|
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.id(String id)
Sets the id attribute |
ActivationConfigPropertyType<T> |
ActivationConfigPropertyType.removeActivationConfigPropertyName()
Removes the activation-config-property-name element |
ActivationConfigPropertyType<T> |
ActivationConfigPropertyType.removeActivationConfigPropertyValue()
Removes the activation-config-property-value element |
ActivationConfigPropertyType<T> |
ActivationConfigPropertyType.removeId()
Removes the id attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ActivationConfigPropertyType | |
---|---|
List<ActivationConfigPropertyType<ActivationConfigType<T>>> |
ActivationConfigType.getAllActivationConfigProperty()
Returns all activation-config-property elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |