public interface MapsInterface
Modifier and Type | Method and Description |
---|---|
void |
clearCache(UniqueIDInterface map)
Clear the cache of one specific Map.
|
void |
closeMap(UniqueIDInterface map)
Close the identified Map and release all resources associated with it.
|
UniqueIDInterface |
getDefaultMap()
Get the ID of the current default map.
|
UniqueSectionInterface |
getDefaultMapSection()
Get the ID of the current default map section.
|
java.lang.String |
getMapItem(UniqueItemInterface item)
Get the value of a Mapped item.
|
void |
openMap(UniqueMapInterface map)
Open a Map and give it a unique ID.
|
void |
setDefaultMap(UniqueIDInterface map)
Set the identified Map as the default Map to be used.
|
void |
setDefaultMapSection(UniqueSectionInterface section)
Set the identified Map Section as the default Section to be used when normal
lookups fail.
|
void openMap(UniqueMapInterface map)
void setDefaultMap(UniqueIDInterface map)
UniqueIDInterface getDefaultMap()
void setDefaultMapSection(UniqueSectionInterface section)
UniqueSectionInterface getDefaultMapSection()
java.lang.String getMapItem(UniqueItemInterface item)
void clearCache(UniqueIDInterface map)
to clear the cache for ALL Maps.
void closeMap(UniqueIDInterface map)
Copyright © SAS Institute. All Rights Reserved.