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