org.pentaho.platform.api.engine
Interface ISelectionMapper

All Known Implementing Classes:
SelectionMapper

public interface ISelectionMapper


Method Summary
 String getDisplayStyle()
           
 String getSelectionDisplayName()
           
 String getSelectionNameForValue(String val)
           
 Map getSelectionNameMap()
           
 List getSelectionValues()
           
 String getValueAt(int index)
           
 boolean hasValue(String value)
           
 int selectionCount()
           
 String toString()
           
 

Method Detail

getDisplayStyle

String getDisplayStyle()

getSelectionDisplayName

String getSelectionDisplayName()

getSelectionNameForValue

String getSelectionNameForValue(String val)

getSelectionValues

List getSelectionValues()

getSelectionNameMap

Map getSelectionNameMap()

hasValue

boolean hasValue(String value)

selectionCount

int selectionCount()

getValueAt

String getValueAt(int index)

toString

String toString()
Overrides:
toString in class Object