|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransAttributeType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 | Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd |
Uses of TransAttributeType in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return TransAttributeType | |
---|---|
static TransAttributeType |
TransAttributeType.getFromStringValue(java.lang.String value)
|
TransAttributeType |
ContainerTransactionType.getTransAttribute()
Returns the trans-attribute element |
static TransAttributeType |
TransAttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransAttributeType[] |
TransAttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 with parameters of type TransAttributeType | |
---|---|
ContainerTransactionType<T> |
ContainerTransactionType.setTransAttribute(TransAttributeType transAttribute)
If not already created, a new trans-attribute element with the given value will be created. |
Uses of TransAttributeType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return TransAttributeType | |
---|---|
TransAttributeType |
ContainerTransactionTypeImpl.getTransAttribute()
Returns the trans-attribute element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 with parameters of type TransAttributeType | |
---|---|
ContainerTransactionType<T> |
ContainerTransactionTypeImpl.setTransAttribute(TransAttributeType transAttribute)
If not already created, a new trans-attribute element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |