public class

MapBoxConfigurationInfo

extends AbstractConfigurationElement
java.lang.Object
   ↳ com.microstrategy.utils.config.AbstractConfigurationElement
     ↳ com.microstrategy.web.config.mapbox.MapBoxConfigurationInfo

Summary

Constants
String NODE_MAPBOXCONFIGURATION
[Expand]
Inherited Constants
From class com.microstrategy.utils.config.AbstractConfigurationElement
Public Constructors
MapBoxConfigurationInfo()
Public Methods
MapBoxTokenInfo getMapBoxToken()
Protected Methods
String getKeyAttribute()
This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
[Expand]
Inherited Methods
From class com.microstrategy.utils.config.AbstractConfigurationElement
From class java.lang.Object
From interface com.microstrategy.utils.config.ConfigurationElement
From interface com.microstrategy.utils.config.ConfigurationFile

Constants

public static final String NODE_MAPBOXCONFIGURATION

Constant Value: "mbc"

Public Constructors

public MapBoxConfigurationInfo ()

Public Methods

public MapBoxTokenInfo getMapBoxToken ()

Protected Methods

protected String getKeyAttribute ()

This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.