static enum LogEntryType.Txnal extends java.lang.Enum<LogEntryType.Txnal>
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isTransactional() |
static LogEntryType.Txnal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogEntryType.Txnal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogEntryType.Txnal TXNAL
public static final LogEntryType.Txnal NON_TXNAL
public static LogEntryType.Txnal[] values()
for (LogEntryType.Txnal c : LogEntryType.Txnal.values()) System.out.println(c);
public static LogEntryType.Txnal 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 nullboolean isTransactional()
Copyright (c) 2004-2012 Oracle. All rights reserved.