com.microstrategy.web.transform.StyleMapCondition |
![]() |
This interface is a StyleMapClause
that include a reference to a
MapperDefn
and a mapper-specific data string.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getAdditionalData()
Returns the additional data associated with this specific mapping
condition.
| ||||||||||
abstract MapperDefn |
getMapperDefn()
Returns the
MapperDefn object associated with this mapper
condition. | ||||||||||
abstract void |
setAdditionalData(String addlData)
Sets the additional data associated with this specific mapping
condition.
| ||||||||||
abstract void |
setMapperDefn(MapperDefn mapperDefn)
Sets the
MapperDefn object associated with this mapper
condition. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the additional data associated with this specific mapping condition.
Returns the MapperDefn
object associated with this mapper
condition.
MapperDefn
object associated with this mapper
condition.
Sets the additional data associated with this specific mapping condition.
addlData | The additional data associated with this specific mapping condition. |
---|
Sets the MapperDefn
object associated with this mapper
condition.
mapperDefn | The MapperDefn object associated with this
mapper condition.
|
---|