Enum Class PrefilledEntryMode

java.lang.Object
java.lang.Enum<PrefilledEntryMode>
pl.edu.icm.unity.types.registration.invite.PrefilledEntryMode
All Implemented Interfaces:
Serializable, Comparable<PrefilledEntryMode>, Constable

public enum PrefilledEntryMode extends Enum<PrefilledEntryMode>
Controls how the pre filled entries are treated
Author:
Krzysztof Benedyczak
  • Enum Constant Details

    • READ_ONLY

      public static final PrefilledEntryMode READ_ONLY
      Entry is presented in the form, but becomes read only
    • DEFAULT

      public static final PrefilledEntryMode DEFAULT
      Entry is presented with a default value
    • HIDDEN

      public static final PrefilledEntryMode HIDDEN
      Entry is hidden, so the user can neither read nor edit the pre-filled value.
  • Method Details

    • values

      public static PrefilledEntryMode[] 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 PrefilledEntryMode 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
    • isInteractivelyEntered

      public boolean isInteractivelyEntered()