public static enum RepositoryBackend.MapperKind extends Enum<RepositoryBackend.MapperKind>
Enum Constant and Description |
---|
CLUSTER_NODE_HANDLER |
LOCK_MANAGER |
Modifier and Type | Method and Description |
---|---|
static RepositoryBackend.MapperKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryBackend.MapperKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryBackend.MapperKind LOCK_MANAGER
public static final RepositoryBackend.MapperKind CLUSTER_NODE_HANDLER
public static RepositoryBackend.MapperKind[] values()
for (RepositoryBackend.MapperKind c : RepositoryBackend.MapperKind.values()) System.out.println(c);
public static RepositoryBackend.MapperKind 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 nullCopyright © 2015 Nuxeo SA. All rights reserved.