java.lang.Object
java.lang.Enum<Change>
com.semanticcms.autogit.model.Change
All Implemented Interfaces:
Serializable, Comparable<Change>

public enum Change extends Enum<Change>
The type of change a meaning implies.
  • Enum Constant Details

    • Ignored

      public static final Change Ignored
    • Unchanged

      public static final Change Unchanged
    • Added

      public static final Change Added
    • Modified

      public static final Change Modified
    • Deleted

      public static final Change Deleted
    • Unmerged

      public static final Change Unmerged
  • Method Details

    • values

      public static Change[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Change valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getCssClass

      public String getCssClass()