public static enum CaseTask.CaseTaskScope extends Enum<CaseTask.CaseTaskScope>
| Modifier and Type | Method and Description | 
|---|---|
static CaseTask.CaseTaskScope | 
forScopeName(String value)  | 
String | 
getScopeName()  | 
static CaseTask.CaseTaskScope | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CaseTask.CaseTaskScope[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CaseTask.CaseTaskScope SUB_CASE
public static final CaseTask.CaseTaskScope ROOT_CASE
public static CaseTask.CaseTaskScope[] values()
for (CaseTask.CaseTaskScope c : CaseTask.CaseTaskScope.values()) System.out.println(c);
public static CaseTask.CaseTaskScope 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 getScopeName()
public static CaseTask.CaseTaskScope forScopeName(String value)
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.