Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static TransactionTypeType |
TransactionTypeType.getFromStringValue(String value) |
TransactionTypeType |
SessionBeanType.getTransactionType()
Returns the
transaction-type element |
TransactionTypeType |
MessageDrivenBeanType.getTransactionType()
Returns the
transaction-type element |
static TransactionTypeType |
TransactionTypeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionTypeType[] |
TransactionTypeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SessionBeanType<T> |
SessionBeanType.transactionType(TransactionTypeType transactionType)
Sets the
transaction-type element |
MessageDrivenBeanType<T> |
MessageDrivenBeanType.transactionType(TransactionTypeType transactionType)
Sets the
transaction-type element |
Copyright © 2018 JBoss by Red Hat. All rights reserved.