public static enum HiddenFolders.HideableFolders extends Enum<HiddenFolders.HideableFolders>
Enum Constant and Description |
---|
FAVORITES
Favorites node.
|
MYAPPLICATIONS
Private forms node.
|
PERSONALFILES
Personal files (collections) node.
|
PERSONALFOLDERS
Personal folders node.
|
TASKS
Parent node of all workflow nodes.
|
Modifier and Type | Method and Description |
---|---|
static HiddenFolders.HideableFolders |
getByNodeClass(Class<? extends NaviTreeNode> nodeClass)
Returns the HideableFolders enum constant that correlates with the specified node-class.
|
static boolean |
isContained(String name)
Checks if an enum-constant with the specified name exists.
|
static HiddenFolders.HideableFolders |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiddenFolders.HideableFolders[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiddenFolders.HideableFolders TASKS
public static final HiddenFolders.HideableFolders PERSONALFOLDERS
public static final HiddenFolders.HideableFolders PERSONALFILES
public static final HiddenFolders.HideableFolders FAVORITES
public static final HiddenFolders.HideableFolders MYAPPLICATIONS
public static HiddenFolders.HideableFolders[] values()
for (HiddenFolders.HideableFolders c : HiddenFolders.HideableFolders.values()) System.out.println(c);
public static HiddenFolders.HideableFolders valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static boolean isContained(String name)
name
- name to check forpublic static HiddenFolders.HideableFolders getByNodeClass(Class<? extends NaviTreeNode> nodeClass)
nodeClass
- a class that is a or extends NaviTreeNode
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.