Enum Class ChildCountPolicy

java.lang.Object
java.lang.Enum<ChildCountPolicy>
eu.webtoolkit.jwt.ChildCountPolicy
All Implemented Interfaces:
Serializable, Comparable<ChildCountPolicy>, Constable

public enum ChildCountPolicy extends Enum<ChildCountPolicy>
An enumeration for the policy to display the child count.
  • Enum Constant Details

    • Disabled

      public static final ChildCountPolicy Disabled
      Do not display a child count.
    • Enabled

      public static final ChildCountPolicy Enabled
      Always display a child count.
    • Lazy

      public static final ChildCountPolicy Lazy
      Lazy loading: on first use.
  • Method Details

    • values

      public static ChildCountPolicy[] 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 ChildCountPolicy 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
    • getValue

      public int getValue()
      Returns the numerical representation of this enum.