com.microstrategy.web.transform.MapperDefn |
![]() |
This class represents the definition of a StyleMapper
class.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDescription()
Returns the description associated with this Mapper definition.
| ||||||||||
abstract String |
getImplClassName()
Gets the fully qualified class name for the mapper definition.
| ||||||||||
abstract String |
getName()
Returns the name of this mapper object.
| ||||||||||
abstract StyleMapper |
getStyleMapperInstance()
Returns a new instance of a
StyleMapper object from the associated information. | ||||||||||
abstract void |
setDescription(String description)
Sets the description associated with this Mapper definition.
| ||||||||||
abstract void |
setImplClassName(String fqcn)
Sets the fully qualified class name for the mapper definition.
| ||||||||||
abstract void |
setName(String name)
Sets the name of this mapper object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the description associated with this Mapper definition.
Gets the fully qualified class name for the mapper definition.
Returns the name of this mapper object.
Returns a new instance of a StyleMapper
object from the associated information.
StyleMapper
object.
Sets the description associated with this Mapper definition.
description | A description for this Mapper definition. |
---|
Sets the fully qualified class name for the mapper definition.
fqcn | The fully qualified class name. |
---|
Sets the name of this mapper object.
name | The name of this mapper object. |
---|
IllegalArgumentException | If the name is already used, then this exception is thrown. |
---|