public class

EnumDSSXMLPropertyLocation

extends Object
java.lang.Object
   ↳ com.microstrategy.webapi.EnumDSSXMLPropertyLocation

Class Overview

This interface defines the enumeration constants used to specify the property level location

Summary

Constants
int DssLocationDBMS The value comes from a DBMS object
int DssLocationDBRole The value comes from the DBRole object
int DssLocationDefault The value is the property's inherent default value
int DssLocationObject The value comes from the object itself
int DssLocationProject The value comes from project level default
int DssLocationReport The value comes from the report
int DssLocationReportTarget The value comes from a targeted property on the report
int DssLocationTemplate The value comes from the template
int DssLocationTemplateTarget The value comes from a targeted property on the template
Public Constructors
EnumDSSXMLPropertyLocation()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int DssLocationDBMS

The value comes from a DBMS object

Constant Value: 8 (0x00000008)

public static final int DssLocationDBRole

The value comes from the DBRole object

Constant Value: 7 (0x00000007)

public static final int DssLocationDefault

The value is the property's inherent default value

Constant Value: 9 (0x00000009)

public static final int DssLocationObject

The value comes from the object itself

Constant Value: 5 (0x00000005)

public static final int DssLocationProject

The value comes from project level default

Constant Value: 6 (0x00000006)

public static final int DssLocationReport

The value comes from the report

Constant Value: 2 (0x00000002)

public static final int DssLocationReportTarget

The value comes from a targeted property on the report

Constant Value: 1 (0x00000001)

public static final int DssLocationTemplate

The value comes from the template

Constant Value: 4 (0x00000004)

public static final int DssLocationTemplateTarget

The value comes from a targeted property on the template

Constant Value: 3 (0x00000003)

Public Constructors

public EnumDSSXMLPropertyLocation ()