public class MGroupType extends Object
Constructor and Description |
---|
MGroupType() |
Modifier and Type | Method and Description |
---|---|
void |
addMRoleType(MRoleType role)
Add a role to this group type.
|
MRoleType[] |
getMRoleTypes()
Get the roles of this group type.
|
String |
getName()
Get the name of the group type.
|
void |
removeMRoleType(MRoleType role)
Remove a role from this group type.
|
void |
setName(String name)
Set the name of the group type.
|
String |
toString()
Get a string representation of this group type.
|
public void setName(String name)
name
- The name of the group type.public String getName()
public MRoleType[] getMRoleTypes()
public void addMRoleType(MRoleType role)
role
- The role to add.public void removeMRoleType(MRoleType role)
role
- The role to remove.Copyright © 2012. All Rights Reserved.