Enum Class HiddenFolders.HideableFolders

java.lang.Object
java.lang.Enum<HiddenFolders.HideableFolders>
com.saperion.ngc.navigation.HiddenFolders.HideableFolders
All Implemented Interfaces:
Serializable, Comparable<HiddenFolders.HideableFolders>, Constable
Enclosing class:
HiddenFolders

public static enum HiddenFolders.HideableFolders extends Enum<HiddenFolders.HideableFolders>
Folders that can be hidden by configuration.
  • Enum Constant Details

  • Method Details

    • values

      public static HiddenFolders.HideableFolders[] 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 HiddenFolders.HideableFolders 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
    • isContained

      public static boolean isContained(String name)
      Checks if an enum-constant with the specified name exists.
      Parameters:
      name - name to check for
      Returns:
      true if constant exists
    • getByNodeClass

      public static HiddenFolders.HideableFolders getByNodeClass(Class<? extends NaviTreeNode> nodeClass)
      Returns the HideableFolders enum constant that correlates with the specified node-class.
      Parameters:
      nodeClass - a class that is a or extends NaviTreeNode
      Returns:
      enum constant for the specified class