Package mondrian.rolap.format
Class FormatterCreateContext
- java.lang.Object
-
- mondrian.rolap.format.FormatterCreateContext
-
public class FormatterCreateContext extends Object
Context data to create a formatter for the element. Note: Use nested builder class to instantiate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FormatterCreateContext.Builder
Builder to create an instance of FormatterCreateContext.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getElementName()
String
getFormatterClassName()
String
getScriptLanguage()
String
getScriptText()
-