Package com.microstrategy.web.objects
Interface EnumGridFormatGenericValues
-
public interface EnumGridFormatGenericValues
This Enumeration is used to specify some general grid format properties.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
GridFormatGenericValuesDefault
Specifies to use the default value.static int
GridFormatGenericValuesUseNo
Specifies that the property should not be applied.static int
GridFormatGenericValuesUseYes
Specifies that the property should be applied.
-
-
-
Field Detail
-
GridFormatGenericValuesDefault
static final int GridFormatGenericValuesDefault
Specifies to use the default value.- See Also:
- Constant Field Values
-
GridFormatGenericValuesUseNo
static final int GridFormatGenericValuesUseNo
Specifies that the property should not be applied.- See Also:
- Constant Field Values
-
GridFormatGenericValuesUseYes
static final int GridFormatGenericValuesUseYes
Specifies that the property should be applied.- See Also:
- Constant Field Values
-
-