Package com.microstrategy.web.transform
Interface StyleMapDefault
-
- All Superinterfaces:
java.lang.Cloneable
,ConfigurationElement
,StyleMapClause
- All Known Implementing Classes:
StyleMapDefaultImpl
public interface StyleMapDefault extends StyleMapClause
This interface represents a "default" map clause. A clause when evaluated always returns TRUE, indicating that the style should be mapped to the style name specified.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.transform.StyleMapClause
CLAUSE_CONDITION, CLAUSE_DEFAULT, CLAUSE_UNKNOWN
-
-
Method Summary
-
Methods inherited from interface com.microstrategy.utils.config.ConfigurationElement
getAttribute, getAttributes, getElement, getElements, getKey, getNodeName, getStrAttribute, initFromXML, reload, toXML
-
Methods inherited from interface com.microstrategy.web.transform.StyleMapClause
getToStyle, getType, mapStyle, setToStyle
-
-