public interface IEssMaxlColumnConvert
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
convert(java.io.Serializable FromBuffer,
int IntType,
int ExtType,
java.util.Locale locale)
MaxL implementation will call this function to facilitate custom type conversion.
|
int |
getExternalType(int InternalType)
MaxL implementation will call this function to identify the new external type for
the specified Internal types.
|
java.io.Serializable convert(java.io.Serializable FromBuffer, int IntType, int ExtType, java.util.Locale locale)
FromBuffer
- - this buffer has the data from EssbaseIntType
- - the internal type of dataExtType
- - the external type to which conversion should happenlocale
- - the locale for string valuesint getExternalType(int InternalType)
InternalType
- - the internal type for which external type is required