public enum GshTemplateFolderShowOnDescendants extends Enum<GshTemplateFolderShowOnDescendants>
| Enum Constant and Description |
|---|
certainFolder |
certainFolderAndDescendants |
certainFolderAndOneChildLevel |
descendants |
oneChildLevel |
| Modifier and Type | Method and Description |
|---|---|
static GshTemplateFolderShowOnDescendants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GshTemplateFolderShowOnDescendants |
valueOfIgnoreCase(String string,
boolean exceptionOnNotFound)
do a case-insensitive matching
|
static GshTemplateFolderShowOnDescendants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GshTemplateFolderShowOnDescendants certainFolder
public static final GshTemplateFolderShowOnDescendants oneChildLevel
public static final GshTemplateFolderShowOnDescendants certainFolderAndOneChildLevel
public static final GshTemplateFolderShowOnDescendants descendants
public static final GshTemplateFolderShowOnDescendants certainFolderAndDescendants
public static GshTemplateFolderShowOnDescendants[] values()
for (GshTemplateFolderShowOnDescendants c : GshTemplateFolderShowOnDescendants.values()) System.out.println(c);
public static GshTemplateFolderShowOnDescendants 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 GshTemplateFolderShowOnDescendants valueOfIgnoreCase(String string, boolean exceptionOnNotFound)
string - exceptionOnNotFound - true to throw exception if method not foundCopyright © 2016 Internet2. All rights reserved.