public enum TransactionTimeoutElement extends java.lang.Enum<TransactionTimeoutElement>
| Modifier and Type | Method | Description |
|---|---|---|
static TransactionTimeoutElement |
forName(java.lang.String elementName) |
Returns the
TransactionTimeoutElement corresponding to the passed elementName |
java.lang.String |
getLocalName() |
Get the local name of this element.
|
static TransactionTimeoutElement |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TransactionTimeoutElement[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionTimeoutElement UNKNOWN
public static final TransactionTimeoutElement TIMEOUT
public static final TransactionTimeoutElement UNIT
public static TransactionTimeoutElement[] values()
for (TransactionTimeoutElement c : TransactionTimeoutElement.values()) System.out.println(c);
public static TransactionTimeoutElement valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getLocalName()
public static TransactionTimeoutElement forName(java.lang.String elementName)
TransactionTimeoutElement corresponding to the passed elementName
If no such element exists then UNKNOWN is returned.elementName - Copyright © 2018 JBoss by Red Hat. All rights reserved.