public static enum TransactionComponent.Mode extends Enum<TransactionComponent.Mode>
| Enum Constant and Description | 
|---|
BATCH  | 
FULL_XA  | 
NON_DURABLE_XA  | 
NON_XA  | 
NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAllowedValue()
Returns the allowed value for the management model. 
 | 
String | 
toString()  | 
static TransactionComponent.Mode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TransactionComponent.Mode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TransactionComponent.Mode NONE
public static final TransactionComponent.Mode BATCH
public static final TransactionComponent.Mode NON_XA
public static final TransactionComponent.Mode NON_DURABLE_XA
public static final TransactionComponent.Mode FULL_XA
public static TransactionComponent.Mode[] values()
for (TransactionComponent.Mode c : TransactionComponent.Mode.values()) System.out.println(c);
public static TransactionComponent.Mode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAllowedValue()
public String toString()
toString in class Enum<TransactionComponent.Mode>Copyright © 2018 JBoss by Red Hat. All rights reserved.