public class

AppschemaDisabledSourceInfo

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

Summary

Constants
String ATT_DBTYPE
String NODE_SOURCE
[Expand]
Inherited Constants
From class com.microstrategy.utils.config.AbstractConfigurationElement
Public Constructors
AppschemaDisabledSourceInfo()
Public Methods
int getDbType()
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

protected static final String ATT_DBTYPE

Constant Value: "dbType"

public static final String NODE_SOURCE

Constant Value: "source"

Public Constructors

public AppschemaDisabledSourceInfo ()

Public Methods

public int getDbType ()

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.