Package com.microstrategy.webapi
Interface EnumDSSXMLLocaleFlags
-
public interface EnumDSSXMLLocaleFlags
-
-
Field Summary
Fields Modifier and Type Field Description static int
DSSXMLNewLocaleForData
Indicates that this newly added locale will be added to Data locales collection of projectstatic int
DSSXMLNewLocaleForMD
Indicates that this newly added locale will be added to MD locales collection of project
-
-
-
Field Detail
-
DSSXMLNewLocaleForMD
static final int DSSXMLNewLocaleForMD
Indicates that this newly added locale will be added to MD locales collection of project- See Also:
- Constant Field Values
-
DSSXMLNewLocaleForData
static final int DSSXMLNewLocaleForData
Indicates that this newly added locale will be added to Data locales collection of project- See Also:
- Constant Field Values
-
-