public class ChangeMap extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
MapName
Name of the new map.
|
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
| Constructor and Description |
|---|
ChangeMap()
Creates new instance of command ChangeMap.
|
ChangeMap(ChangeMap original)
Cloning constructor.
|
ChangeMap(String MapName)
Creates new instance of command ChangeMap.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMapName()
Name of the new map.
|
ChangeMap |
setMapName(String MapName)
Name of the new map.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
public static final String PROTOTYPE
protected String MapName
public ChangeMap(String MapName)
MapName - Name of the new map.public ChangeMap()
public ChangeMap(ChangeMap original)
original - Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.