Enum NavigationClassicConnectorService.DefinedTreeParts
- java.lang.Object
-
- java.lang.Enum<NavigationClassicConnectorService.DefinedTreeParts>
-
- com.saperion.ngc.model.navigation.NavigationClassicConnectorService.DefinedTreeParts
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<NavigationClassicConnectorService.DefinedTreeParts>
- Enclosing class:
- NavigationClassicConnectorService
public static enum NavigationClassicConnectorService.DefinedTreeParts extends java.lang.Enum<NavigationClassicConnectorService.DefinedTreeParts>
Tree parts.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COLLECTIONS
Collections.FAVORITES
Favorites.FORMS
Forms.PRIVATE
Private.WORKFLOW
Workflow.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
static NavigationClassicConnectorService.DefinedTreeParts
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NavigationClassicConnectorService.DefinedTreeParts[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FAVORITES
public static final NavigationClassicConnectorService.DefinedTreeParts FAVORITES
Favorites.
-
PRIVATE
public static final NavigationClassicConnectorService.DefinedTreeParts PRIVATE
Private.
-
WORKFLOW
public static final NavigationClassicConnectorService.DefinedTreeParts WORKFLOW
Workflow.
-
FORMS
public static final NavigationClassicConnectorService.DefinedTreeParts FORMS
Forms.
-
COLLECTIONS
public static final NavigationClassicConnectorService.DefinedTreeParts COLLECTIONS
Collections.
-
-
Method Detail
-
values
public static NavigationClassicConnectorService.DefinedTreeParts[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (NavigationClassicConnectorService.DefinedTreeParts c : NavigationClassicConnectorService.DefinedTreeParts.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static NavigationClassicConnectorService.DefinedTreeParts valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getPath
public java.lang.String getPath()
- Returns:
- Treepath
-
-