public class MAGRSpaceType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
classname
The class name.
|
protected java.util.List |
grouptypes
The grouptypes.
|
protected java.lang.String |
name
The name.
|
Constructor and Description |
---|
MAGRSpaceType() |
Modifier and Type | Method and Description |
---|---|
void |
addMGroupType(MGroupType grouptype)
Add a group type to this space type.
|
java.lang.String |
getClassName()
Get the classname.
|
MGroupType |
getGroupType(java.lang.String name)
Get a group type by name.
|
MGroupType[] |
getMGroupTypes()
Get the group types of this space type.
|
java.lang.String |
getName()
Get the name.
|
void |
removeMGroupType(MGroupType grouptype)
Remove a group type from this space type.
|
void |
setClassName(java.lang.String classname)
Set the classname.
|
void |
setName(java.lang.String name)
Set the name.
|
java.lang.String |
toString()
Get a string representation of this AGR space type.
|
protected java.lang.String name
protected java.lang.String classname
protected java.util.List grouptypes
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String getClassName()
public void setClassName(java.lang.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(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Object