Package com.microstrategy.webapi
Interface EnumDssXmlHyperCardStatus
-
public interface EnumDssXmlHyperCardStatus
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlHyperCardStatusOffRepresents the value of the hyper card when it is offstatic intDssXmlHyperCardStatusOnRepresents the value of the hyper card when it is onstatic intDssXmlHyperCardStatusUnknownRepresents 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
-
-