|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MSpaceInstance
public abstract class MSpaceInstance
Space instance representation.
| Field Summary | |
|---|---|
protected String |
name
The name. |
protected MSpaceType |
spacetype
The space type (resolved during loading). |
protected String |
type
The space type name. |
| Constructor Summary | |
|---|---|
MSpaceInstance()
Create a new space type. |
|
| Method Summary | |
|---|---|
abstract Class |
getClazz()
Get the implementation class of the space. |
String |
getName()
Get the name. |
MSpaceType |
getType()
Get the type of this element. |
String |
getTypeName()
Get the type name. |
void |
setName(String name)
Set the name. |
void |
setType(MSpaceType spacetype)
Set the type of this element. |
void |
setTypeName(String type)
Set the type name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String type
protected MSpaceType spacetype
| Constructor Detail |
|---|
public MSpaceInstance()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name to set.public String getTypeName()
public void setTypeName(String type)
type - The type name to set.public MSpaceType getType()
public void setType(MSpaceType spacetype)
public abstract Class getClazz()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||