|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataEventType>
org.jumpmind.symmetric.model.DataEventType
public enum DataEventType
| Enum Constant Summary | |
|---|---|
CONFIG
An event that indicates that all SymmetricDS configuration table data should be streamed to the client. |
|
CREATE
An event that indicates that the data payload is a table creation. |
|
DELETE
Delete DML type. |
|
INSERT
Insert DML type. |
|
RELOAD
An event that indicates that a table needs to be reloaded. |
|
SQL
An event that indicates that the data payload has a sql statement that needs to be executed. |
|
UPDATE
Update DML type. |
|
VALIDATE
An event that indicates that table validation needs to be done. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
|
static DataEventType |
getEventType(java.lang.String s)
|
static DataEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DataEventType INSERT
public static final DataEventType UPDATE
public static final DataEventType DELETE
public static final DataEventType VALIDATE
public static final DataEventType RELOAD
public static final DataEventType SQL
public static final DataEventType CREATE
public static final DataEventType CONFIG
| Method Detail |
|---|
public static final DataEventType[] values()
for(DataEventType c : DataEventType.values())
System.out.println(c);
public static DataEventType 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 namepublic java.lang.String getCode()
getCode in interface ICodedpublic static DataEventType getEventType(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||