Enum Class WfTimeBaseType

java.lang.Object
java.lang.Enum<WfTimeBaseType>
com.evolveum.midpoint.xml.ns._public.common.common_3.WfTimeBaseType
All Implemented Interfaces:
TypeSafeEnum, Serializable, Comparable<WfTimeBaseType>, Constable

public enum WfTimeBaseType extends Enum<WfTimeBaseType> implements TypeSafeEnum
TODO
  • Enum Constant Details

    • DEADLINE

      public static final WfTimeBaseType DEADLINE
      Time will be taken relative to the deadline. (This is the default for zero or negative values.)
    • WORK_ITEM_CREATION

      public static final WfTimeBaseType WORK_ITEM_CREATION
      Time will be taken relative to the work item creation timestamp. (This is the default for positive values.)
  • Method Details

    • values

      public static WfTimeBaseType[] 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 WfTimeBaseType 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
    • value

      public String value()
      Description copied from interface: TypeSafeEnum
      Returns enum value defined as in schema.
      Specified by:
      value in interface TypeSafeEnum
      Returns:
    • fromValue

      public static WfTimeBaseType fromValue(String v)