public enum Workspace extends Enum<Workspace>
| Enum Constant and Description |
|---|
CAMPAIGN |
CUSTOM_REPORT |
HOME |
REQUIREMENT |
TEST_CASE |
| Modifier and Type | Method and Description |
|---|---|
String |
getShortName() |
static Workspace |
getWorkspaceFromShortName(String shortName) |
static boolean |
isWorkspaceMilestoneFilterable(Workspace workspace) |
static Workspace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workspace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Workspace HOME
public static final Workspace REQUIREMENT
public static final Workspace TEST_CASE
public static final Workspace CAMPAIGN
public static final Workspace CUSTOM_REPORT
public static Workspace[] values()
for (Workspace c : Workspace.values()) System.out.println(c);
public static Workspace 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 getShortName()
public static boolean isWorkspaceMilestoneFilterable(Workspace workspace)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.