|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.agr.MGroupType
public class MGroupType
An AGR group type.
| Field Summary | |
|---|---|
protected String |
name
The name. |
protected List |
roles
The roles. |
| Constructor Summary | |
|---|---|
MGroupType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected List roles
| Constructor Detail |
|---|
public MGroupType()
| Method Detail |
|---|
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.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||