Package com.microstrategy.web.objects
Interface EnumGridFormatGenericValues
- 
public interface EnumGridFormatGenericValuesThis 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 intGridFormatGenericValuesDefaultSpecifies to use the default value.static intGridFormatGenericValuesUseNoSpecifies that the property should not be applied.static intGridFormatGenericValuesUseYesSpecifies 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
 
 
 - 
 
 -