Package com.microstrategy.web.beans
Class FormatBeanHelper
- java.lang.Object
-
- com.microstrategy.web.beans.FormatBeanHelper
-
public class FormatBeanHelper extends java.lang.Object
- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FORMAT_PROPERTY_SEPARATOR
static java.lang.String
PROPERTY_SET_NAME_VALUE_SEPARATOR
static java.lang.String
USE_DEFAULT_INDICATOR
-
Constructor Summary
Constructors Constructor Description FormatBeanHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
updateFormat(WebFormat format, java.lang.String updateStr)
-
-
-
Field Detail
-
FORMAT_PROPERTY_SEPARATOR
public static final java.lang.String FORMAT_PROPERTY_SEPARATOR
- See Also:
- Constant Field Values
-
PROPERTY_SET_NAME_VALUE_SEPARATOR
public static final java.lang.String PROPERTY_SET_NAME_VALUE_SEPARATOR
- See Also:
- Constant Field Values
-
USE_DEFAULT_INDICATOR
public static final java.lang.String USE_DEFAULT_INDICATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
updateFormat
public static void updateFormat(WebFormat format, java.lang.String updateStr) throws java.lang.IllegalArgumentException, WebObjectsException
- Throws:
java.lang.IllegalArgumentException
WebObjectsException
-
-