public interface WTXContextType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDynamicMap()
Returns the value of the 'Dynamic Map' attribute.
|
java.util.List<WTXMapInstanceType> |
getMapInstances()
Returns the value of the 'Map Instances' containment reference list.
|
java.lang.String |
getMapServerLocation()
Returns the value of the 'Map Server Location' attribute.
|
void |
setDynamicMap(byte[] value)
Sets the value of the '
Dynamic Map ' attribute. |
void |
setMapServerLocation(java.lang.String value)
Sets the value of the '
Map Server Location ' attribute. |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getMapServerLocation()
setMapServerLocation(String)
void setMapServerLocation(java.lang.String value)
Map Server Location
' attribute.value
- the new value of the 'Map Server Location' attribute.getMapServerLocation()
byte[] getDynamicMap()
setDynamicMap(byte[])
void setDynamicMap(byte[] value)
Dynamic Map
' attribute.value
- the new value of the 'Dynamic Map' attribute.getDynamicMap()
java.util.List<WTXMapInstanceType> getMapInstances()
WTXMapInstanceType
.