Package com.microstrategy.web.objects
Interface WebDataType
-
public interface WebDataTypeThis interface represents a MicroStrategy internal data type.- Since:
- MicroStrategy Web 9.2.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPrecision()Returns the precision of the internal type (not supported by all types).intgetScale()Returns the number of decimal digits after the decimal point for the internal type (not supported by all types).intgetType()Returns the internal data type.
-
-
-
Method Detail
-
getPrecision
int getPrecision()
Returns the precision of the internal type (not supported by all types).- Returns:
- precision
-
getScale
int getScale()
Returns the number of decimal digits after the decimal point for the internal type (not supported by all types).- Returns:
- scale
-
getType
int getType()
Returns the internal data type.- Returns:
- type from
EnumDSSXMLDataType
-
-