|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransAttributeType.Enum | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl | |
org.apache.geronimo.xbeans.j2ee |
Uses of TransAttributeType.Enum in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return TransAttributeType.Enum | |
TransAttributeType.Enum |
ContainerTransactionType.getTransAttribute()
Gets the "trans-attribute" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type TransAttributeType.Enum | |
void |
ContainerTransactionType.setTransAttribute(TransAttributeType.Enum transAttribute)
Sets the "trans-attribute" element |
Uses of TransAttributeType.Enum in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return TransAttributeType.Enum | |
TransAttributeType.Enum |
ContainerTransactionTypeImpl.getTransAttribute()
Gets the "trans-attribute" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type TransAttributeType.Enum | |
void |
ContainerTransactionTypeImpl.setTransAttribute(TransAttributeType.Enum transAttribute)
Sets the "trans-attribute" element |
Uses of TransAttributeType.Enum in org.apache.geronimo.xbeans.j2ee |
Fields in org.apache.geronimo.xbeans.j2ee declared as TransAttributeType.Enum | |
static TransAttributeType.Enum |
TransAttributeType.NOT_SUPPORTED
|
static TransAttributeType.Enum |
TransAttributeType.SUPPORTS
|
static TransAttributeType.Enum |
TransAttributeType.REQUIRED
|
static TransAttributeType.Enum |
TransAttributeType.REQUIRES_NEW
|
static TransAttributeType.Enum |
TransAttributeType.MANDATORY
|
static TransAttributeType.Enum |
TransAttributeType.NEVER
|
Methods in org.apache.geronimo.xbeans.j2ee that return TransAttributeType.Enum | |
static TransAttributeType.Enum |
TransAttributeType.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
static TransAttributeType.Enum |
TransAttributeType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |