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