Enum Class ModifierPhase

java.lang.Object
java.lang.Enum<ModifierPhase>
org.patternfly.popper.ModifierPhase
All Implemented Interfaces:
Serializable, Comparable<ModifierPhase>, Constable

@Deprecated(since="0.7.0", forRemoval=true) public enum ModifierPhase extends Enum<ModifierPhase>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Nested Class Summary

    Nested classes/interfaces inherited from class Enum

    Enum.EnumDesc<E>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    static ModifierPhase[]
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • beforeRead

      public static final ModifierPhase beforeRead
      Deprecated, for removal: This API element is subject to removal in a future version.
    • read

      public static final ModifierPhase read
      Deprecated, for removal: This API element is subject to removal in a future version.
    • afterRead

      public static final ModifierPhase afterRead
      Deprecated, for removal: This API element is subject to removal in a future version.
    • beforeMain

      public static final ModifierPhase beforeMain
      Deprecated, for removal: This API element is subject to removal in a future version.
    • main

      public static final ModifierPhase main
      Deprecated, for removal: This API element is subject to removal in a future version.
    • afterMain

      public static final ModifierPhase afterMain
      Deprecated, for removal: This API element is subject to removal in a future version.
    • beforeWrite

      public static final ModifierPhase beforeWrite
      Deprecated, for removal: This API element is subject to removal in a future version.
    • write

      public static final ModifierPhase write
      Deprecated, for removal: This API element is subject to removal in a future version.
    • afterWrite

      public static final ModifierPhase afterWrite
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static ModifierPhase[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ModifierPhase valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null