Enum Constant and Description |
---|
FilterByContacts
Filter by contacts.
|
FilterByLocations
Filter by locations.
|
FilterByResources
Filter by resources.
|
FilterByTasks
Filter by tasks.
|
GroupByContacts
Group by contacts.
|
GroupByLocations
Group by locations.
|
GroupByResources
Group by resources.
|
GroupByTasks
Group by tasks.
|
None
No grouping or filtering.
|
Modifier and Type | Method and Description |
---|---|
static GroupType |
getGroupTypeFromResource(Resource resource) |
static GroupType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupType None
public static final GroupType GroupByContacts
public static final GroupType GroupByResources
public static final GroupType GroupByLocations
public static final GroupType GroupByTasks
public static final GroupType FilterByContacts
public static final GroupType FilterByLocations
public static final GroupType FilterByTasks
public static final GroupType FilterByResources
public static GroupType[] values()
for (GroupType c : GroupType.values()) System.out.println(c);
public static GroupType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null