public class Group extends Object
Represents a group definition. A Group object is a member of the ResourceGroups collection or the TaskGroups collection.
Constructor and Description |
---|
Group()
Default constructor for
Group object. |
Modifier and Type | Method and Description |
---|---|
GroupCriterionCollection |
getGroupCriteria()
Gets a GroupCriteria collection representing the fields in a group definition.
|
int |
getIndex()
Gets the index of a
Group object in the Groups containing object. |
String |
getName()
Gets the name of a Group object.
|
Project |
getParentProject()
Gets the parent of the Group object.
|
boolean |
getShowSummary()
Returns true if summary rows are to be displayed for the group; otherwise, false.
|
int |
getUid()
The unique identifier of a group.
|
void |
setGroupCriteria(GroupCriterionCollection value)
Sets a GroupCriteria collection representing the fields in a group definition.
|
void |
setName(String value)
Sets the name of a group.
|
void |
setShowSummary(boolean value)
Set to true if summary rows are to be displayed for the group; otherwise, false.
|
public String getName()
Gets the name of a Group object.
Read/write string
.
public void setName(String value)
value
- group name.public int getIndex()
Gets the index of a Group
object in the Groups containing object.
Read-only int
.
public int getUid()
The unique identifier of a group.
public Project getParentProject()
Gets the parent of the Group object.
Read-only Project
.
public boolean getShowSummary()
Returns true if summary rows are to be displayed for the group; otherwise, false.
Read/write bool
.
public void setShowSummary(boolean value)
value
- true if summary rows are to be displayed for the group; otherwise, false.public GroupCriterionCollection getGroupCriteria()
Gets a GroupCriteria collection representing the fields in a group definition.
Read/write GroupCriteria
.
public void setGroupCriteria(GroupCriterionCollection value)
value
- a GroupCriteria collection representing the fields in a group definition.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.