java.lang.Object
java.lang.Enum<DropOrder>
ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.file_editor.DropOrder
All Implemented Interfaces:
Serializable, Comparable<DropOrder>, Constable

public enum DropOrder extends Enum<DropOrder>
Author:
Abdulin Ildar
  • Enum Constant Details

    • DROP_BEFORE

      public static final DropOrder DROP_BEFORE
    • DROP_IN

      public static final DropOrder DROP_IN
    • DROP_AFTER

      public static final DropOrder DROP_AFTER
  • Method Details

    • values

      public static DropOrder[] values()
      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 DropOrder valueOf(String name)
      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