Package com.microstrategy.webapi
Interface EnumDssXmlHyperCardStatus
-
public interface EnumDssXmlHyperCardStatus
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlHyperCardStatusOff
Represents the value of the hyper card when it is offstatic int
DssXmlHyperCardStatusOn
Represents the value of the hyper card when it is onstatic int
DssXmlHyperCardStatusUnknown
Represents the value of the hyper card when it is unknown
-
-
-
Field Detail
-
DssXmlHyperCardStatusUnknown
static final int DssXmlHyperCardStatusUnknown
Represents the value of the hyper card when it is unknown- See Also:
- Constant Field Values
-
DssXmlHyperCardStatusOff
static final int DssXmlHyperCardStatusOff
Represents the value of the hyper card when it is off- See Also:
- Constant Field Values
-
DssXmlHyperCardStatusOn
static final int DssXmlHyperCardStatusOn
Represents the value of the hyper card when it is on- See Also:
- Constant Field Values
-
-