public class MAGRSpaceType extends Object
Constructor and Description |
---|
MAGRSpaceType() |
Modifier and Type | Method and Description |
---|---|
void |
addMGroupType(MGroupType grouptype)
Add a group type to this space type.
|
String |
getClassName()
Get the classname.
|
MGroupType |
getGroupType(String name)
Get a group type by name.
|
MGroupType[] |
getMGroupTypes()
Get the group types of this space type.
|
String |
getName()
Get the name.
|
void |
removeMGroupType(MGroupType grouptype)
Remove a group type from this space type.
|
void |
setClassName(String classname)
Set the classname.
|
void |
setName(String name)
Set the name.
|
String |
toString()
Get a string representation of this AGR space type.
|
public String getName()
public void setName(String name)
name
- The name to set.public String getClassName()
public void setClassName(String classname)
classname
- The classname to set.public MGroupType[] getMGroupTypes()
public void addMGroupType(MGroupType grouptype)
grouptype
- The group type to add.public void removeMGroupType(MGroupType grouptype)
grouptype
- The group type to remove.public MGroupType getGroupType(String name)
Copyright © 2012. All Rights Reserved.