public static enum NavigationClassicConnectorService.DefinedTreeParts extends Enum<NavigationClassicConnectorService.DefinedTreeParts>
Enum Constant and Description |
---|
COLLECTIONS
Collections.
|
FAVORITES
Favorites.
|
FORMS
Forms.
|
PRIVATE
Private.
|
WORKFLOW
Workflow.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
static NavigationClassicConnectorService.DefinedTreeParts |
valueOf(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.
|
public static final NavigationClassicConnectorService.DefinedTreeParts FAVORITES
public static final NavigationClassicConnectorService.DefinedTreeParts PRIVATE
public static final NavigationClassicConnectorService.DefinedTreeParts WORKFLOW
public static final NavigationClassicConnectorService.DefinedTreeParts FORMS
public static final NavigationClassicConnectorService.DefinedTreeParts COLLECTIONS
public static NavigationClassicConnectorService.DefinedTreeParts[] values()
for (NavigationClassicConnectorService.DefinedTreeParts c : NavigationClassicConnectorService.DefinedTreeParts.values()) System.out.println(c);
public static NavigationClassicConnectorService.DefinedTreeParts 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 String getPath()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.