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