java.lang.Object
java.lang.Enum<DocumentPageMode>
com.hack23.cia.web.impl.ui.application.views.common.viewnames.DocumentPageMode
All Implemented Interfaces:
Serializable, Comparable<DocumentPageMode>, Constable

public enum DocumentPageMode extends Enum<DocumentPageMode>
The Enum DocumentPageMode.
  • Enum Constant Details

    • DOCUMENTACTIVITY

      public static final DocumentPageMode DOCUMENTACTIVITY
      The documentactivity.
    • DOCUMENTATTACHMENTS

      public static final DocumentPageMode DOCUMENTATTACHMENTS
      The documentattachments.
    • DOCUMENTDATA

      public static final DocumentPageMode DOCUMENTDATA
      The documentdata.
    • DOCUMENTDECISION

      public static final DocumentPageMode DOCUMENTDECISION
      The documentdecision.
    • DOCUMENTDETAILS

      public static final DocumentPageMode DOCUMENTDETAILS
      The documentdetails.
    • DOCUMENTREFERENCES

      public static final DocumentPageMode DOCUMENTREFERENCES
      The documentreferences.
    • PERSONREFERENCES

      public static final DocumentPageMode PERSONREFERENCES
      The personreferences.
  • Method Details

    • values

      public static DocumentPageMode[] 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 DocumentPageMode 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