Enum Class UiConstants

java.lang.Object
java.lang.Enum<UiConstants>
fr.gouv.vitam.ihmdemo.core.UiConstants
All Implemented Interfaces:
Serializable, Comparable<UiConstants>, Constable

public enum UiConstants extends Enum<UiConstants>
Constants used by Server Application
  • Enum Constant Details

    • SELECT_BY_ID

      public static final UiConstants SELECT_BY_ID
      Token used to specify a root item
    • TITLE

      public static final UiConstants TITLE
      "Title" field
    • ID

      public static final UiConstants ID
      "#id" field
    • UNITUPS

      public static final UiConstants UNITUPS
      "#unitups" field
    • RESULT

      public static final UiConstants RESULT
      "$results" field
  • Method Details

    • values

      public static UiConstants[] 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 UiConstants 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
    • getReceivedCriteria

      public final String getReceivedCriteria()
      Returns:
      the received constant value (From IHM)
    • getResultCriteria

      public final String getResultCriteria()
      Returns:
      the Result constant value (From Vitam)