org.jumpmind.symmetric.model
Enum TriggerReBuildReason

java.lang.Object
  extended by java.lang.Enum<TriggerReBuildReason>
      extended by org.jumpmind.symmetric.model.TriggerReBuildReason
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TriggerReBuildReason>, ICoded

public enum TriggerReBuildReason
extends java.lang.Enum<TriggerReBuildReason>
implements ICoded

TriggerHistory

Author:
chenson

Enum Constant Summary
FORCED
           
NEW_TRIGGERS
           
TABLE_SCHEMA_CHANGED
           
TABLE_SYNC_CONFIGURATION_CHANGED
           
TRIGGERS_MISSING
           
 
Method Summary
static TriggerReBuildReason fromCode(java.lang.String code)
           
 java.lang.String getCode()
           
static TriggerReBuildReason valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TriggerReBuildReason[] 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

NEW_TRIGGERS

public static final TriggerReBuildReason NEW_TRIGGERS

TABLE_SCHEMA_CHANGED

public static final TriggerReBuildReason TABLE_SCHEMA_CHANGED

TABLE_SYNC_CONFIGURATION_CHANGED

public static final TriggerReBuildReason TABLE_SYNC_CONFIGURATION_CHANGED

FORCED

public static final TriggerReBuildReason FORCED

TRIGGERS_MISSING

public static final TriggerReBuildReason TRIGGERS_MISSING
Method Detail

values

public static final TriggerReBuildReason[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(TriggerReBuildReason c : TriggerReBuildReason.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static TriggerReBuildReason valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getCode

public java.lang.String getCode()
Specified by:
getCode in interface ICoded

fromCode

public static TriggerReBuildReason fromCode(java.lang.String code)


Copyright © 2007-2008. All Rights Reserved.