Enum AnnotationBatcher.Change

java.lang.Object
java.lang.Enum<AnnotationBatcher.Change>
net.sf.basedb.core.AnnotationBatcher.Change
All Implemented Interfaces:
Serializable, Comparable<AnnotationBatcher.Change>, java.lang.constant.Constable
Enclosing class:
AnnotationBatcher

public static enum AnnotationBatcher.Change
extends Enum<AnnotationBatcher.Change>
A flag indicating what type of change that was made to an annotation as a result of calling AnnotationBatcher.setValues(AnnotationType, List, Unit, boolean)
  • Enum Constant Details

  • Field Details

    • logChangeType

      private final ChangeType logChangeType
  • Constructor Details

    • Change

      private Change​(ChangeType logChangeType)
  • Method Details

    • values

      public static AnnotationBatcher.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 AnnotationBatcher.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
    • getLogChangeType

      ChangeType getLogChangeType()