|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MSpaceType
jadex.application.space.envsupport.MEnvSpaceType
public class MEnvSpaceType
Java representation of environment space type for xml description.
| Field Summary | |
|---|---|
static String |
OBJECTPLACEMENT_BORDER
The border object placement. |
static String |
OBJECTPLACEMENT_CENTER
The center object placement. |
protected Map |
properties
The properties. |
| Fields inherited from class jadex.application.model.MSpaceType |
|---|
name |
| Constructor Summary | |
|---|---|
MEnvSpaceType()
|
|
| Method Summary | |
|---|---|
void |
addProperty(String key,
Object value)
Add a property. |
Map |
getProperties()
Get the properties. |
Object |
getProperty(String name)
Get a property from a (multi)map. |
List |
getPropertyList(String key)
Get a property. |
static Set |
getXMLMapping()
Get the XML mapping. |
protected static void |
reportError(IContext context,
String error)
Report an error including the line and column. |
| Methods inherited from class jadex.application.model.MSpaceType |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OBJECTPLACEMENT_BORDER
public static final String OBJECTPLACEMENT_CENTER
protected Map properties
| Constructor Detail |
|---|
public MEnvSpaceType()
| Method Detail |
|---|
public void addProperty(String key,
Object value)
key - The key.value - The value.public List getPropertyList(String key)
key - The key.
public Map getProperties()
public Object getProperty(String name)
map - The map.name - The name.
public static Set getXMLMapping()
protected static void reportError(IContext context,
String error)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||