Enum Class CometFindStatement.Hierarchy

java.lang.Object
java.lang.Enum<CometFindStatement.Hierarchy>
com.priint.pubserver.comet.bridge.CometFindStatement.Hierarchy
All Implemented Interfaces:
Serializable, Comparable<CometFindStatement.Hierarchy>, Constable
Enclosing class:
CometFindStatement

public static enum CometFindStatement.Hierarchy extends Enum<CometFindStatement.Hierarchy>

Enumeration for hierarchy

Depending on the hierarchy, sub nodes will show all descendants (BUCKET) or only planned descendants (PLANNING).

  • Enum Constant Details

  • Method Details

    • values

      public static CometFindStatement.Hierarchy[] 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 CometFindStatement.Hierarchy 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
    • getIdentifier

      public String getIdentifier()
      Gets identifier.
      Returns:
      the identifier